public class Status extends Object
Modifier and Type | Field | Description |
---|---|---|
long |
highestmodseq |
|
Map<String,Long> |
items |
|
String |
mbox |
|
int |
recent |
|
int |
total |
|
long |
uidnext |
|
long |
uidvalidity |
|
int |
unseen |
Modifier and Type | Method | Description |
---|---|---|
static void |
add(Status s1,
Status s2) |
|
long |
getItem(String item) |
Get the value for the STATUS item.
|
public String mbox
public int total
public int recent
public long uidnext
public long uidvalidity
public int unseen
public long highestmodseq
public Status(Response r) throws ParsingException
ParsingException
Copyright © 2018 Oracle. All rights reserved.