| 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.
|
| Modifier and Type | Method and Description |
|---|---|
MailboxAST |
MailboxParser.parse() |
MailboxAST |
MailboxParser.parseLeft() |
| Modifier and Type | Field and Description |
|---|---|
MailboxAST |
DomainPostmasterRecipientAST.mailboxAST
The mailbox where the localPart is Postmaster (case insensitive) and the
remotePart is always a
DomainRemotePartAST. |
MailboxAST |
PathAST.mailboxAST |
| Constructor and Description |
|---|
DomainPostmasterRecipientAST(int position,
MailboxAST mailboxAST) |
PathAST(int position,
SourceRouteAST sourceRouteAST,
MailboxAST mailboxAST) |