public class

Namespaces

extends Object
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.

See Also
  • RFC2342

Summary

Nested Classes
class Namespaces.Namespace A single namespace entry. 
Fields
public Namespace[] otherUsers The namespaces for other users.
public Namespace[] personal The personal namespaces.
public Namespace[] shared The shared namespace.
Public Constructors
Namespaces(Response r)
Parse out all the namespaces.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Namespace[] otherUsers

The namespaces for other users. May be null.

public Namespace[] personal

The personal namespaces. May be null.

public Namespace[] shared

The shared namespace. May be null.

Public Constructors

public Namespaces (Response r)

Parse out all the namespaces.

Parameters
r