Class ImapMailReader
java.lang.Object
de.muehlencord.shared.network.mail.DefaultMailReader
de.muehlencord.shared.network.mail.imap.ImapMailReader
- All Implemented Interfaces:
MailReader
Implementation of MailReader to connect to an IMAP server
- Author:
- Joern Muehlencord (joern@muehlencord.de)
-
Constructor Summary
ConstructorsConstructorDescriptioncreates a new instance to connect to an IMAP (or MS Exchange) server -
Method Summary
Methods inherited from class DefaultMailReader
copyMessage, disconnect, getConfiguration, getDefaultFolder, getDefaultSession, getFolder, getMessageCount, getMessages, getMessages, getStore, getSubFolder, getSubFolder, moveMessage, setSeenFlag, setStore
-
Constructor Details
-
Method Details
-
connect
Description copied from class:DefaultMailReaderconnects to the mailbox- Specified by:
connectin interfaceMailReader- Specified by:
connectin classDefaultMailReader- Throws:
MailReaderConnectionException- if the connection cannot be established
-