public class PopMailServerImpl extends AbstractMailServer implements PopMailServer
isAuthenticating, log| Constructor and Description |
|---|
PopMailServerImpl() |
PopMailServerImpl(Long id,
String name,
String description,
MailProtocol popProtocol,
String serverName,
String popPort,
String username,
String password) |
PopMailServerImpl(Long id,
String name,
String description,
MailProtocol popProtocol,
String serverName,
String popPort,
String username,
String password,
long timeout) |
PopMailServerImpl(Long id,
String name,
String description,
MailProtocol popProtocol,
String serverName,
String popPort,
String username,
String password,
long timeout,
String socksHost,
String socksPort) |
PopMailServerImpl(Long id,
String name,
String description,
String serverName,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.mail.Authenticator |
getAuthenticator() |
javax.mail.Session |
getSession() |
String |
getType() |
equals, getConnectionTimeout, getDebug, getDebugStream, getDescription, getHostname, getId, getMailProtocol, getMoreDebugInfoAboutCreatedSession, getName, getPassword, getPort, getProperties, getSessionFromServerManager, getSocksHost, getSocksPort, getTimeout, getUsername, hashCode, isTlsRequired, loadSystemProperties, propertyChanged, setConnectionTimeout, setDebug, setDebugStream, setDescription, setHostname, setId, setLogger, setMailProtocol, setName, setPassword, setPort, setProperties, setSocksHost, setSocksPort, setTimeout, setTlsRequired, setUsername, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDebug, getDescription, getHostname, getId, getMailProtocol, getName, getPassword, getPort, getProperties, getSocksHost, getSocksPort, getTimeout, getUsername, setDebug, setDebugStream, setDescription, setHostname, setId, setLogger, setMailProtocol, setName, setPassword, setPort, setProperties, setSocksHost, setSocksPort, setTimeout, setUsernamepublic PopMailServerImpl()
public PopMailServerImpl(Long id, String name, String description, String serverName, String username, String password)
public PopMailServerImpl(Long id, String name, String description, MailProtocol popProtocol, String serverName, String popPort, String username, String password)
public PopMailServerImpl(Long id, String name, String description, MailProtocol popProtocol, String serverName, String popPort, String username, String password, long timeout)
protected javax.mail.Authenticator getAuthenticator()
getAuthenticator in class AbstractMailServerpublic String getType()
getType in interface MailServerpublic javax.mail.Session getSession()
throws MailException
getSession in interface MailServerMailExceptionCopyright © 2018 Atlassian. All rights reserved.