| Interface | Description |
|---|---|
| DataLineFilter |
DataLineFilter are used to check the Data stream while the message is
being received.
|
| Class | Description |
|---|---|
| AbstractAddHeadersFilter |
Abstract base class for
SeparatingDataLineFilter implementations that add headers to a message |
| AbstractAddHeadersFilter.Header | |
| AbstractAuthRequiredToRelayRcptHook |
Handler which check for authenticated users
|
| AbstractHookableCmdHandler<Hook extends Hook> |
Abstract class which Handle hook-aware CommanHandler.
|
| AbstractSenderAuthIdentifyVerificationRcptHook |
Handler which check if the authenticated user is the same as the one used as MAIL FROM
|
| AcceptRecipientIfRelayingIsAllowed |
This hook will stop the hook chain if relaying is allowed
|
| DataCmdHandler |
handles DATA command
|
| DataCmdHandler.DataConsumerLineHandler | |
| DataCmdHandler.DataLineFilterWrapper | |
| DataLineMessageHookHandler |
This class handles the actual calling of the
MessageHook implementations to queue the message. |
| ExpnCmdHandler |
Handles EXPN command
|
| HeloCmdHandler |
Handles HELO command
|
| HelpCmdHandler |
Handles HELP command
|
| MailCmdHandler |
Handles MAIL command
|
| NoopCmdHandler |
Handles NOOP command
|
| PostmasterAbuseRcptHook |
Handler which whitelist "postmaster" and "abuse" recipients.
|
| QuitCmdHandler |
Handles QUIT command
|
| RcptCmdHandler |
Handles RCPT command
|
| ReceivedDataLineFilter |
AbstractAddHeadersFilter which adds the Received header for the message. |
| RsetCmdHandler |
Handles RSET command
|
| SeparatingDataLineFilter |
Abstract base class which makes it easier to handles lines be providing one method per message part.
|
| UnknownCmdHandler |
Default command handler for handling unknown commands
|
| VrfyCmdHandler |
Command handler for handling VRFY command
|
| WelcomeMessageHandler |
This ConnectHandler print the greeting on connecting
|
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.