| Package | Description |
|---|---|
| javax.mail |
The JavaMailTM 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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms< /a>.