Package mireka.smtp.server
Classes related to establishing an SMTP listening socket, receiving mail
using the SubEthaSMTP library, and passing it to the filter chain
for processing.
-
Class Summary Class Description DeferredFileMailData DeferredFileMailData stores message content in memory if it is short or in a temporary file if it is long.ErrorHandlerMessageHandler ErrorHandlerMessageHandler wraps another MessageHandler and decorates it with handling of RuntimeExceptions.FilterChainMessageHandler MailTransactionImpl MessageHandlerFactoryImpl SMTPServer