|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.mail.server.AbstractMailServer
com.atlassian.mail.server.impl.PopMailServerImpl
com.atlassian.confluence.mail.ConfluencePopMailServer
public class ConfluencePopMailServer
A Confluence/Atlassian-flavoured POP server that stores the email address associated with the POP account.
TODO CONFDEV-11374 Add session and address support to atlassian-mail
| Field Summary |
|---|
| Fields inherited from class com.atlassian.mail.server.AbstractMailServer |
|---|
isAuthenticating, log |
| Constructor Summary | |
|---|---|
ConfluencePopMailServer(Long id,
String name,
String description,
com.atlassian.mail.MailProtocol popProtocol,
String serverName,
String popPort,
String username,
String password,
String toAddress)
|
|
| Method Summary | |
|---|---|
javax.mail.Session |
getSession()
get the mail session. |
String |
getToAddress()
|
void |
setToAddress(String toAddress)
|
| Methods inherited from class com.atlassian.mail.server.impl.PopMailServerImpl |
|---|
getAuthenticator, getType |
| Methods inherited from class com.atlassian.mail.server.AbstractMailServer |
|---|
equals, getDebug, getDebugStream, getDescription, getHostname, getId, getMailProtocol, getMoreDebugInfoAboutCreatedSession, getName, getPassword, getPort, getProperties, getSessionFromServerManager, getSocksHost, getSocksPort, getTimeout, getUsername, hashCode, isTlsRequired, loadSystemProperties, propertyChanged, setDebug, setDebugStream, setDescription, setHostname, setId, setLogger, setMailProtocol, setName, setPassword, setPort, setProperties, setSocksHost, setSocksPort, setTimeout, setTlsRequired, setUsername, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.atlassian.mail.server.MailServer |
|---|
getDebug, getDescription, getHostname, getId, getMailProtocol, getName, getPassword, getPort, getProperties, getSocksHost, getSocksPort, getTimeout, getUsername, setDebug, setDebugStream, setDescription, setHostname, setId, setLogger, setMailProtocol, setName, setPassword, setPort, setProperties, setSocksHost, setSocksPort, setTimeout, setUsername |
| Constructor Detail |
|---|
public ConfluencePopMailServer(Long id,
String name,
String description,
com.atlassian.mail.MailProtocol popProtocol,
String serverName,
String popPort,
String username,
String password,
String toAddress)
| Method Detail |
|---|
public void setToAddress(String toAddress)
public String getToAddress()
public javax.mail.Session getSession()
throws com.atlassian.mail.MailException
SMTPMailServerImpl. Should go back in atlassian-mail after fixing.
getSession in interface com.atlassian.mail.server.MailServergetSession in class com.atlassian.mail.server.impl.PopMailServerImplcom.atlassian.mail.MailException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||