javax.mail

Class Provider.Type

Enclosing Class:
Provider

public static class Provider.Type
extends java.lang.Object

A enumeration inner class that defines Provider types.

Field Summary

static Provider.Type
STORE
A message store provider such as POP3 or IMAP4.
static Provider.Type
TRANSPORT
A message transport provider such as SMTP.

Field Details

STORE

public static final Provider.Type STORE
A message store provider such as POP3 or IMAP4.

TRANSPORT

public static final Provider.Type TRANSPORT
A message transport provider such as SMTP.