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

Packages that use com.ericdaugherty.mail.server.services.smtp
com.ericdaugherty.mail.server.persistence   
com.ericdaugherty.mail.server.persistence.localDelivery   
com.ericdaugherty.mail.server.persistence.smtp   
com.ericdaugherty.mail.server.services.smtp   
com.ericdaugherty.mail.server.services.smtp.support   
 

Classes in com.ericdaugherty.mail.server.services.smtp used by com.ericdaugherty.mail.server.persistence
SMTPMessage
          An interface for the mail instances
 

Classes in com.ericdaugherty.mail.server.services.smtp used by com.ericdaugherty.mail.server.persistence.localDelivery
SMTPMessage
          An interface for the mail instances
 

Classes in com.ericdaugherty.mail.server.services.smtp used by com.ericdaugherty.mail.server.persistence.smtp
SMTPMessage
          An interface for the mail instances
 

Classes in com.ericdaugherty.mail.server.services.smtp used by com.ericdaugherty.mail.server.services.smtp
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.
MIMEProcessor.MIMEBody
           
MIMESender
          Each line of an outgoing message is parsed using rfc MIME rules.
SMTPMessage
          An interface for the mail instances
SMTPProcessor
          Handles an incoming SMTP connection.
SMTPSender
          This class (thread) is responsible for collectiong unsent messages and delivering them to the proper local address or remote smtp server.
SMTPSender.Deliver
          This method takes a SMTPMessageImpl and attempts to deliver it.
SMTPSenderStandard.StandardDeliver
           
 

Classes in com.ericdaugherty.mail.server.services.smtp used by com.ericdaugherty.mail.server.services.smtp.support
SMTPMessage
          An interface for the mail instances