rice.email.proxy.smtp.commands
Class HeloCommand
java.lang.Object
rice.email.proxy.smtp.commands.SmtpCommand
rice.email.proxy.smtp.commands.HeloCommand
- Direct Known Subclasses:
- EhloCommand
public class HeloCommand
- extends SmtpCommand
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 .
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeloCommand
public HeloCommand()
authenticationRequired
public boolean authenticationRequired()
- Specified by:
authenticationRequired
in class SmtpCommand
execute
public void execute(SmtpConnection conn,
SmtpState state,
SmtpManager manager,
java.lang.String commandLine)
- Specified by:
execute
in class SmtpCommand
extractHeloName
protected void extractHeloName(SmtpConnection conn,
java.lang.String commandLine)
Copyright © 2001-2005 - Rice Pastry.