Interface MessageAction

    • Method Detail

      • execute

        boolean execute​(ExecutionContext context)
                 throws javax.mail.MessagingException
        Executes one action.

        If it returns false, the following actions from the pipe are not executed.

        Throws:
        javax.mail.MessagingException
        See Also:
        ExecutionContext