|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgnu.inet.imap.MailboxStatus
public class MailboxStatus
Represents the state of a mailbox.
| Field Summary | |
|---|---|
int |
firstUnreadMessage
|
java.util.List |
flags
|
int |
messageCount
|
int |
newMessageCount
|
java.util.List |
permanentFlags
|
boolean |
readWrite
|
boolean |
select
|
int |
uidNext
|
int |
uidValidity
|
| Constructor Summary | |
|---|---|
MailboxStatus()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int messageCount
public int newMessageCount
public int firstUnreadMessage
public int uidNext
public int uidValidity
public java.util.List flags
public java.util.List permanentFlags
public boolean select
public boolean readWrite
| Constructor Detail |
|---|
public MailboxStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||