Liferay 6.2-ce-ga5

com.liferay.portal.kernel.mail
Class POPAccount

java.lang.Object
  extended by com.liferay.portal.kernel.mail.Account
      extended by com.liferay.portal.kernel.mail.POPAccount
All Implemented Interfaces:
Serializable

public class POPAccount
extends Account

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.kernel.mail.Account
PORT_IMAP, PORT_IMAPS, PORT_POP, PORT_POPS, PORT_SMTP, PORT_SMTPS, PROTOCOL_IMAP, PROTOCOL_IMAPS, PROTOCOL_POP, PROTOCOL_POPS, PROTOCOL_SMTP, PROTOCOL_SMTPS
 
Constructor Summary
protected POPAccount(String protocol, boolean secure, int port)
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.kernel.mail.Account
getHost, getInstance, getInstance, getPassword, getPort, getProtocol, getUser, isRequiresAuthentication, isSecure, setHost, setPassword, setPort, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POPAccount

protected POPAccount(String protocol,
                     boolean secure,
                     int port)

Liferay 6.2-ce-ga5