| Package | Description |
|---|---|
| com.atlassian.mail.queue | |
| com.atlassian.mail.server | |
| com.atlassian.mail.server.impl | |
| com.atlassian.mail.server.impl.util | |
| com.atlassian.mail.server.managers |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleMailQueueItem.send() |
void |
MailQueueItem.send()
Attempt to send the mail item.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
MailServerManager.create(MailServer mailServer) |
void |
MailServerManager.delete(Long mailServerId) |
MailServer |
MailServerManager.getMailServer(Long id) |
MailServer |
MailServerManager.getMailServer(String name) |
List<String> |
MailServerManager.getServerNames() |
javax.mail.Session |
MailServer.getSession() |
javax.mail.Session |
MailServerManager.getSession(Properties props,
javax.mail.Authenticator auth) |
protected javax.mail.Session |
AbstractMailServer.getSessionFromServerManager(Properties props,
javax.mail.Authenticator authenticator) |
void |
SMTPMailServer.quietSend(Email email)
Deprecated.
Use
SMTPMailServer.send(com.atlassian.mail.Email) instead and deal with the Exception for yourself. Since v2.5. |
void |
SMTPMailServer.send(Email email)
Sends the given email.
|
void |
SMTPMailServer.sendWithMessageId(Email email,
String messageId)
Sends the given email using the given Message-ID header.
|
void |
MailServerManager.update(MailServer mailServer) |
| Modifier and Type | Method and Description |
|---|---|
javax.mail.Session |
SMTPMailServerImpl.getSession()
get the mail session
|
javax.mail.Session |
PopMailServerImpl.getSession() |
void |
SMTPMailServerImpl.quietSend(Email email)
Send a message - but don't throw exceptions, just log the errors
|
void |
SMTPMailServerImpl.send(Email email) |
void |
SMTPMailServerImpl.sendWithMessageId(Email email,
String messageId) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageCreator.updateMimeMessage(Email email,
String defaultFrom,
String prefix,
javax.mail.internet.MimeMessage message) |
| Modifier and Type | Method and Description |
|---|---|
Long |
XMLMailServerManager.create(MailServer mailServer) |
abstract Long |
AbstractMailServerManager.create(MailServer mailServer) |
void |
XMLMailServerManager.delete(Long mailServerId) |
abstract void |
AbstractMailServerManager.delete(Long mailServerId) |
abstract MailServer |
AbstractMailServerManager.getMailServer(Long id) |
MailServer |
XMLMailServerManager.getMailServer(String name) |
abstract MailServer |
AbstractMailServerManager.getMailServer(String name) |
abstract List<String> |
AbstractMailServerManager.getServerNames() |
void |
XMLMailServerManager.update(MailServer mailServer) |
abstract void |
AbstractMailServerManager.update(MailServer mailServer) |
Copyright © 2018 Atlassian. All rights reserved.