ePOST API

rice.email.proxy.imap.commands
Class StatusCommand

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

public class StatusCommand
extends AbstractImapCommand

STATUS command.

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

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


Constructor Summary
StatusCommand()
           
StatusCommand(java.lang.String name)
           
 
Method Summary
 void execute()
           
 java.lang.String getFolder()
           
 java.util.List getRequests()
           
 boolean isValidForState(ImapState state)
           
 void setFolder(java.lang.String mailbox)
           
 void setRequests(java.util.List requests)
           
 
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

StatusCommand

public StatusCommand()

StatusCommand

public StatusCommand(java.lang.String name)
Method Detail

isValidForState

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

execute

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

getFolder

public java.lang.String getFolder()

setFolder

public void setFolder(java.lang.String mailbox)

getRequests

public java.util.List getRequests()

setRequests

public void setRequests(java.util.List requests)

ePOST API

Copyright © 2001-2005 - Rice Pastry.