|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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(java.lang.Long id,
java.lang.String name,
java.lang.String description,
com.atlassian.mail.MailProtocol popProtocol,
java.lang.String serverName,
java.lang.String popPort,
java.lang.String username,
java.lang.String password,
java.lang.String toAddress)
|
Method Summary | |
---|---|
javax.mail.Session |
getSession()
get the mail session. |
java.lang.String |
getToAddress()
|
void |
setToAddress(java.lang.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(java.lang.Long id, java.lang.String name, java.lang.String description, com.atlassian.mail.MailProtocol popProtocol, java.lang.String serverName, java.lang.String popPort, java.lang.String username, java.lang.String password, java.lang.String toAddress)
Method Detail |
---|
public void setToAddress(java.lang.String toAddress)
public java.lang.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.MailServer
getSession
in class com.atlassian.mail.server.impl.PopMailServerImpl
com.atlassian.mail.MailException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |