public interface MailParametersHook extends Hook
| Modifier and Type | Method and Description |
|---|---|
HookResult |
doMailParameter(SMTPSession session,
String paramName,
String paramValue)
Return the HookResult after run the hook
|
String[] |
getMailParamNames() |
HookResult doMailParameter(SMTPSession session, String paramName, String paramValue)
session - the SMTPSessionparamName - parameter nameparamValue - parameter valueString[] getMailParamNames()
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.