|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.inet.imap.ListEntry
public class ListEntry
An item in an IMAP LIST or LSUB response.
Field Summary |
---|
Method Summary | |
---|---|
char |
getDelimiter()
Returns the mailbox hierarchy delimiter. |
java.lang.String |
getMailbox()
Returns the mailbox this list entry refers to. |
boolean |
isMarked()
If true: the mailbox has been marked "interesting" by the server; the mailbox probably contains messages that have been added since the last time the mailbox was selected. |
boolean |
isNoinferiors()
If true: it is not possible for any child levels of hierarchy to exist under this name; no child levels exist now and none can be created in the future. |
boolean |
isNoselect()
If true: it is not possible to use this name as a selectable mailbox. |
boolean |
isUnmarked()
If true: the mailbox does not contain any additional messages since the last time the mailbox was selected. |
java.lang.String |
toString()
Debugging |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getMailbox()
public char getDelimiter()
public boolean isNoinferiors()
public boolean isNoselect()
public boolean isMarked()
public boolean isUnmarked()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |