Package | Description |
---|---|
mireka.address.parser |
SMTP specific parsers, for example one which parses the recipient parameter of an RCPT command.
|
Modifier and Type | Class and Description |
---|---|
class |
AddressLiteralParser
AddressLiteralParser parses the remote part of an SMTP mailbox (after the
'@').
|
class |
DomainParser |
class |
Ipv4Parser |
class |
MailboxParser
MailboxParser parses an SMTP address, see mailbox production in the RFC.
|
class |
PathParser |
class |
RecipientParser |
class |
RemotePartParser |
class |
ReversePathParser |