rice.email.proxy.imap.commands
Class AppendCommand
java.lang.Object
rice.email.proxy.imap.commands.AbstractImapCommand
rice.email.proxy.imap.commands.AppendCommand
public class AppendCommand
- extends AbstractImapCommand
APPEND command.
http://asg.web.cmu.edu/rfc/rfc2060.html#sec-6.3.11
Methods inherited from class rice.email.proxy.imap.commands.AbstractImapCommand |
getCmdName, getConn, getState, getTag, setConn, setState, setTag, taggedExceptionFailure, taggedFailure, taggedSimpleFailure, taggedSimpleSuccess, taggedSuccess, untaggedResponse, untaggedSimpleResponse, untaggedSuccess |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppendCommand
public AppendCommand()
isValidForState
public boolean isValidForState(ImapState state)
- Specified by:
isValidForState
in class AbstractImapCommand
execute
public void execute()
- Specified by:
execute
in class AbstractImapCommand
getDate
public java.lang.String getDate()
getFlags
public java.util.List getFlags()
setContentLength
public void setContentLength(int len)
setDate
public void setDate(java.lang.String date)
setFlags
public void setFlags(java.util.List flags)
getFolder
public java.lang.String getFolder()
setFolder
public void setFolder(java.lang.String mailbox)
Copyright © 2001-2005 - Rice Pastry.