Uses of Class
jakarta.mail.Store
-
Packages that use Store Package Description com.sun.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store.com.sun.mail.pop3 A POP3 protocol provider for the Jakarta Mail API that provides access to a POP3 message store.jakarta.mail The Jakarta Mail API provides classes that model a mail system.jakarta.mail.event Listeners and events for the Jakarta Mail API. -
-
Uses of Store in com.sun.mail.imap
Subclasses of Store in com.sun.mail.imap Modifier and Type Class Description classIMAPSSLStoreThis class provides access to an IMAP message store over SSL.classIMAPStoreThis class provides access to an IMAP message store. -
Uses of Store in com.sun.mail.pop3
Subclasses of Store in com.sun.mail.pop3 Modifier and Type Class Description classPOP3SSLStoreA POP3 Message Store using SSL.classPOP3StoreA POP3 Message Store. -
Uses of Store in jakarta.mail
Fields in jakarta.mail declared as Store Modifier and Type Field Description protected StoreFolder. storeThe parent store.Methods in jakarta.mail that return Store Modifier and Type Method Description StoreFolder. getStore()Returns the Store that owns this Folder object.StoreSession. getStore()Get a Store object that implements this user's desired Store protocol.StoreSession. getStore(Provider provider)Get an instance of the store specified by Provider.StoreSession. getStore(URLName url)Get a Store object for the given URLName.StoreSession. getStore(String protocol)Get a Store object that implements the specified protocol.StoreStoreClosedException. getStore()Returns the dead Store object.Constructors in jakarta.mail with parameters of type Store Constructor Description Folder(Store store)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
Constructors in jakarta.mail.event with parameters of type Store Constructor Description StoreEvent(Store store, int type, String message)Construct a StoreEvent.
-