public class Status extends Object
Modifier and Type | Field and Description |
---|---|
long |
highestmodseq |
Map<String,Long> |
items |
String |
mbox |
int |
recent |
int |
total |
long |
uidnext |
long |
uidvalidity |
int |
unseen |
Modifier and Type | Method and 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 © 2019 JBoss by Red Hat. All rights reserved.