com.sun.mail.imap.protocol
类 ListInfo
java.lang.Object
com.sun.mail.imap.protocol.ListInfo
public class ListInfo
- extends Object
A LIST response.
- 版本:
- 1.11, 07/05/04
- 作者:
- John Mani, Bill Shannon
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
- 另请参见:
- 常量字段值
UNCHANGED
public static final int UNCHANGED
- 另请参见:
- 常量字段值
INDETERMINATE
public static final int INDETERMINATE
- 另请参见:
- 常量字段值
ListInfo
public ListInfo(IMAPResponse r)
throws ParsingException
- 抛出:
ParsingException
Copyright © 2013. All Rights Reserved.