public class Email
extends com.atlassian.mail.Email
e.g. Precedence Bulk and X-JIRA-FingerPrint
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Email(String to)
Constructor specifying only the recipient.
|
Email(String to,
String cc,
String bcc)
Constructor including cc and bcc addresses.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.mail.Email |
setSubject(String subject) |
addHeader, equals, getBcc, getBody, getCc, getEncoding, getFrom, getFromName, getHeaders, getInReplyTo, getMessageId, getMimeType, getMultipart, getReplyTo, getSubject, getTo, hashCode, isExcludeSubjectPrefix, loadDefaultHeaders, removeHeader, setBcc, setBody, setCc, setEncoding, setExcludeSubjectPrefix, setFrom, setFromName, setInReplyTo, setMessageId, setMimeType, setMultipart, setReplyTo, setTo, toString
public static final String HEADER_JIRA_FINGER_PRINT
public Email(String to)
to
- recipient.public com.atlassian.mail.Email setSubject(String subject)
setSubject
in class com.atlassian.mail.Email
Copyright © 2002-2019 Atlassian. All Rights Reserved.