public interface LSNRPreprocessor
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getObjectKey(java.lang.String del,
java.lang.String subject)
Returns the object key.
|
boolean |
isNewEmail(java.lang.String del,
java.lang.String subject)
Checks if the mail is a new mail or not
If the subject doesn't contain the delimiter then its a new mail
else it is a reply to the outbound mail
|
boolean isNewEmail(java.lang.String del,
java.lang.String subject)
throws java.lang.Exception
del - subject - java.lang.Exceptionjava.lang.String getObjectKey(java.lang.String del,
java.lang.String subject)
throws java.lang.Exception
del - subject - java.lang.Exception