Package com.sendmail.jilter
Main package for Jilter. Filters implemented with Jilter typically implement the
JilterHandler
interface. The Milter protocol itself is handled by the JilterProcessor class.-
Interface Summary Interface Description JilterEOMActions Contains the actions available duringeomprocessing.JilterHandler The main handler interface for writing a Java-based milter (Jilter). -
Class Summary Class Description JilterHandlerAdapter An adapter to implement methods in JilterHander interface so subclasses may override only those methods they desire.JilterProcessor The guts of handling the filter side of the Milter protocol.JilterStatus Status class for methods inJilterHandler.