gnu.inet.imap

Class Namespaces


public class Namespaces
extends java.lang.Object

A tuple of IMAP namespaces, as defined in RFC 2342.
Author:
Chris Burdess

Nested Class Summary

static class
Namespaces.Namespace
An individual namespace specification.

Method Summary

Namespaces.Namespace[]
getOther()
Returns the list of other users' namespaces.
Namespaces.Namespace[]
getPersonal()
Returns the list of personal namespaces.
Namespaces.Namespace[]
getShared()
Returns the list of shared namespaces.
String
toString()
Debugging.

Method Details

getOther

public Namespaces.Namespace[] getOther()
Returns the list of other users' namespaces.

getPersonal

public Namespaces.Namespace[] getPersonal()
Returns the list of personal namespaces.

getShared

public Namespaces.Namespace[] getShared()
Returns the list of shared namespaces.

toString

public String toString()
Debugging.

© Copyright 2003 The Free Software Foundation, all rights reserved