com.atlassian.jira.mail
Class Email

java.lang.Object
  extended bycom.atlassian.mail.Email
      extended bycom.atlassian.jira.mail.Email

public class Email
extends com.atlassian.mail.Email

This is a wrapper class around the Email class from atlassian-mail. Its purpose is to respect the Jira property about setting the Precedence header in mails.


Constructor Summary
Email(String to)
          Note: This will respect the APKeys.JIRA_OPTION_EXCLUDE_PRECEDENCE_EMAIL_HEADER property as to whether the "Precedence" header is set to "bulk" or not.
Email(String to, String cc, String bcc)
          Note: This will respect the APKeys.JIRA_OPTION_EXCLUDE_PRECEDENCE_EMAIL_HEADER property as to whether the "Precedence" header is set to "bulk" or not.
 
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
 

Constructor Detail

Email

public Email(String to)
Note: This will respect the APKeys.JIRA_OPTION_EXCLUDE_PRECEDENCE_EMAIL_HEADER property as to whether the "Precedence" header is set to "bulk" or not.


Email

public Email(String to,
             String cc,
             String bcc)
Note: This will respect the APKeys.JIRA_OPTION_EXCLUDE_PRECEDENCE_EMAIL_HEADER property as to whether the "Precedence" header is set to "bulk" or not.



Copyright © 2002-2007 Atlassian. All Rights Reserved.