|
Interface Summary |
| AuthHook |
Implement this interfaces to hook in the AUTH Command |
| HeloHook |
Implement this interfaces to hook in the HELO Command |
| Hook |
Just and marker interface for the different Hooks |
| HookResultHook |
|
| MailHook |
Implement this interfaces to hook in the MAIL Command |
| MailParametersHook |
Implement this interfaces to hook in the MAIL Command |
| MessageHook |
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 |
| QuitHook |
Implement this interfaces to hook in the MAIL Command |
| RcptHook |
Implement this interfaces to hook in the MAIL Command |
| UnknownHook |
Hook for unknown commands |