ePOST API

rice.email.proxy.smtp.commands
Class DataCommand

java.lang.Object
  extended by rice.email.proxy.smtp.commands.SmtpCommand
      extended by rice.email.proxy.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 .


Constructor Summary
DataCommand()
           
 
Method Summary
 boolean authenticationRequired()
           
 void execute(SmtpConnection conn, SmtpState state, SmtpManager manager, java.lang.String commandLine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataCommand

public DataCommand()
Method Detail

authenticationRequired

public boolean authenticationRequired()
Specified by:
authenticationRequired in class SmtpCommand

execute

public void execute(SmtpConnection conn,
                    SmtpState state,
                    SmtpManager manager,
                    java.lang.String commandLine)
             throws java.io.IOException
Specified by:
execute in class SmtpCommand
Throws:
java.io.IOException

ePOST API

Copyright © 2001-2005 - Rice Pastry.