Package | Description |
---|---|
javax.mail |
Modifier and Type | Field and Description |
---|---|
static Provider.Type |
Provider.Type.STORE
A message store provider such as POP3 or IMAP4.
|
static Provider.Type |
Provider.Type.TRANSPORT
A message transport provider such as SMTP.
|
Modifier and Type | Method and Description |
---|---|
Provider.Type |
Provider.getType() |
Constructor and Description |
---|
Provider(Provider.Type type,
String protocol,
String className,
String vendor,
String version) |
Copyright © 2013. All rights reserved.