Uses of Class
javax.mail.Quota
-
Packages that use Quota Package Description javax.mail Classes modelling a mail system. -
-
Uses of Quota in javax.mail
Methods in javax.mail that return Quota Modifier and Type Method Description Quota[]
QuotaAwareStore. getQuota(java.lang.String root)
Returns the quotas for the given quota root.Methods in javax.mail with parameters of type Quota Modifier and Type Method Description void
QuotaAwareStore. setQuota(Quota quota)
Sets the quotas for the quota root specified in the quota argument.
-