ePOST API

rice.email.proxy.imap.commands
Class StoreCommand

java.lang.Object
  extended by rice.email.proxy.imap.commands.AbstractImapCommand
      extended by rice.email.proxy.imap.commands.StoreCommand

public class StoreCommand
extends AbstractImapCommand

STORE command.

http://asg.web.cmu.edu/rfc/rfc2060.html#sec-6.4.6


Constructor Summary
StoreCommand()
           
 
Method Summary
 void execute()
           
 java.util.List getFlags()
           
 MsgFilter getRange()
           
 java.lang.String getType()
           
 boolean isValidForState(ImapState state)
           
 void setFlags(java.util.List flags)
           
 void setRange(MsgFilter range)
           
 void setType(java.lang.String type)
           
 
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
 

Constructor Detail

StoreCommand

public StoreCommand()
Method Detail

isValidForState

public boolean isValidForState(ImapState state)
Specified by:
isValidForState in class AbstractImapCommand

execute

public void execute()
Specified by:
execute in class AbstractImapCommand

setFlags

public void setFlags(java.util.List flags)

getFlags

public java.util.List getFlags()

getRange

public MsgFilter getRange()

setRange

public void setRange(MsgFilter range)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

ePOST API

Copyright © 2001-2005 - Rice Pastry.