public interface MailServer
Long getId()
String getName()
String getDescription()
String getType()
String getPort()
MailProtocol getMailProtocol()
String getHostname()
String getUsername()
String getPassword()
long getTimeout()
String getSocksHost()
String getSocksPort()
boolean getDebug()
javax.mail.Session getSession()
throws NamingException,
MailException
NamingExceptionMailExceptionvoid setName(String name)
void setDescription(String description)
void setHostname(String hostname)
void setUsername(String username)
void setPassword(String password)
void setId(Long id)
void setPort(String port)
void setMailProtocol(MailProtocol protocol)
void setTimeout(long timeout)
void setSocksHost(String socksHost)
void setSocksPort(String socksPort)
void setDebug(boolean debug)
void setDebugStream(PrintStream debugStream)
debugStream - An optional stream to send debug messages to. If null, System.out is used.void setProperties(Properties props)
Properties getProperties()
void setLogger(org.apache.log4j.Logger logger)
Copyright © 2018 Atlassian. All rights reserved.