Class CheckSenderAction

java.lang.Object
org.nuxeo.ecm.platform.mail.action.CheckSenderAction
All Implemented Interfaces:
MessageAction

public class CheckSenderAction extends Object implements MessageAction
Action that check the mail address against the user directory. If the address of the sender is not in the user directory, the mail is not processed further.

If the sender is in the user directory, it put the principal as a string in the context under the "sender" key.

Author:
Alexandre Russel
  • Constructor Details

    • CheckSenderAction

      public CheckSenderAction()
  • Method Details