com.icegreen.greenmail.smtp.commands
Class RcptCommand
java.lang.Object
com.icegreen.greenmail.smtp.commands.SmtpCommand
com.icegreen.greenmail.smtp.commands.RcptCommand
public class RcptCommand
- extends SmtpCommand
RCPT command.
The spec is at
http://asg.web.cmu.edu/rfc/rfc2821.html#sec-4.1.1.3.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RcptCommand
public RcptCommand()
execute
public void execute(SmtpConnection conn,
SmtpState state,
SmtpManager manager,
String commandLine)
- Specified by:
execute
in class SmtpCommand