| FQDN |
Represents an FQDN (“domain” production) for use in eMail
The main entry point is the isDomain(String) method.
|
| IPAddress |
Represents an IP address (including Legacy IP) for use in eMail on
public Internet (no scoped addresses / IPv6 Zone ID)
The main entry points are the IPAddress.v6(String) and IPAddress.v4(String) methods.
|
| Path |
Represents an RFC822 (and successors) eMail address header content,
either From or To, or subsets.
|
| Path.Address |
Representation for an address (either mailbox or group)
|
| Path.AddressList |
Representation for an address-list or a mailbox-list
|
| Path.AddrSpec |
Representation for an addr-spec (eMail address)
comprised of localPart and domain
|
| Path.AddrSpecSIDE |
Representation for a local-part (FWS unfolded) or a domain (dot-atom only)
|
| Path.ParserResult |
Methods all Path parser results implement.
|
| UXAddress |
Deprecated.
|