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 494012 2007-01-08 10:23:58 +0000 (lun, 08 gen 2007) norman $ |
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. |
ReaderInputStream |
Simple class to allow a cast from a java.io.Reader to a java.io.InputStream
$Id: ReaderInputStream.java 494012 2007-01-08 10:23:58 +0000 (lun, 08 gen 2007) norman $ |
StoreProcessor |
Class StoreProcessor connects to a message store, gets the
target Folder and delegates its processing to FolderProcessor . |