Package com.sun.mail.imap.protocol
Class Status
- java.lang.Object
-
- com.sun.mail.imap.protocol.Status
-
public class Status extends Object
STATUS response.- Author:
- John Mani, Bill Shannon
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidadd(Status s1, Status s2)longgetItem(String item)Get the value for the STATUS item.
-
-
-
Constructor Detail
-
Status
public Status(Response r) throws ParsingException
- Throws:
ParsingException
-
-