Package org.springframework.integration.adapter.mail.monitor

Interface Summary
AsyncMonitoringStrategy  
LocalMailMessageStore Acts as a buffer for downloaded MailMessages
MailTransportConstants Declares Mail-specific transport constants.
MonitoringStrategy Defines the contract for objects that monitor a given folder for new messages.
 

Class Summary
AbstractMonitoringStrategy Abstract base class for the MonitoringStrategy interface.
DefaultLocalMailMessageStore  
ImapIdleMonitoringStrategy Implementation of the MonitoringStrategy interface that uses the IMAP IDLE command for asynchronous message detection.
MailTransportUtils Collection of utility methods to work with Mail transports.
PollingMonitoringStrategy Implementation of the MonitoringStrategy interface that uses a simple polling mechanism.
Pop3PollingMonitoringStrategy Implementation of the MonitoringStrategy interface that uses a simple polling mechanism suitable for POP3 servers.