com.hs.mail.imap.message.response.ext
Class QuotaResponse

java.lang.Object
  extended by com.hs.mail.imap.message.response.AbstractImapResponse
      extended by com.hs.mail.imap.message.response.ext.QuotaResponse
All Implemented Interfaces:
ImapResponse

public class QuotaResponse
extends AbstractImapResponse

Since:
Apr 19, 2010
Author:
Won Chul Doh

Field Summary
 
Fields inherited from interface com.hs.mail.imap.message.response.ImapResponse
NIL
 
Constructor Summary
QuotaResponse(javax.mail.Quota quota)
           
QuotaResponse(javax.mail.Quota quota, String mailbox)
           
 
Method Summary
 String getMailbox()
           
 javax.mail.Quota getQuota()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuotaResponse

public QuotaResponse(javax.mail.Quota quota,
                     String mailbox)

QuotaResponse

public QuotaResponse(javax.mail.Quota quota)
Method Detail

getQuota

public javax.mail.Quota getQuota()

getMailbox

public String getMailbox()


Copyright © 2011. All Rights Reserved.