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