Uses of Class
jakarta.mail.Store
Package
Description
The Jakarta Mail API
provides classes that model a mail system.
Listeners and events for the Jakarta Mail API.
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.
A POP3 protocol provider for the Jakarta Mail API
that provides access to a POP3 message store.
-
Uses of Store in jakarta.mail
Modifier 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 an instance of the store specified by Provider.Get a Store object for the given URLName.Get a Store object that implements the specified protocol.StoreClosedException.getStore()
Returns the dead Store object.ModifierConstructorDescriptionprotected
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 jakarta.mail.event
ModifierConstructorDescriptionStoreEvent
(Store store, int type, String message) Construct a StoreEvent. -
Uses of Store in org.eclipse.angus.mail.gimap
Modifier and TypeClassDescriptionclass
Support "gimaps" protocol name.class
A Gmail Store. -
Uses of Store in org.eclipse.angus.mail.imap
Modifier 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 org.eclipse.angus.mail.pop3
Modifier and TypeClassDescriptionclass
A POP3 Message Store using SSL.class
A POP3 Message Store.