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

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.UnsubscribeRequest

public class UnsubscribeRequest
extends AbstractMailboxRequest

Since:
Jan 28, 2010
Author:
Won Chul Doh

Constructor Summary
UnsubscribeRequest(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

UnsubscribeRequest

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


Copyright © 2011. All Rights Reserved.