$this
public function sender(Address|string $address) : static { return $this->setHeaderBody('Mailbox', 'Sender', Address::create($address)); }