Package com.ericdaugherty.mail.server.services.general

Interface Summary
ConnectionProcessor Defines the interface for all classes that will handle a connection.
 

Class Summary
DeliveryService Handles the evalution of general mail delivery rules, including SMTP Relaying.
ServiceListener This class listens for incoming connections on the specified port and starts a new thread to process the request.
StreamHandler Each smtp/pop3 session hands control of its streams and socket to an instance of this class.