Interface MailBoxPostProcessAction


  • public interface MailBoxPostProcessAction
    Is used for doing post processing tasks on the mailbox once the normal processing ended. This includes for example cleaning up old emails.
    • Method Detail

      • process

        void process​(javax.mail.Folder folder)
              throws Exception
        Process the given mail folder
        Parameters:
        folder - Folder to process
        Throws:
        Exception