javax.mail

Class Provider.Type

public static class Provider.Type extends Object

A enumeration inner class that defines Provider types.
Field Summary
static Provider.TypeSTORE
A message store provider such as POP3 or IMAP4.
static Provider.TypeTRANSPORT
A message transport provider such as SMTP.

Field Detail

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.