Package | Description |
---|---|
mireka.address.parser |
SMTP specific parsers, for example one which parses the recipient parameter of an RCPT command.
|
mireka.address.parser.ast |
Contains SMTP related Abstract Syntax Tree nodes, which are the output of
the parsers.
|
mireka.address.parser.base |
Provides generic, non mail specific parsing infrastructure.
|
Modifier and Type | Class and Description |
---|---|
static class |
Ipv4Parser.Ipv4 |
static class |
Ipv6Parser.EmptyEnding |
static class |
Ipv6Parser.Ipv4Ending |
static class |
Ipv6Parser.Ipv6 |
Modifier and Type | Class and Description |
---|---|
class |
AddressLiteralRemotePartAST |
class |
DomainAST |
class |
DomainPostmasterRecipientAST |
class |
DomainRemotePartAST |
class |
Ipv4RemotePartAST |
class |
Ipv6RemotePartAST |
class |
LocalPartAST |
class |
MailboxAST |
class |
MailboxRecipientAST |
class |
NullReversePathAST |
class |
PathAST |
class |
RealReversePathAST
RealReversePathAST represents a non-null reverse path.
|
class |
RecipientAST |
class |
RemotePartAST |
class |
ReversePathAST |
class |
SourceRouteAST |
class |
SystemPostmasterRecipientAST |
Modifier and Type | Class and Description |
---|---|
class |
Terminal |