Class MailBoxActionsImpl

java.lang.Object
org.nuxeo.ecm.platform.mail.action.MailBoxActionsImpl
All Implemented Interfaces:
MailBoxActions

public class MailBoxActionsImpl extends Object implements MailBoxActions
Author:
Alexandre Russel
  • Field Details

    • pipe

      protected final MessageActionPipe pipe
    • visitor

      protected final Visitor visitor
    • folder

      protected final javax.mail.Folder folder
    • expunge

      protected boolean expunge
  • Constructor Details

    • MailBoxActionsImpl

      public MailBoxActionsImpl(javax.mail.Folder folder, boolean expungeOnExit) throws javax.mail.MessagingException
      Throws:
      javax.mail.MessagingException
  • Method Details