See: Description
| Interface | Description |
|---|---|
| MonitoringStrategy |
Defines the contract for objects that monitor a given folder for new messages.
|
| Class | Description |
|---|---|
| AbstractMonitoringStrategy |
Abstract base class for the
MonitoringStrategy interface. |
| ImapIdleMonitoringStrategy |
Implementation of the
MonitoringStrategy interface that uses the IMAP IDLE command for asynchronous message
detection. |
| 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. |