Package | Description |
---|---|
javax.mail |
The JavaMail™ API
provides classes that model a mail system.
|
Modifier and Type | Field | Description |
---|---|---|
static Provider.Type |
Provider.Type.STORE |
|
static Provider.Type |
Provider.Type.TRANSPORT |
Modifier and Type | Method | Description |
---|---|---|
Provider.Type |
Provider.getType() |
Returns the type of this Provider.
|
Constructor | 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.
|
Copyright © 2018 Oracle. All rights reserved.