Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.mail
Class SMTPAccount

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

public class SMTPAccount
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 SMTPAccount(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

SMTPAccount

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

Liferay 6.1.2-ce-ga3