|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
void threadEmail(Email email)
email - The unsent mail to altervoid storeSentEmail(Email email)
email - The sent mail whose Message-Id we should record
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||