Package | Description |
---|---|
mireka.address |
Classes representing recipient addresses passed in mail envelopes.
|
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 |
---|---|
RemotePart |
MailAddressFactory.createRemotePartFromAST(RemotePartAST remotePartAST) |
Modifier and Type | Method and Description |
---|---|
RemotePartAST |
RemotePartParser.parse() |
RemotePartAST |
RemotePartParser.parseLeft() |
Modifier and Type | Class and Description |
---|---|
class |
AddressLiteralRemotePartAST |
class |
DomainRemotePartAST |
class |
Ipv4RemotePartAST |
class |
Ipv6RemotePartAST |
Modifier and Type | Field and Description |
---|---|
RemotePartAST |
MailboxAST.remotePartAST |
Constructor and Description |
---|
MailboxAST(int position,
String spelling,
LocalPartAST localPartAST,
RemotePartAST remotePartAST) |