|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.mail.imap.protocol.Namespaces
public class Namespaces
This class and its inner class represent the response to the NAMESPACE command.
See RFC 2342.
| Nested Class Summary | |
|---|---|
static class |
Namespaces.Namespace
A single namespace entry. |
| Field Summary | |
|---|---|
Namespaces.Namespace[] |
otherUsers
The namespaces for other users. |
Namespaces.Namespace[] |
personal
The personal namespaces. |
Namespaces.Namespace[] |
shared
The shared namespace. |
| Constructor Summary | |
|---|---|
Namespaces(Response r)
Parse out all the namespaces. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Namespaces.Namespace[] personal
public Namespaces.Namespace[] otherUsers
public Namespaces.Namespace[] shared
| Constructor Detail |
|---|
public Namespaces(Response r)
throws ProtocolException
ProtocolException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||