Creates a new mailbox address.
The display name.
The mailbox address.
Optionalroute: Iterable<string, any, any>
The optional route domains.
Optionalat: number
The index of the @ separator in a pre-parsed address.
Invoked when the address changes.
The charset used when encoding the display name.
ReadonlyrouteThe route domains for the mailbox address.
The display name for the address, if available.
The address-spec portion of the mailbox address.
The local-part of the mailbox address.
The domain of the mailbox address.
Whether the mailbox address contains internationalized text.
ProtectedchangedStaticencodeEncodes an internationalized display-name phrase when quoting is required.
StatictryAttempts to parse an internet address from a byte range.
A Result; { ok: false } with a MimeError on malformed input.
Clones this mailbox address.
Gets the address-spec, optionally IDN-encoding the domain.
StaticencodeEncodes the domain portion of an address-spec using IDN when needed.
StaticdecodeDecodes the domain portion of an address-spec using IDN when needed.
Encodes this mailbox address.
Serializes this mailbox address.
Determines whether this mailbox address equals another address.
StaticparseParses a mailbox address.
A Result; { ok: false } with a MimeError on malformed input.
Represents a mailbox internet address.