The display name of the mailbox.
The address of the mailbox.
The fingerprint of the owner's certificate.
Optionalroute: Iterable<string, any, any>
The optional route of the mailbox.
Invoked when the address changes.
The charset used when encoding the display name.
ReadonlyrouteThe route domains for the mailbox address.
ReadonlyfingerprintThe fingerprint of the certificate and/or key to use for signing or encrypting.
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.
A secure mailbox address which includes the fingerprint of the owner's certificate (a SHA-1 hash used as a unique identifier in a certificate store).