Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.mail.Account

Packages that use Account
com.liferay.portal.kernel.mail   
com.liferay.util.mail   
 

Uses of Account in com.liferay.portal.kernel.mail
 

Subclasses of Account in com.liferay.portal.kernel.mail
 class IMAPAccount
           
 class POPAccount
           
 class SMTPAccount
           
 

Methods in com.liferay.portal.kernel.mail that return Account
static Account Account.getInstance(String protocol)
           
static Account Account.getInstance(String protocol, int port)
           
 

Uses of Account in com.liferay.util.mail
 

Methods in com.liferay.util.mail with parameters of type Account
static javax.mail.Session MailEngine.getSession(Account account)
           
 


Liferay 6.1.2-ce-ga3