@ConfigurationDescription(properties={@Property(name="Protocol",description="The protocol to use for this mail events, for instance pop3, imap, ..."),,,,,,}) public interface MailSource extends EventSource<MailEvent>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONF_FOLDER
Configuration key for the folder in which to look for the mails that cause
the events of this event source.
|
static java.lang.String |
CONF_HOST
Configuration key for the host to connect to and from which to use as mail
source.
|
static java.lang.String |
CONF_PASSWORD
Configuration key for the password to connect to the host with.
|
static java.lang.String |
CONF_PORT
Configuration key for the port of the host to which to connect to.
|
static java.lang.String |
CONF_PROTOCOL
Configuration key for the protocol to use for this mail events, for
instance pop3, imap, ...
|
static java.lang.String |
CONF_TIMEOUT
Configuration key for the timeout which to use for the connection.
|
static java.lang.String |
CONF_USER_NAME
Configuration key for the user name to connect to the host with.
|
addAll, addHandler, getEventHandler, getHierarchicalSourceName, getID, getType, removeHandler, setConfigurationstatic final java.lang.String CONF_PROTOCOL
static final java.lang.String CONF_HOST
static final java.lang.String CONF_PORT
static final java.lang.String CONF_TIMEOUT
static final java.lang.String CONF_USER_NAME
static final java.lang.String CONF_PASSWORD
static final java.lang.String CONF_FOLDER