public interface QuotaAwareStore
getQuota
and setQuota
methods
support the quota model defined by the IMAP QUOTA extension.
Refer to RFC 2087
for more information. Quota[] getQuota(String folder) throws MessagingException
folder
- the name of the folderMessagingException
- 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 setMessagingException
- if the server doesn't support the
QUOTA extensionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.