Uses of Class
org.eclipse.angus.mail.imap.IMAPStore
Package
Description
An EXPERIMENTAL IMAP protocol provider that supports the
Gmail-specific IMAP protocol extensions
.
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
-
Uses of IMAPStore in org.eclipse.angus.mail.gimap
Modifier and TypeClassDescriptionclass
Support "gimaps" protocol name.class
A Gmail Store.ModifierConstructorDescriptionprotected
GmailFolder
(String fullName, char separator, IMAPStore store, Boolean isNamespace) Constructor used to create a possibly non-existent folder.protected
GmailFolder
(org.eclipse.angus.mail.imap.protocol.ListInfo li, IMAPStore store) Constructor used to create an existing folder. -
Uses of IMAPStore in org.eclipse.angus.mail.imap
Modifier and TypeClassDescriptionclass
This class provides access to an IMAP message store over SSL.ModifierConstructorDescriptionprotected
IMAPFolder
(String fullName, char separator, IMAPStore store, Boolean isNamespace) Constructor used to create a possibly non-existent folder.protected
IMAPFolder
(org.eclipse.angus.mail.imap.protocol.ListInfo li, IMAPStore store) Constructor used to create an existing folder.