Package com.ericdaugherty.mail.server.services.smtp

Interface Summary
SMTPMessage An interface for the mail instances
 

Class Summary
MIMEConstants A number of final int and String values to be used implicitly when handling mails.
MIMEProcessor Each line of an incloming message is parsed based on rfc MIME rules.
MIMESender Each line of an outgoing message is parsed using rfc MIME rules.
SenderPool This class allows SMTPSender to deliver mail concurrently.
SMTPMessageImpl A class representing an instance of a JES SMTP Message.
SMTPProcessor Handles an incoming SMTP connection.
SMTPProcessorAmavis A simple extension to the SMTPROCESSOR.
SMTPRemoteSender This class handles sending messages to external SMTP servers for delivery.
SMTPSender This class (thread) is responsible for collectiong unsent messages and delivering them to the proper local address or remote smtp server.
SMTPSenderAmavis A SMTPSENDER class meant to send mail to amavisd-new.
SMTPSenderStandard A smtp sender meant to distribute incoming mail to its rightfull owners.