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, toString
getAuthenticationContext, 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, smartConnect
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDebug, getDebugStream, isTlsRequired, setDebug, setTlsRequired
getDescription, getHostname, getId, getMailProtocol, getName, getPassword, getPort, getProperties, getSocksHost, getSocksPort, getTimeout, getUsername, setDebugStream, setDescription, setHostname, setId, setLogger, setMailProtocol, setName, setPassword, setPort, setProperties, setSocksHost, setSocksPort, setTimeout, setUsername
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, 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-2022 Atlassian. All Rights Reserved.