Class CheckMailUnicity

java.lang.Object
org.nuxeo.ecm.platform.mail.listener.action.AbstractMailAction
org.nuxeo.ecm.platform.mail.listener.action.CheckMailUnicity
All Implemented Interfaces:
MessageAction

public class CheckMailUnicity extends AbstractMailAction
This class checks whether a mail is a duplicate of a previously stored mail document. The mail is considered a duplicate if the sender, sending_date, title, text and containing folder are the same. This should fit for most uses.
Author:
Christophe Capon, Laurent Doguin