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

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

public class IMAPQuotaRootResponse
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
 String mailbox
           
 List roots
           
 
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
IMAPQuotaRootResponse(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

mailbox

public String mailbox

roots

public List roots
Constructor Detail

IMAPQuotaRootResponse

public IMAPQuotaRootResponse(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.