Uses of Class
javax.mail.Store
Packages that use Store
Package
Description
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
A POP3 protocol provider for the JavaMail API
that provides access to a POP3 message store.
The JavaMailTM API
provides classes that model a mail system.
Listeners and events for the JavaMail API.
-
Uses of Store in com.sun.mail.imap
Subclasses of Store in com.sun.mail.imapModifier and TypeClassDescriptionclass
This class provides access to an IMAP message store over SSL.class
This class provides access to an IMAP message store. -
Uses of Store in com.sun.mail.pop3
Subclasses of Store in com.sun.mail.pop3Modifier and TypeClassDescriptionclass
A POP3 Message Store using SSL.class
A POP3 Message Store. -
Uses of Store in javax.mail
Fields in javax.mail declared as StoreMethods in javax.mail that return StoreModifier and TypeMethodDescriptionFolder.getStore()
Returns the Store that owns this Folder object.Session.getStore()
Get a Store object that implements this user's desired Store protocol.Get a Store object that implements the specified protocol.Get an instance of the store specified by Provider.Get a Store object for the given URLName.StoreClosedException.getStore()
Returns the dead Store object.Constructors in javax.mail with parameters of type StoreModifierConstructorDescriptionprotected
Constructor that takes a Store object.StoreClosedException
(Store store) Constructs a StoreClosedException with no detail message.StoreClosedException
(Store store, String message) Constructs a StoreClosedException with the specified detail message.StoreClosedException
(Store store, String message, Exception e) Constructs a StoreClosedException with the specified detail message and embedded exception. -
Uses of Store in javax.mail.event
Constructors in javax.mail.event with parameters of type StoreModifierConstructorDescriptionStoreEvent
(Store store, int type, String message) Construct a StoreEvent.