Class NoopCommand
java.lang.Object
com.icegreen.greenmail.smtp.commands.SmtpCommand
com.icegreen.greenmail.smtp.commands.NoopCommand
NOOP command.
https://tools.ietf.org/html/rfc2821.html#section-4.1.1.9
"NOOP" [ SP String ] CRLF
-
Field Summary
Fields inherited from class com.icegreen.greenmail.smtp.commands.SmtpCommand
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine)
-
Constructor Details
-
NoopCommand
public NoopCommand()
-
-
Method Details
-
execute
- Specified by:
executein classSmtpCommand
-