com.atlassian.jira.mail
Class MailingListCompiler

java.lang.Object
  extended bycom.atlassian.jira.mail.MailingListCompiler
Direct Known Subclasses:
DefaultSubscriptionManager

public class MailingListCompiler
extends java.lang.Object


Field Summary
static java.lang.String FS
           
 
Constructor Summary
MailingListCompiler()
           
 
Method Summary
static java.lang.String getEmailAddresses(java.util.Set addresses)
           
static void sendLists(java.util.Set recipients, java.lang.String sender, java.lang.String senderFrom, java.lang.String subject, java.lang.String template, java.lang.String baseUrl, java.util.Map contextParams, com.atlassian.mail.MailThreader threader)
          This function works out where the mail message has originated and then sets up the correct parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FS

public static final java.lang.String FS
Constructor Detail

MailingListCompiler

public MailingListCompiler()
Method Detail

getEmailAddresses

public static java.lang.String getEmailAddresses(java.util.Set addresses)

sendLists

public static void sendLists(java.util.Set recipients,
                             java.lang.String sender,
                             java.lang.String senderFrom,
                             java.lang.String subject,
                             java.lang.String template,
                             java.lang.String baseUrl,
                             java.util.Map contextParams,
                             com.atlassian.mail.MailThreader threader)
                      throws org.apache.velocity.exception.VelocityException
This function works out where the mail message has originated and then sets up the correct parameters. It allows comments to be hidden in the email from users that do not have permissions to see them.

Parameters:
recipients -
subject -
template -
baseUrl -
contextParams -
Throws:
org.apache.velocity.exception.VelocityException


Copyright © 2002-2005 Atlassian. All Rights Reserved.