Package org.apache.camel.component.mail
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 TypeMethodDescriptionvoid
process
(jakarta.mail.Folder folder) Process the given mail folder
-
Method Details
-
process
Process the given mail folder- Parameters:
folder
- Folder to process- Throws:
Exception
-