com.sun.mail.imap.protocol
Class ListInfo

java.lang.Object
  extended by com.sun.mail.imap.protocol.ListInfo

public class ListInfo
extends Object

A LIST response.

Author:
John Mani, Bill Shannon

Field Summary
 String[] attrs
           
 boolean canOpen
           
static int CHANGED
           
 int changeState
           
 boolean hasInferiors
           
static int INDETERMINATE
           
 String name
           
 char separator
           
static int UNCHANGED
           
 
Constructor Summary
ListInfo(IMAPResponse r)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

separator

public char separator

hasInferiors

public boolean hasInferiors

canOpen

public boolean canOpen

changeState

public int changeState

attrs

public String[] attrs

CHANGED

public static final int CHANGED
See Also:
Constant Field Values

UNCHANGED

public static final int UNCHANGED
See Also:
Constant Field Values

INDETERMINATE

public static final int INDETERMINATE
See Also:
Constant Field Values
Constructor Detail

ListInfo

public ListInfo(IMAPResponse r)
         throws ParsingException
Throws:
ParsingException


Copyright © 2011 Sun Microsystems, Inc.. All Rights Reserved.