Package | Description |
---|---|
com.communote.server.core.mail.fetching |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
MailboxConnection.prepareFetching(String mailbox)
Subclasses should use this method for protocol specific initialization.
|
protected void |
ImapMailboxConnection.prepareFetching(String mailbox)
Subclasses should use this method for protocol specific initialization.
|
protected abstract void |
MailboxConnection.startCheckMessages()
Starts checking for messages and blocks until another thread calls the
MailboxConnection.disconnect()
method or an error or exception (e.g. |
protected void |
ImapMailboxConnection.startCheckMessages()
Starts checking for messages and blocks until another thread calls the
MailboxConnection.disconnect()
method or an error or exception (e.g. |
void |
MailFetcher.startFetching(MailMessageWorker worker)
Blocking method which starts fetching mails.
|
void |
MailboxConnection.startListening(MailMessageWorker worker)
First tries to open the connection to the mail server.
|
Copyright © 2019 Communote team. All rights reserved.