|
Class Summary |
| DynamicAccount |
|
| FetchMail |
Class FetchMail is an Avalon task that is periodically triggered
to fetch mail from a JavaMail Message Store. |
| FetchScheduler |
A class to instantiate and schedule a set of mail fetching tasks |
| FolderProcessor |
Class FolderProcessor opens a Folder and iterates over all of
the Messages, delegating their processing to MessageProcessor. |
| MessageProcessor |
Class MessageProcessor handles the delivery of
MimeMessages to the James input spool. |
| ProcessorAbstract |
Class ProcessorAbstract is an abstract class that provides
support for JavaMail processors. |
| StoreProcessor |
Class StoreProcessor connects to a message store, gets the
target Folder and delegates its processing to FolderProcessor. |