Uses of Class
javax.mail.Provider
Packages that use Provider
Package
Description
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.
An SMTP protocol provider for the Jakarta Mail API
that provides access to an SMTP server.
The Jakarta Mail API
provides classes that model a mail system.
-
Uses of Provider in com.sun.mail.gimap
Subclasses of Provider in com.sun.mail.gimapModifier and TypeClassDescriptionclass
The Gmail IMAP protocol provider.class
The Gmail IMAP protocol provider. -
Uses of Provider in com.sun.mail.imap
Subclasses of Provider in com.sun.mail.imapModifier and TypeClassDescriptionclass
The IMAP protocol provider.class
The IMAP SSL protocol provider. -
Uses of Provider in com.sun.mail.pop3
Subclasses of Provider in com.sun.mail.pop3Modifier and TypeClassDescriptionclass
The POP3 protocol provider.class
The POP3 SSL protocol provider. -
Uses of Provider in com.sun.mail.smtp
Subclasses of Provider in com.sun.mail.smtpModifier and TypeClassDescriptionclass
The SMTP protocol provider.class
The SMTP SSL protocol provider. -
Uses of Provider in javax.mail
Methods in javax.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 javamail.[default.]providers files that can be loaded using the ClassLoader available to this application.Methods in javax.mail with parameters of type ProviderModifier and TypeMethodDescriptionvoid
Session.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.void
Session.setProvider
(Provider provider) Set the passed Provider to be the default implementation for the protocol in Provider.protocol overriding any previous values.