|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.mail.Email com.atlassian.jira.mail.Email
public class Email
This is a wrapper class around the Email class from atlassian-mail. Its purpose is to ensure that the proper headers are present or absent as per JIRA configuration on construction. e.g. Precedence Bulk and X-JIRA-FingerPrint
Field Summary | |
---|---|
static String |
HEADER_JIRA_FINGER_PRINT
JIRA's custom mail header used to contain a magic fingerprint string "unique" to a JIRA instance, used for identification purposes. |
Constructor Summary | |
---|---|
Email(String to)
Constructor specifying only the recipient. |
|
Email(String to,
String cc,
String bcc)
Constructor including cc and bcc addresses. |
Method Summary |
---|
Methods inherited from class com.atlassian.mail.Email |
---|
addHeader, equals, getBcc, getBody, getCc, getEncoding, getFrom, getFromName, getHeaders, getInReplyTo, getMessageId, getMimeType, getMultipart, getReplyTo, getSubject, getTo, hashCode, loadDefaultHeaders, removeHeader, setBcc, setBody, setCc, setEncoding, setFrom, setFromName, setInReplyTo, setMessageId, setMimeType, setMultipart, setReplyTo, setSubject, setTo, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String HEADER_JIRA_FINGER_PRINT
Constructor Detail |
---|
public Email(String to)
to
- recipient.public Email(String to, String cc, String bcc)
to
- recipient.cc
- carbon copy recipient.bcc
- blind carbon copy recipient.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |