| java.lang.Object |
| ↳ |
com.google.code.com.sun.mail.imap.protocol.Namespaces |
Class Overview
This class and its inner class represent the response to the
NAMESPACE command.
Summary
| Nested Classes |
|
class |
Namespaces.Namespace |
A single namespace entry. |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
The namespaces for other users.
May be null.
The personal namespaces.
May be null.
The shared namespace.
May be null.
Public Constructors
public
Namespaces
(Response r)
Parse out all the namespaces.