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

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

public class IMAPListResponse
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[] attributes
           
 String mailboxName
           
 boolean marked
           
 boolean noinferiors
           
 boolean noselect
           
 char separator
           
 boolean unmarked
           
 
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
IMAPListResponse(String type, 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

noinferiors

public boolean noinferiors

noselect

public boolean noselect

marked

public boolean marked

unmarked

public boolean unmarked

separator

public char separator

mailboxName

public String mailboxName

attributes

public String[] attributes
Constructor Detail

IMAPListResponse

public IMAPListResponse(String type,
                        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.