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

All Known Implementing Classes:
AuthCmdHandler, EhloCmdHandler, MailSizeEsmtpExtension, StartTlsCmdHandler

public interface EhloExtension

Must be implemented by handlers that add new ESMTP EHLO keyworkds


Method Summary
 List<String> getImplementedEsmtpFeatures(SMTPSession session)
           
 

Method Detail

getImplementedEsmtpFeatures

List<String> getImplementedEsmtpFeatures(SMTPSession session)


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