Class VrfyCommand
java.lang.Object
com.icegreen.greenmail.smtp.commands.SmtpCommand
com.icegreen.greenmail.smtp.commands.VrfyCommand
VRFY command.
The spec is at
http://asg.web.cmu.edu/rfc/rfc2821.html#sec-4.1.1.6.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine)
-
Constructor Details
-
VrfyCommand
public VrfyCommand()
-
-
Method Details
-
execute
- Specified by:
execute
in classSmtpCommand
-