public class EventAwareSMTPMailServer
extends com.atlassian.mail.server.impl.SMTPMailServerImpl
| Constructor and Description |
|---|
EventAwareSMTPMailServer(Long id,
String name,
String description,
String from,
String prefix,
boolean isSession,
com.atlassian.mail.MailProtocol protocol,
String location,
String smtpPort,
boolean tlsRequired,
com.atlassian.mail.server.auth.AuthenticationContext authContext,
long timeout,
String socksHost,
String socksPort) |
EventAwareSMTPMailServer(Long id,
String name,
String description,
String from,
String prefix,
boolean isSession,
com.atlassian.mail.MailProtocol protocol,
String location,
String smtpPort,
boolean tlsRequired,
String username,
String password,
long timeout,
String socksHost,
String socksPort) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
sendMimeMessage(javax.mail.internet.MimeMessage message,
javax.mail.Transport transport) |
equals, getDefaultFrom, getJndiLocation, getJndiSession, getPrefix, getSession, getType, hashCode, isRemovePrecedence, isSessionServer, isTlsHostnameCheckRequired, propertyChanged, quietSend, send, sendWithMessageId, setDefaultFrom, setJndiLocation, setPrefix, setRemovePrecedence, setSessionServer, setTlsHostnameCheckRequired, toStringgetAuthenticationContext, getAuthenticator, getConnectionTimeout, getDebug, getDebugStream, getDescription, getHostname, getId, getMailProtocol, getMoreDebugInfoAboutCreatedSession, getName, getPassword, getPort, getProperties, getSessionFromServerManager, getSessionFromServerManagerInternal, getSocksHost, getSocksPort, getTimeout, getUsername, isTlsRequired, loadSystemProperties, setAuthenticationContext, setConnectionTimeout, setDebug, setDebugStream, setDescription, setHostname, setId, setLogger, setMailProtocol, setName, setPassword, setPort, setProperties, setSocksHost, setSocksPort, setTimeout, setTlsRequired, setUsername, smartConnectclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDebug, getDebugStream, isTlsRequired, setDebug, setTlsRequiredgetDescription, getHostname, getId, getMailProtocol, getName, getPassword, getPort, getProperties, getSocksHost, getSocksPort, getTimeout, getUsername, setDebugStream, setDescription, setHostname, setId, setLogger, setMailProtocol, setName, setPassword, setPort, setProperties, setSocksHost, setSocksPort, setTimeout, setUsernamepublic EventAwareSMTPMailServer(Long id, String name, String description, String from, String prefix, boolean isSession, com.atlassian.mail.MailProtocol protocol, String location, String smtpPort, boolean tlsRequired, String username, String password, long timeout, String socksHost, String socksPort)
public EventAwareSMTPMailServer(Long id, String name, String description, String from, String prefix, boolean isSession, com.atlassian.mail.MailProtocol protocol, String location, String smtpPort, boolean tlsRequired, com.atlassian.mail.server.auth.AuthenticationContext authContext, long timeout, String socksHost, String socksPort)
Copyright © 2002-2021 Atlassian. All Rights Reserved.