com.hs.mail.imap.message.request
Class SubscribeRequest

java.lang.Object
  extended by com.hs.mail.imap.message.request.ImapRequest
      extended by com.hs.mail.imap.message.request.AbstractMailboxRequest
          extended by com.hs.mail.imap.message.request.SubscribeRequest

public class SubscribeRequest
extends AbstractMailboxRequest

Since:
Jan 28, 2010
Author:
Won Chul Doh

Constructor Summary
SubscribeRequest(String tag, String command, String mailbox)
           
 
Method Summary
 
Methods inherited from class com.hs.mail.imap.message.request.AbstractMailboxRequest
getMailbox, validForState
 
Methods inherited from class com.hs.mail.imap.message.request.ImapRequest
getCommand, getTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscribeRequest

public SubscribeRequest(String tag,
                        String command,
                        String mailbox)


Copyright © 2011. All Rights Reserved.