Package org.apache.camel.component.mail
Interface MailBoxPostProcessAction
- 
public interface MailBoxPostProcessActionIs used for doing post processing tasks on the mailbox once the normal processing ended. This includes for example cleaning up old emails. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(javax.mail.Folder folder)Process the given mail folder 
 -