Class HeloCommand

java.lang.Object
com.icegreen.greenmail.smtp.commands.SmtpCommand
com.icegreen.greenmail.smtp.commands.HeloCommand

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 .