Const
Add flag to RFC5321 or RFC6531 to allow address literals.
Add flag to RFC5321 or RFC6531 to allow local domains.
Add flag to RFC5321 or RFC6531 to allow quoted strings in local part.
RFC 5321 Mailbox address. Does NOT allow quoted string local parts, address literals, or local domains by default. See STRICT flag.
RFC 6531 Extended Mailbox Address (SMTPUTF8 address). Supports Unicode characters. Does NOT allow quoted string local parts, address literals, or local domains by default. See STRICT flag.
Alias to RFC6531.
Add flag to RFC5321 or RFC6531 for strict interpretation. (ALLOW_QUOTED_STRING | ALLOW_ADDRESS_LITERAL | ALLOW_LOCAL_DOMAIN)
Generated using TypeDoc
Type of Mailbox. Flags for buildPattern() and validate() functions.