com.atlassian.mail
Interface MailThreader


public interface MailThreader

Used for maintaining thread information in sent emails.


Method Summary
 void storeSentEmail(Email email)
          Store the (MTA-allocated) Message-Id of a sent email, so later emails 'in reply to' this can be threaded.
 void threadEmail(Email email)
          Set the In-Reply-To header for an email, so it will appear threaded.
 

Method Detail

threadEmail

void threadEmail(Email email)
Set the In-Reply-To header for an email, so it will appear threaded.

Parameters:
email - The unsent mail to alter

storeSentEmail

void storeSentEmail(Email email)
Store the (MTA-allocated) Message-Id of a sent email, so later emails 'in reply to' this can be threaded.

Parameters:
email - The sent mail whose Message-Id we should record


Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.