public static class

Provider.Type

extends Object
java.lang.Object
   ↳ com.google.code.javax.mail.Provider.Type

Class Overview

This inner class defines the Provider type. Currently, STORE and TRANSPORT are the only two provider types supported.

Summary

Fields
public static final Provider.Type STORE
public static final Provider.Type TRANSPORT
private String type
Public Methods
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Provider.Type STORE

public static final Provider.Type TRANSPORT

private String type

Public Methods

public String toString ()