Class DomainPostmasterRecipientAST


  • public class DomainPostmasterRecipientAST
    extends RecipientAST
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mailboxAST

        public MailboxAST mailboxAST
        The mailbox where the localPart is Postmaster (case insensitive) and the remotePart is always a DomainRemotePartAST.
    • Constructor Detail

      • DomainPostmasterRecipientAST

        public DomainPostmasterRecipientAST​(int position,
                                            MailboxAST mailboxAST)