Class Overview
Implementation of MailThreader that stores threads in an OfBiz-mediated database.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
com.atlassian.mail.MailThreader
String
|
getCustomMessageId(Email arg0)
|
void
|
storeSentEmail(Email arg0)
|
void
|
threadEmail(Email arg0)
|
|
Public Constructors
public
JiraMailThreader
(Issue issue)
Parameters
issue
| the issue - the subject of the emails.
|
Public Methods
public
String
getCustomMessageId
(Email email)
public
void
storeSentEmail
(Email email)
public
void
threadEmail
(Email email)