Package org.apache.james.protocols.smtp.hook

Interface Summary
AuthHook Implement this interfaces to hook in the AUTH Command
HeloHook Implement this interfaces to hook in the HELO Command
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
UnknownCmdHook Hook for unknown commands
 

Class Summary
HookResult Result which get used for hooks
HookReturnCode  
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.