Uses of Class
jakarta.mail.Provider
Packages that use Provider
Package
Description
The Jakarta Mail API
provides classes that model a mail system.
An EXPERIMENTAL IMAP protocol provider that supports the
Gmail-specific IMAP protocol extensions
.
-
Uses of Provider in jakarta.mail
Methods in jakarta.mail that return ProviderModifier and TypeMethodDescriptionSession.getProvider(String protocol) Returns the default Provider for the protocol specified.Provider[]Session.getProviders()This method returns an array of all the implementations installed via the jakarta.[default.]providers files that can be loaded using the ClassLoader available to this application.Methods in jakarta.mail with parameters of type ProviderModifier and TypeMethodDescriptionvoidSession.addProvider(Provider provider) Add a provider to the session.Get an instance of the store specified by Provider.Session.getTransport(Provider provider) Get an instance of the transport specified in the Provider.voidSession.setProvider(Provider provider) Set the passed Provider to be the default implementation for the protocol in Provider.protocol overriding any previous values. -
Uses of Provider in org.eclipse.angus.mail.gimap
Subclasses of Provider in org.eclipse.angus.mail.gimapModifier and TypeClassDescriptionclassThe Gmail IMAP protocol provider.classThe Gmail IMAP protocol provider.