Class MailConnectionMeta


  • public class MailConnectionMeta
    extends Object
    MailConnection handles the process of connecting to, reading from POP3/IMAP.
    Since:
    01-04-2009
    Author:
    Samatar
    • Constructor Detail

      • MailConnectionMeta

        public MailConnectionMeta()
    • Method Detail

      • getValueImapListCode

        public static String getValueImapListCode​(int i)
      • getConditionByCode

        public static int getConditionByCode​(String tt)
      • getActionTypeByCode

        public static int getActionTypeByCode​(String tt)
      • getAfterGetIMAPByCode

        public static int getAfterGetIMAPByCode​(String tt)
      • getValueImapListByCode

        public static int getValueImapListByCode​(String tt)
      • getValueListImapListByCode

        public static int getValueListImapListByCode​(String tt)
      • getActionTypeCode

        public static String getActionTypeCode​(int i)
      • getAfterGetIMAPCode

        public static String getAfterGetIMAPCode​(int i)
      • getConditionDateCode

        public static String getConditionDateCode​(int i)
      • getValueImapListByDesc

        public static int getValueImapListByDesc​(String tt)
      • getConditionDateDesc

        public static String getConditionDateDesc​(int i)
      • getActionTypeDesc

        public static String getActionTypeDesc​(int i)
      • getAfterGetIMAPDesc

        public static String getAfterGetIMAPDesc​(int i)
      • getValueImapListDesc

        public static String getValueImapListDesc​(int i)
      • getConditionDateByDesc

        public static int getConditionDateByDesc​(String tt)
      • getActionTypeByDesc

        public static int getActionTypeByDesc​(String tt)
      • getAfterGetIMAPByDesc

        public static int getAfterGetIMAPByDesc​(String tt)
      • getConditionDateByCode

        public static int getConditionDateByCode​(String tt)
      • getProtocolFromString

        public static int getProtocolFromString​(String protocolCode,
                                                int defaultProtocol)