Class CreateDocumentsFromAutomationChainAction

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

public class CreateDocumentsFromAutomationChainAction extends AbstractMailAction
Creates a MailMessage document for every new email found in the INBOX. The creation is handled by an AutomationChain
Since:
6.0
Author:
tiry
  • Field Details

    • chainName

      protected String chainName
    • stupidRegexp

      public Pattern stupidRegexp
  • Constructor Details

    • CreateDocumentsFromAutomationChainAction

      public CreateDocumentsFromAutomationChainAction(String chainName)
  • Method Details