|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.email.proxy.imap.commands.AbstractImapCommand rice.email.proxy.imap.commands.SubscribeCommand
public class SubscribeCommand
SUBSCRIBE command.
http://asg.web.cmu.edu/rfc/rfc2060.html#sec-6.3.6
Constructor Summary | |
---|---|
SubscribeCommand()
|
Method Summary | |
---|---|
void |
execute()
|
java.lang.String |
getFolder()
|
boolean |
isValidForState(ImapState state)
|
void |
setFolder(java.lang.String mailbox)
|
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 |
---|
public SubscribeCommand()
Method Detail |
---|
public boolean isValidForState(ImapState state)
isValidForState
in class AbstractImapCommand
public void execute()
execute
in class AbstractImapCommand
public java.lang.String getFolder()
public void setFolder(java.lang.String mailbox)
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |