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 365582 2006-01-03 08:51:21 +0000 (mar, 03 gen 2006) 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. |
ReaderInputStream |
Simple class to allow a cast from a java.io.Reader to a java.io.InputStream
$Id: ReaderInputStream.java 365582 2006-01-03 08:51:21 +0000 (mar, 03 gen 2006) bago $ |
StoreProcessor |
Class StoreProcessor connects to a message store, gets the
target Folder and delegates its processing to FolderProcessor . |