com.liferay.portal.kernel.mail
Class SMTPAccount
java.lang.Object
com.liferay.portal.kernel.mail.Account
com.liferay.portal.kernel.mail.SMTPAccount
- All Implemented Interfaces:
- Serializable
public class SMTPAccount
- extends Account
- See Also:
- Serialized Form
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 |
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 |
SMTPAccount
protected SMTPAccount(String protocol,
boolean secure,
int port)