gnu.inet.imap

Class Quota


public class Quota
extends java.lang.Object

An IMAP quota entry.

Nested Class Summary

static class
Quota.Resource
A quota resource entry.

Method Summary

String
getQuotaRoot()
Returns the quota root.
Quota.Resource[]
getResources()
Returns the list of quota resources.
String
toString()
Debugging.

Method Details

getQuotaRoot

public String getQuotaRoot()
Returns the quota root. All mailboxes that share the same named quota root share the resource limits of the quota root.

getResources

public Quota.Resource[] getResources()
Returns the list of quota resources.

toString

public String toString()
Debugging.