Package | Description |
---|---|
javax.mail |
The JavaMailTM 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 |
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.
|
Copyright © 2012 Oracle. All Rights Reserved.