public class ImapMailServerImpl extends AbstractMailServer implements ImapMailServer
isAuthenticating, log| Constructor and Description |
|---|
ImapMailServerImpl() |
ImapMailServerImpl(Long id,
String name,
String description,
MailProtocol protocol,
String serverName,
String port,
AuthenticationContext authenticator) |
ImapMailServerImpl(Long id,
String name,
String description,
MailProtocol protocol,
String serverName,
String port,
AuthenticationContext authenticator,
long timeout) |
ImapMailServerImpl(Long id,
String name,
String description,
MailProtocol protocol,
String serverName,
String port,
AuthenticationContext authenticator,
long timeout,
String socksHost,
String socksPort) |
ImapMailServerImpl(Long id,
String name,
String description,
MailProtocol protocol,
String serverName,
String port,
String username,
String password) |
ImapMailServerImpl(Long id,
String name,
String description,
MailProtocol protocol,
String serverName,
String port,
String username,
String password,
long timeout) |
ImapMailServerImpl(Long id,
String name,
String description,
MailProtocol protocol,
String serverName,
String port,
String username,
String password,
long timeout,
String socksHost,
String socksPort) |
ImapMailServerImpl(Long id,
String name,
String description,
String serverName,
AuthenticationContext authenticator) |
ImapMailServerImpl(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, setAuthenticationContext, 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 ImapMailServerImpl()
public ImapMailServerImpl(Long id, String name, String description, String serverName, String username, String password)
public ImapMailServerImpl(Long id, String name, String description, MailProtocol protocol, String serverName, String port, String username, String password)
public ImapMailServerImpl(Long id, String name, String description, MailProtocol protocol, String serverName, String port, String username, String password, long timeout)
public ImapMailServerImpl(Long id, String name, String description, MailProtocol protocol, String serverName, String port, String username, String password, long timeout, String socksHost, String socksPort)
public ImapMailServerImpl(Long id, String name, String description, String serverName, AuthenticationContext authenticator)
public ImapMailServerImpl(Long id, String name, String description, MailProtocol protocol, String serverName, String port, AuthenticationContext authenticator)
public ImapMailServerImpl(Long id, String name, String description, MailProtocol protocol, String serverName, String port, AuthenticationContext authenticator, long timeout)
public ImapMailServerImpl(Long id, String name, String description, MailProtocol protocol, String serverName, String port, 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 © 2024 Atlassian. All rights reserved.