com.sun.mail.imap.protocol
Class ListInfo
java.lang.Object
com.sun.mail.imap.protocol.ListInfo
public class ListInfo
- extends java.lang.Object
A LIST response.
- Version:
- 1.11, 07/05/04
- Author:
- John Mani, Bill Shannon
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
separator
public char separator
hasInferiors
public boolean hasInferiors
canOpen
public boolean canOpen
changeState
public int changeState
attrs
public java.lang.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
ListInfo
public ListInfo(IMAPResponse r)
throws ParsingException
- Throws:
ParsingException
Copyright © 2011. All Rights Reserved.