Uses of Class
javax.mail.Store

Packages that use Store
com.sun.mail.imap An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store. 
com.sun.mail.pop3 A POP3 protocol provider for the JavaMail API that provides access to a POP3 message store. 
javax.mail Classes modeling a mail system. 
javax.mail.event Listeners and events for the JavaMail API. 
 

Uses of Store in com.sun.mail.imap
 

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

Uses of Store in com.sun.mail.pop3
 

Subclasses of Store in com.sun.mail.pop3
 class POP3SSLStore
          A POP3 Message Store using SSL.
 class POP3Store
          A POP3 Message Store.
 

Uses of Store in javax.mail
 

Fields in javax.mail declared as Store
protected  Store Folder.store
          The parent store.
 

Methods in javax.mail that return Store
 Store StoreClosedException.getStore()
          Returns the dead Store object
 Store Session.getStore()
          Get a Store object that implements this user's desired Store protocol.
 Store Folder.getStore()
          Returns the Store that owns this Folder object.
 Store Session.getStore(Provider provider)
          Get an instance of the store specified by Provider.
 Store Session.getStore(java.lang.String protocol)
          Get a Store object that implements the specified protocol.
 Store Session.getStore(URLName url)
          Get a Store object for the given URLName.
 

Constructors in javax.mail with parameters of type Store
Folder(Store store)
          Constructor that takes a Store object.
StoreClosedException(Store store)
          Constructor
StoreClosedException(Store store, java.lang.String message)
          Constructor
 

Uses of Store in javax.mail.event
 

Constructors in javax.mail.event with parameters of type Store
StoreEvent(Store store, int type, java.lang.String message)
          Constructor.