Package | Description |
---|---|
javax.mail |
Modifier and Type | Method and Description |
---|---|
Provider |
Session.getProvider(String protocol)
Return the provider for a specific protocol.
|
Provider[] |
Session.getProviders()
Return the list of providers available to this application.
|
Modifier and Type | Method and Description |
---|---|
void |
Session.addProvider(Provider provider)
Add a provider to the Session managed provider list.
|
Store |
Session.getStore(Provider provider)
Return the Store specified by the given provider.
|
Transport |
Session.getTransport(Provider provider)
Return the Transport specified by a Provider
|
void |
Session.setProvider(Provider provider)
Make the supplied Provider the default for its protocol.
|
Copyright © 2013. All Rights Reserved.