Uses of Class
com.sun.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 com.sun.mail.gimap
Subclasses of IMAPStore in com.sun.mail.gimapModifier and TypeClassDescriptionclass
Support "gimaps" protocol name.class
A Gmail Store.Constructors in com.sun.mail.gimap with parameters of type IMAPStoreModifierConstructorDescriptionprotected
GmailFolder
(ListInfo li, IMAPStore store) Constructor used to create an existing folder.protected
GmailFolder
(String fullName, char separator, IMAPStore store, Boolean isNamespace) Constructor used to create a possibly non-existent folder. -
Uses of IMAPStore in com.sun.mail.imap
Subclasses of IMAPStore in com.sun.mail.imapModifier and TypeClassDescriptionclass
This class provides access to an IMAP message store over SSL.Constructors in com.sun.mail.imap with parameters of type IMAPStoreModifierConstructorDescriptionprotected
DefaultFolder
(IMAPStore store) protected
IMAPFolder
(ListInfo li, IMAPStore store) Constructor used to create an existing folder.protected
IMAPFolder
(String fullName, char separator, IMAPStore store, Boolean isNamespace) Constructor used to create a possibly non-existent folder.