Uses of Class
mireka.address.parser.ast.MailboxAST
-
Packages that use MailboxAST 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. -
-
Uses of MailboxAST in mireka.address.parser
Methods in mireka.address.parser that return MailboxAST Modifier and Type Method Description MailboxASTMailboxParser. parse()MailboxASTMailboxParser. parseLeft() -
Uses of MailboxAST in mireka.address.parser.ast
Fields in mireka.address.parser.ast declared as MailboxAST Modifier and Type Field Description MailboxASTDomainPostmasterRecipientAST. mailboxASTThe mailbox where the localPart is Postmaster (case insensitive) and the remotePart is always aDomainRemotePartAST.MailboxASTPathAST. mailboxASTConstructors in mireka.address.parser.ast with parameters of type MailboxAST Constructor Description DomainPostmasterRecipientAST(int position, MailboxAST mailboxAST)PathAST(int position, SourceRouteAST sourceRouteAST, MailboxAST mailboxAST)
-