Uses of Interface
com.ericdaugherty.mail.server.services.general.ConnectionProcessor

Packages that use ConnectionProcessor
com.ericdaugherty.mail.server.services.pop3   
com.ericdaugherty.mail.server.services.smtp   
 

Uses of ConnectionProcessor in com.ericdaugherty.mail.server.services.pop3
 

Classes in com.ericdaugherty.mail.server.services.pop3 that implement ConnectionProcessor
 class Pop3Processor
          Handles an incoming Pop3 connection.
 

Uses of ConnectionProcessor in com.ericdaugherty.mail.server.services.smtp
 

Classes in com.ericdaugherty.mail.server.services.smtp that implement ConnectionProcessor
 class SMTPProcessor
          Handles an incoming SMTP connection.
 class SMTPProcessorAmavis
          A simple extension to the SMTPROCESSOR.