javax.mail
Interface QuotaAwareStore
public interface QuotaAwareStore
Interface implemented by mail stores that support quotas.
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.
|
getQuota
public Quota[] getQuota(String root)
throws MessagingException
Returns the quotas for the given quota root.
setQuota
public void setQuota(Quota quota)
throws MessagingException
Sets the quotas for the quota root specified in the quota argument.
© Copyright 2003, 2004
The Free Software Foundation, All rights reserved