Frames | No Frames |
Methods with parameter type javax.mail.Provider | |
void | Adds the specified provider to the session. |
Store | Get an instance of the store specified by Provider. |
Transport | Get an instance of the transport specified in the Provider. |
void | Set the passed Provider to be the default implementation for the protocol
in Provider.protocol overriding any previous values. |
Methods with return type javax.mail.Provider | |
Provider | Session.getProvider(String protocol) Returns the default Provider for the protocol specified. |
Provider[] | 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. |