Interface PollingMailSource

All Superinterfaces:
EventSource<MailEvent>, MailSource, PollingSource<MailEvent>, Runnable
All Known Implementing Classes:
FilteredMailEventActivitySource, FilteredMailEventSource, MailEventActivitySource, MailEventSource

@ConfigurationDescription(properties=) public interface PollingMailSource extends PollingSource<MailEvent>, MailSource
A mail event source that polls for mails.
  • Field Details

    • CONF_KEEP_CONNECTION

      static final String CONF_KEEP_CONNECTION
      Configuration key for whether the mail storage should not be disconnected" between polls.
      See Also: