org.apache.geronimo.javamail.store.imap.connection
Class IMAPQuotaResponse

java.lang.Object
  extended by org.apache.geronimo.javamail.store.imap.connection.IMAPResponse
      extended by org.apache.geronimo.javamail.store.imap.connection.IMAPUntaggedResponse
          extended by org.apache.geronimo.javamail.store.imap.connection.IMAPQuotaResponse

public class IMAPQuotaResponse
extends IMAPUntaggedResponse

Util class to represent a list response from a IMAP server

Version:
$Rev: 594520 $ $Date: 2007-11-13 07:57:39 -0500 (Tue, 13 Nov 2007) $

Field Summary
 Quota quota
           
 
Fields inherited from class org.apache.geronimo.javamail.store.imap.connection.IMAPUntaggedResponse
keyword
 
Fields inherited from class org.apache.geronimo.javamail.store.imap.connection.IMAPResponse
response
 
Constructor Summary
IMAPQuotaResponse(byte[] data, IMAPResponseTokenizer source)
          Construct a LIST response item.
 
Method Summary
 
Methods inherited from class org.apache.geronimo.javamail.store.imap.connection.IMAPUntaggedResponse
getKeyword, isKeyword
 
Methods inherited from class org.apache.geronimo.javamail.store.imap.connection.IMAPResponse
getResponseData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

quota

public Quota quota
Constructor Detail

IMAPQuotaResponse

public IMAPQuotaResponse(byte[] data,
                         IMAPResponseTokenizer source)
                  throws MessagingException
Construct a LIST response item. This can be either a response from a LIST command or an LSUB command, and will be tagged accordingly.

Parameters:
type - The type of resonse (LIST or LSUB).
data - The raw response data.
source - The tokenizer source.
Throws:
MessagingException


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.