|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QuotaAwareStore
An interface implemented by Stores that support quotas.
The getQuota
and setQuota
methods
support the quota model defined by the IMAP QUOTA extension.
Refer to RFC 2087
for more information.
Method Summary | |
---|---|
Quota[] |
getQuota(java.lang.String folder)
Get the quotas for the named folder. |
void |
setQuota(Quota quota)
Set the quotas for the quota root specified in the quota argument. |
Method Detail |
---|
Quota[] getQuota(java.lang.String folder) throws MessagingException
folder
- the name of the folder
MessagingException
- if the server doesn't support the
QUOTA extensionvoid setQuota(Quota quota) throws MessagingException
getQuota
method, but it need not be.
quota
- the quota to set
MessagingException
- if the server doesn't support the
QUOTA extension
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41