public static class

Namespaces.Namespace

extends Object
java.lang.Object
   ↳ com.google.code.com.sun.mail.imap.protocol.Namespaces.Namespace

Class Overview

A single namespace entry.

Summary

Fields
public char delimiter Delimiter between names in this namespace.
public String prefix Prefix string for the namespace.
Public Constructors
Namespaces.Namespace(Response r)
Parse a namespace element out of the response.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public char delimiter

Delimiter between names in this namespace.

public String prefix

Prefix string for the namespace.

Public Constructors

public Namespaces.Namespace (Response r)

Parse a namespace element out of the response.

Parameters
r