Uses of Class
com.sun.mail.imap.IMAPStore

Packages that use IMAPStore
com.sun.mail.imap An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store. 
 

Uses of IMAPStore in com.sun.mail.imap
 

Subclasses of IMAPStore in com.sun.mail.imap
 class IMAPSSLStore
          This class provides access to an IMAP message store over SSL.
 

Constructors in com.sun.mail.imap with parameters of type IMAPStore
IMAPFolder(com.sun.mail.imap.protocol.ListInfo li, IMAPStore store)
          Constructor used to create an existing folder.
IMAPFolder(java.lang.String fullName, char separator, IMAPStore store)
          Constructor used to create a possibly non-existent folder.
IMAPFolder(java.lang.String fullName, char separator, IMAPStore store, boolean isNamespace)
          Constructor used to create a possibly non-existent folder.