Class MailConstants


  • public final class MailConstants
    extends Object
    • Field Detail

      • MAIL_SUBJECT

        @Metadata(description="Subject",
                  javaType="String")
        public static final String MAIL_SUBJECT
        See Also:
        Constant Field Values
      • MAIL_REPLY_TO

        @Metadata(description="Reply to",
                  javaType="String")
        public static final String MAIL_REPLY_TO
        See Also:
        Constant Field Values
      • MAIL_CONTENT_TYPE

        @Metadata(description="The content type",
                  javaType="String")
        public static final String MAIL_CONTENT_TYPE
        See Also:
        Constant Field Values
      • MAIL_COPY_TO

        @Metadata(label="consumer",
                  description="After processing a mail message, it can be copied to a mail folder with the given name.",
                  javaType="String")
        public static final String MAIL_COPY_TO
        See Also:
        Constant Field Values
      • MAIL_MOVE_TO

        @Metadata(label="consumer",
                  description="After processing a mail message, it can be moved to a mail folder with the given name.",
                  javaType="String")
        public static final String MAIL_MOVE_TO
        See Also:
        Constant Field Values
      • MAIL_DELETE

        @Metadata(label="consumer",
                  description="Deletes the messages after they have been processed.",
                  javaType="boolean")
        public static final String MAIL_DELETE
        See Also:
        Constant Field Values
      • MAIL_MESSAGE_ID

        @Metadata(description="The message ID.",
                  javaType="String")
        public static final String MAIL_MESSAGE_ID
        See Also:
        Constant Field Values
      • MAIL_DEFAULT_CONNECTION_TIMEOUT

        public static final int MAIL_DEFAULT_CONNECTION_TIMEOUT
        See Also:
        Constant Field Values