Uses of Interface
org.nuxeo.ecm.platform.mail.action.MessageAction
Packages that use MessageAction
-
Uses of MessageAction in org.nuxeo.ecm.platform.mail.action
Classes in org.nuxeo.ecm.platform.mail.action that implement MessageActionModifier and TypeClassDescriptionclass
Action that check the mail address against the user directory.class
Computes the URL of a document.class
Action to answer the mail.class
class
Transforms the message using the transformer and puts it in the context under transformed.Methods in org.nuxeo.ecm.platform.mail.action that return MessageActionMethods in org.nuxeo.ecm.platform.mail.action with parameters of type MessageActionModifier and TypeMethodDescriptionvoid
MailBoxActions.addAction
(MessageAction action) void
MailBoxActionsImpl.addAction
(MessageAction action) Method parameters in org.nuxeo.ecm.platform.mail.action with type arguments of type MessageActionModifier and TypeMethodDescriptionvoid
MailBoxActions.addActions
(List<MessageAction> actions) void
MailBoxActionsImpl.addActions
(List<MessageAction> actions) -
Uses of MessageAction in org.nuxeo.ecm.platform.mail.listener.action
Classes in org.nuxeo.ecm.platform.mail.listener.action that implement MessageActionModifier and TypeClassDescriptionclass
class
This class checks whether a mail is a duplicate of a previously stored mail document.class
Creates a MailMessage document for every new email found in the INBOX.class
Creates a MailMessage document for every new email found in the INBOX.class
class
Puts on the pipe execution context the values retrieved from the new messages found in the INBOX.class