| Interface | Description |
|---|---|
| JamesMessageHook |
Custom message handlers must implement this interface The message hooks will
be server-wide common to all the SMTPHandlers, therefore the handlers must
store all the state information in the SMTPSession object
|
| SMTPConstants |
Constants which are used within SMTP Session
|
| Class | Description |
|---|---|
| AddDefaultAttributesMessageHook |
This hook adds the default attributes to the just created Mail
|
| AuthRequiredToRelayRcptHook | |
| CoreCmdHandlerLoader |
This class represent the base command handlers which are shipped with james.
|
| DataLineJamesMessageHookHandler |
Handles the calling of JamesMessageHooks
|
| ExtendedSMTPSession |
SMTPSession implementation for use with Netty |
| JamesDataCmdHandler |
handles DATA command
|
| JamesMailCmdHandler | |
| JamesRcptCmdHandler | |
| JamesWelcomeMessageHandler |
This ConnectHandler print the greeting on connecting
|
| MailPriorityHandler |
Handler which set a configured
Mail priority for the mail. |
| POP3BeforeSMTPHandler |
This ConnectHandler can be used to activate pop-before-smtp
|
| SenderAuthIdentifyVerificationRcptHook |
Handler which check if the authenticated user is incorrect
|
| SendMailHandler |
Queue the message
|
| SetMimeHeaderHandler |
Adds the header to the message
|
| TLDLookup |
A utility class that caches sets of multi-part top level domains (TLDs) for
quick lookup.
|
| UsersRepositoryAuthHook |
This Auth hook can be used to authenticate against the james user repository
|
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.