| Package | Description |
|---|---|
| com.atlassian.mail | |
| com.atlassian.mail.queue | |
| com.atlassian.mail.server | |
| com.atlassian.mail.server.impl | |
| com.atlassian.mail.server.impl.util |
| Modifier and Type | Method and Description |
|---|---|
Email |
Email.setBcc(String bcc) |
Email |
Email.setBody(String body) |
Email |
Email.setCc(String cc) |
Email |
Email.setEncoding(String encoding) |
Email |
Email.setExcludeSubjectPrefix(boolean excludeSubjectPrefix) |
Email |
Email.setFrom(String from) |
Email |
Email.setFromName(String fromName) |
Email |
Email.setInReplyTo(String inReplyTo) |
Email |
Email.setMimeType(String mimeType) |
Email |
Email.setMultipart(javax.mail.Multipart multipart) |
Email |
Email.setReplyTo(String replyTo) |
Email |
Email.setSubject(String subject) |
Email |
Email.setTo(String to) |
| Modifier and Type | Method and Description |
|---|---|
String |
MailThreader.getCustomMessageId(Email email)
Allows this MailThreader to define a custom Message-ID to be set in the outgoing mail header.
|
void |
MailThreader.storeSentEmail(Email email)
Deprecated.
Use
MailThreader.getCustomMessageId(Email) instead to create a parsable custom Message ID. Since v2.5.0. |
void |
MailThreader.threadEmail(Email email)
Set the In-Reply-To header for an email, so it will appear threaded.
|
| Modifier and Type | Method and Description |
|---|---|
Email |
SingleMailQueueItem.getEmail() |
| Constructor and Description |
|---|
SingleMailQueueItem(Email email) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2018 Atlassian. All rights reserved.