Uses of Class
org.eclipse.angus.mail.imap.IMAPStore
Packages that use 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
Subclasses of IMAPStore in org.eclipse.angus.mail.gimapModifier and TypeClassDescriptionclass
Support "gimaps" protocol name.class
A Gmail Store.Constructors in org.eclipse.angus.mail.gimap with parameters of type IMAPStoreModifierConstructorDescriptionprotected
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
Subclasses of IMAPStore in org.eclipse.angus.mail.imapModifier and TypeClassDescriptionclass
This class provides access to an IMAP message store over SSL.Constructors in org.eclipse.angus.mail.imap with parameters of type IMAPStoreModifierConstructorDescriptionprotected
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.