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 Summary
Constructors Constructor Description CheckSenderAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
execute(ExecutionContext context)
Executes one action.void
reset(ExecutionContext context)
-
-
-
Method Detail
-
execute
public boolean execute(ExecutionContext context) throws javax.mail.MessagingException
Description copied from interface:MessageAction
Executes one action.If it returns false, the following actions from the pipe are not executed.
- Specified by:
execute
in interfaceMessageAction
- Throws:
javax.mail.MessagingException
- See Also:
ExecutionContext
-
reset
public void reset(ExecutionContext context)
- Specified by:
reset
in interfaceMessageAction
-
-