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 TypeClassDescriptionclassSupport "gimaps" protocol name.classA Gmail Store.Constructors in org.eclipse.angus.mail.gimap with parameters of type IMAPStoreModifierConstructorDescriptionprotectedGmailFolder(String fullName, char separator, IMAPStore store, Boolean isNamespace) Constructor used to create a possibly non-existent folder.protectedGmailFolder(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 TypeClassDescriptionclassThis class provides access to an IMAP message store over SSL.Constructors in org.eclipse.angus.mail.imap with parameters of type IMAPStoreModifierConstructorDescriptionprotectedIMAPFolder(String fullName, char separator, IMAPStore store, Boolean isNamespace) Constructor used to create a possibly non-existent folder.protectedIMAPFolder(org.eclipse.angus.mail.imap.protocol.ListInfo li, IMAPStore store) Constructor used to create an existing folder.