Class DataCommand
java.lang.Object
com.icegreen.greenmail.smtp.commands.SmtpCommand
com.icegreen.greenmail.smtp.commands.DataCommand
DATA command.
-
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
-
DataCommand
public DataCommand()
-
-
Method Details
-
execute
public void execute(SmtpConnection conn, SmtpState state, SmtpManager manager, String commandLine) throws IOException - Specified by:
executein classSmtpCommand- Throws:
IOException
-