Interface MailSource

    • Field Detail

      • CONF_PROTOCOL

        static final String CONF_PROTOCOL
        Configuration key for the protocol to use for this mail events, for instance pop3, imap, ...
        See Also:
        Constant Field Values
      • CONF_SSL_PROTOCOLS

        static final String CONF_SSL_PROTOCOLS
        Configuration key for the SSL protocols used for secure protocols. This may be a list of protocols where each protocol is separated by whitespace (TLSv1.2 TLSv1.3).
        See Also:
        Constant Field Values
      • CONF_HOST

        static final String CONF_HOST
        Configuration key for the host to connect to and from which to use as mail source.
        See Also:
        Constant Field Values
      • CONF_PORT

        static final String CONF_PORT
        Configuration key for the port of the host to which to connect to.
        See Also:
        Constant Field Values
      • CONF_TIMEOUT

        static final String CONF_TIMEOUT
        Configuration key for the timeout which to use for the connection.
        See Also:
        Constant Field Values
      • CONF_USER_NAME

        static final String CONF_USER_NAME
        Configuration key for the user name to connect to the host with.
        See Also:
        Constant Field Values
      • CONF_PASSWORD

        static final String CONF_PASSWORD
        Configuration key for the password to connect to the host with.
        See Also:
        Constant Field Values
      • CONF_FOLDER

        static final String CONF_FOLDER
        Configuration key for the folder in which to look for the mails that cause the events of this event source.
        See Also:
        Constant Field Values