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,
AuthenticationContext authenticator) |
PopMailServerImpl(Long id,
String name,
String description,
MailProtocol popProtocol,
String serverName,
String popPort,
AuthenticationContext authenticator,
long timeout) |
PopMailServerImpl(Long id,
String name,
String description,
MailProtocol popProtocol,
String serverName,
String popPort,
AuthenticationContext authenticator,
long timeout,
String socksHost,
String socksPort) |
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,
AuthenticationContext authenticator) |
PopMailServerImpl(Long id,
String name,
String description,
String serverName,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
javax.mail.Session |
getSession() |
String |
getType() |
equals, getAuthenticationContext, getAuthenticator, getConnectionTimeout, getDebug, getDebugStream, getDescription, getHostname, getId, getMailProtocol, getMoreDebugInfoAboutCreatedSession, getName, getPassword, getPort, getProperties, getSessionFromServerManager, getSessionFromServerManagerInternal, 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, smartConnect, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDebug, getDescription, getHostname, getId, getMailProtocol, getName, getPassword, getPort, getProperties, getSocksHost, getSocksPort, getTimeout, getUsername, isTlsHostnameCheckRequired, setDebug, setDebugStream, setDescription, setHostname, setId, setLogger, setMailProtocol, setName, setPassword, setPort, setProperties, setSocksHost, setSocksPort, setTimeout, setTlsHostnameCheckRequired, 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)
public PopMailServerImpl(Long id, String name, String description, MailProtocol popProtocol, String serverName, String popPort, String username, String password, long timeout, String socksHost, String socksPort)
public PopMailServerImpl(Long id, String name, String description, String serverName, AuthenticationContext authenticator)
public PopMailServerImpl(Long id, String name, String description, MailProtocol popProtocol, String serverName, String popPort, AuthenticationContext authenticator)
public PopMailServerImpl(Long id, String name, String description, MailProtocol popProtocol, String serverName, String popPort, AuthenticationContext authenticator, long timeout)
public PopMailServerImpl(Long id, String name, String description, MailProtocol popProtocol, String serverName, String popPort, AuthenticationContext authenticator, long timeout, String socksHost, String socksPort)
public String getType()
getType in interface MailServerpublic javax.mail.Session getSession()
throws MailException
getSession in interface MailServerMailExceptionCopyright © 2020 Atlassian. All rights reserved.