public interface QuotaAwareStore
Quota[] getQuota(java.lang.String root) throws MessagingException
root - The root name for the quota information.MessagingException - if the quotas cannot be retrievedvoid setQuota(Quota quota) throws MessagingException
quota - The source quota item.MessagingException - if the quota cannot be set