org.apache.james.protocols.smtp.core.esmtp
Interface EhloExtension

All Known Implementing Classes:
AuthCmdHandler, MailSizeEsmtpExtension, StartTlsCmdHandler

public interface EhloExtension

Must be implemented by handlers that add new ESMTP EHLO keyworkds


Method Summary
 java.util.List<java.lang.String> getImplementedEsmtpFeatures(SMTPSession session)
           
 

Method Detail

getImplementedEsmtpFeatures

java.util.List<java.lang.String> getImplementedEsmtpFeatures(SMTPSession session)


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