$this
public function addMailboxHeader(string $name, Address|string $address) : static { return $this->add(new MailboxHeader($name, Address::create($address))); }