Package | Description |
---|---|
javax.mail |
The JavaMail™ API
provides classes that model a mail system.
|
Modifier and Type | Field and Description |
---|---|
static Provider.Type |
Provider.Type.STORE |
static Provider.Type |
Provider.Type.TRANSPORT |
private Provider.Type |
Provider.type |
Modifier and Type | Method and Description |
---|---|
Provider.Type |
Provider.getType()
Returns the type of this Provider.
|
Constructor and Description |
---|
Provider(Provider.Type type,
java.lang.String protocol,
java.lang.String classname,
java.lang.String vendor,
java.lang.String version)
Create a new provider of the specified type for the specified
protocol.
|