public class ImapMailReceiver extends MailReceiver
MailReceiver.ModulemailSettings, pendingDeletion| Modifier and Type | Method and Description |
|---|---|
void |
handleEmails(boolean async)
handleEmails will open a connection to the mail server, remove emails where deletion is
pending, read new email and close the connection.
|
dispatchMailProcessor, requestDeletion, start, stoppublic void handleEmails(boolean async)
handleEmails in class MailReceiverasync - Determines if processing messages should happen asynchronous.