ePOST API

rice.email.proxy.smtp.commands
Class EhloCommand

java.lang.Object
  extended by rice.email.proxy.smtp.commands.SmtpCommand
      extended by rice.email.proxy.smtp.commands.HeloCommand
          extended by rice.email.proxy.smtp.commands.EhloCommand

public class EhloCommand
extends HeloCommand

EHLO/HELO command.

TODO: What does HELO do if it's already been called before?

The spec is at http://asg.web.cmu.edu/rfc/rfc2821.html#sec-4.1.1.1 .


Constructor Summary
EhloCommand()
           
 
Method Summary
 void execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
           
 
Methods inherited from class rice.email.proxy.smtp.commands.HeloCommand
authenticationRequired, extractHeloName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EhloCommand

public EhloCommand()
Method Detail

execute

public void execute(SmtpConnection conn,
                    SmtpState state,
                    SmtpManager manager,
                    java.lang.String commandLine)
Overrides:
execute in class HeloCommand

ePOST API

Copyright © 2001-2005 - Rice Pastry.