This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


com.sun.mail.imap.protocol
class ListInfo

com.sun.mail.imap.protocol.ListInfo

public class ListInfo
extends Object

A LIST response.


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

          
 

Field Detail

attrs

public String[] attrs

canOpen

public boolean canOpen

CHANGED

public static final int CHANGED

changeState

public int changeState

hasInferiors

public boolean hasInferiors

INDETERMINATE

public static final int INDETERMINATE

name

public String name

separator

public char separator

UNCHANGED

public static final int UNCHANGED
Constructor Detail

ListInfo

public ListInfo(IMAPResponse r)
         throws ParsingException
Parameters:
r
Throws:
ParsingException


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention. The official Sun™ documentation can be found here at http://java.sun.com/products/javamail/javadocs/index.html.