Uses of Class
org.eclipse.angus.mail.imap.IMAPStore
-
Packages that use IMAPStore Package Description org.eclipse.angus.mail.imap 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.imap
Subclasses of IMAPStore in org.eclipse.angus.mail.imap Modifier and Type Class Description classIMAPSSLStoreThis class provides access to an IMAP message store over SSL.Constructors in org.eclipse.angus.mail.imap with parameters of type IMAPStore Constructor Description DefaultFolder(IMAPStore store)IMAPFolder(java.lang.String fullName, char separator, IMAPStore store, java.lang.Boolean isNamespace)Constructor used to create a possibly non-existent folder.IMAPFolder(ListInfo li, IMAPStore store)Constructor used to create an existing folder.
-