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 https://tools.ietf.org/html/rfc2821.html#section-4.1.1.3."RCPT TO:" ("
" / " " / Forward-Path) [SP Rcpt-parameters] CRLF
-
-
Field Summary
-
Fields inherited from class com.icegreen.greenmail.smtp.commands.SmtpCommand
log
-
-
Constructor Summary
Constructors Constructor Description RcptCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine)
-
-
-
Method Detail
-
execute
public void execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine)
- Specified by:
executein classSmtpCommand
-
-