This package contains a sample implementation of a Mailet that invokes
jSieve to perform local mail delivery processing. The Mailet is implemented
by Class JSieve
. The remaining classes implement supporting
behaviours. See the class comments for details.
This code is for DEMONSTRATION purposes only and should not be considered to be of production quality.
Note that there is currently a dependency on
org.apache.james.utils.mail.mdn.MDNFactory
. This binds the
implementation to versions of Apache James that include this class. To achieve
a truly portable Mailet implementation, the Mailet API may need to be extended
to include the ability to create an MDN.