Class EmailAccount


  • public class EmailAccount
    extends Object
    Detailed information on an Email Account
    See Also:
    • Method Detail

      • getAccount

        public String getAccount()
        Returns:
        the e-mail address for this e-mail account
      • getQuota

        public EmailQuota getQuota()
        Returns:
        the quota for this e-mail account
      • getAntispamLevel

        public int getAntispamLevel()
        Returns:
        the antispam level of the e-mail account
      • isAntiVirus

        public boolean isAntiVirus()
        Returns:
        true if antivirus is enabled for this e-mail account
      • isAutoRespond

        public boolean isAutoRespond()
        Returns:
        true if auto-respond is enabled for this e-mail account
      • getAutoRespondMessage

        @Nullable
        public String getAutoRespondMessage()
        Returns:
        the auto-respond message for this e-mail account
      • isAutoRespondSaveEmail

        public boolean isAutoRespondSaveEmail()
        Returns:
        true if saving is enabled for auto-respond e-mails
      • getCreated

        public Date getCreated()
        Returns:
        when this account was created
      • getModified

        @Nullable
        public Date getModified()
        Returns:
        when this account was last modified
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • string

        protected com.google.common.base.MoreObjects.ToStringHelper string()