| Package | Description |
|---|---|
| javax.mail |
Classes modelling 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 provider type.
|
| Constructor and Description |
|---|
Provider(Provider.Type type,
java.lang.String protocol,
java.lang.String className,
java.lang.String vendor,
java.lang.String version)
Creates a new provider of the given type and protocol.
|
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved