Package com.sun.mail.imap.protocol
Class Status
java.lang.Object
com.sun.mail.imap.protocol.Status
STATUS response.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mbox
-
total
public int total -
recent
public int recent -
uidnext
public long uidnext -
uidvalidity
public long uidvalidity -
unseen
public int unseen -
highestmodseq
public long highestmodseq -
items
-
-
Constructor Details
-
Status
- Throws:
ParsingException
-
-
Method Details
-
getItem
Get the value for the STATUS item.- Parameters:
item
- the STATUS item- Returns:
- the value
- Since:
- JavaMail 1.5.2
-
add
-