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,
String protocol,
String classname,
String vendor,
String version)
Create a new provider of the specified type for the specified
protocol.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.