|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.protocols.smtp.core.esmtp.MailSizeEsmtpExtension
public class MailSizeEsmtpExtension
Handle the ESMTP SIZE extension.
| Constructor Summary | |
|---|---|
MailSizeEsmtpExtension()
|
|
| Method Summary | |
|---|---|
HookResult |
doMailParameter(SMTPSession session,
String paramName,
String paramValue)
Return the HookResult after run the hook |
List<String> |
getImplementedEsmtpFeatures(SMTPSession session)
|
String[] |
getMailParamNames()
|
Response |
onLine(SMTPSession session,
byte[] line,
LineHandler<SMTPSession> next)
Handle line processing |
HookResult |
onMessage(SMTPSession session,
MailEnvelope mail)
Handle Message |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MailSizeEsmtpExtension()
| Method Detail |
|---|
public HookResult doMailParameter(SMTPSession session,
String paramName,
String paramValue)
MailParametersHook
doMailParameter in interface MailParametersHooksession - the SMTPSessionparamName - parameter nameparamValue - parameter value
MailParametersHook.doMailParameter(org.apache.james.protocols.smtp.SMTPSession, java.lang.String, java.lang.String)public String[] getMailParamNames()
getMailParamNames in interface MailParametersHookMailParametersHook.getMailParamNames()public List<String> getImplementedEsmtpFeatures(SMTPSession session)
getImplementedEsmtpFeatures in interface EhloExtensionEhloExtension.getImplementedEsmtpFeatures(org.apache.james.protocols.smtp.SMTPSession)
public Response onLine(SMTPSession session,
byte[] line,
LineHandler<SMTPSession> next)
DataLineFilter
onLine in interface DataLineFilterDataLineFilter.onLine(SMTPSession, byte[], LineHandler)
public HookResult onMessage(SMTPSession session,
MailEnvelope mail)
MessageHook
onMessage in interface MessageHookMessageHook.onMessage(SMTPSession, MailEnvelope)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||