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 Summary

    Modifier and Type
    Method
    Description
    void
    process(jakarta.mail.Folder folder)
    Process the given mail folder
  • Method Details

    • process

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