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,
String protocol,
String className,
String vendor,
String version)
Creates a new provider of the given type and protocol.
|
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved