Uses of Class
javax.mail.Provider.Type

Packages that use Provider.Type
javax.mail   
 

Uses of Provider.Type in javax.mail
 

Fields in javax.mail declared as Provider.Type
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.
 

Methods in javax.mail that return Provider.Type
 Provider.Type Provider.getType()
           
 

Constructors in javax.mail with parameters of type Provider.Type
Provider(Provider.Type type, String protocol, String className, String vendor, String version)
           
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.