Package com.sun.mail.imap.protocol
Class Namespaces
java.lang.Object
com.sun.mail.imap.protocol.Namespaces
This class and its inner class represent the response to the
NAMESPACE command.
See RFC 2342.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionThe namespaces for other users.The personal namespaces.The shared namespace. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
personal
The personal namespaces. May be null. -
otherUsers
The namespaces for other users. May be null.
-
-
Constructor Details
-
Namespaces
Parse out all the namespaces.- Parameters:
r
- the Response to parse- Throws:
ProtocolException
- for any protocol errors
-