|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.mail.imap.protocol.Status
public class Status
STATUS response.
| Field Summary | |
|---|---|
java.lang.String |
mbox
|
int |
recent
|
int |
total
|
long |
uidnext
|
long |
uidvalidity
|
int |
unseen
|
| Constructor Summary | |
|---|---|
Status(Response r)
|
|
| Method Summary | |
|---|---|
static void |
add(Status s1,
Status s2)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String mbox
public int total
public int recent
public long uidnext
public long uidvalidity
public int unseen
| Constructor Detail |
|---|
public Status(Response r)
throws ParsingException
ParsingException| Method Detail |
|---|
public static void add(Status s1,
Status s2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||