javax.mail
public interface QuotaAwareStore
Since: JavaMail 1.4
Version: 1.4
See Also: RFC 2087
Method Summary | |
---|---|
Quota[] | getQuota(String root)
Returns the quotas for the given quota root. |
void | setQuota(Quota quota)
Sets the quotas for the quota root specified in the quota argument. |
Parameters: root the quota root
Throws: MessagingException if the QUOTA extension is not supported
Parameters: quota the quota
Throws: MessagingException if the QUOTA extension is not supported