|
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
$Id: FetchScheduler.java 521427 2007-03-22 19:57:00Z bago $ |
| 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. |