Parsing, the derived forms, and the two comparisons for Email.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Email.type
Members list
Type members
Classlikes
Why an address was refused, in the order the standards layer: the addr-spec grammar, the local part, the domain, then the size limits, which RFC 5321 states in octets rather than characters.
Why an address was refused, in the order the standards layer: the addr-spec grammar, the local part, the domain, then the size limits, which RFC 5321 states in octets rather than characters.
Attributes
- Companion
- object
- Supertypes
-
class WorldErrorclass TypedErrortrait NoStackTraceclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Value members
Concrete methods
Parses an addr-spec, lower-casing the domain and leaving the local part exactly as written. Internationalised input is accepted as given: NFC normalisation, which RFC 5891 and RFC 6532 require of a submitter, is the caller's to apply before parsing.
Parses an addr-spec, lower-casing the domain and leaving the local part exactly as written. Internationalised input is accepted as given: NFC normalisation, which RFC 5891 and RFC 6532 require of a submitter, is the caller's to apply before parsing.
Attributes
Givens
Givens
Extensions
Extensions
The all-ASCII address, its domain a Punycode A-label. None for a non-ASCII local part, which RFC 6530 gives no ASCII equivalent.
The all-ASCII address, its domain a Punycode A-label. None for a non-ASCII local part, which RFC 6530 gives no ASCII equivalent.
Attributes
Whether delivery needs the SMTPUTF8 extension.
Whether delivery needs the SMTPUTF8 extension.
Attributes
A grouping key that folds the local part's case. Two addresses sharing one are probably one mailbox, but only the receiving host can say: RFC 5321 leaves local-part semantics to it.
A grouping key that folds the local part's case. Two addresses sharing one are probably one mailbox, but only the receiving host can say: RFC 5321 leaves local-part semantics to it.
Attributes
The part before the @, quotes included where the address carries them.
The part before the @, quotes included where the address carries them.
Attributes
Whether both addresses reach one mailbox: local parts equal character-for-character, domains equal as A-labels.
Whether both addresses reach one mailbox: local parts equal character-for-character, domains equal as A-labels.
Attributes
The RFC 6068 mailto URI, its local part percent-encoded down to the unreserved set - which is more than the RFC demands and everything it permits.
The RFC 6068 mailto URI, its local part percent-encoded down to the unreserved set - which is more than the RFC demands and everything it permits.
Attributes
The address as stored: the local part as given, the domain lower-cased.
The address as stored: the local part as given, the domain lower-cased.