com.hs.mail.imap.message.request.ext
Class SetQuotaRequest

java.lang.Object
  extended by com.hs.mail.imap.message.request.ImapRequest
      extended by com.hs.mail.imap.message.request.ext.SetQuotaRequest

public class SetQuotaRequest
extends ImapRequest

Since:
Apr 19, 2010
Author:
Won Chul Doh

Constructor Summary
SetQuotaRequest(String tag, String command, javax.mail.Quota quota)
           
 
Method Summary
 javax.mail.Quota getQuota()
           
 boolean validForState(ImapSession.State state)
           
 
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

SetQuotaRequest

public SetQuotaRequest(String tag,
                       String command,
                       javax.mail.Quota quota)
Method Detail

getQuota

public javax.mail.Quota getQuota()

validForState

public boolean validForState(ImapSession.State state)
Specified by:
validForState in class ImapRequest


Copyright © 2011. All Rights Reserved.