Uses of Class
javax.mail.Quota
-
Packages that use Quota Package Description javax.mail The Jakarta Mail API provides classes that model 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 folder)Get the quotas for the named folder.Methods in javax.mail with parameters of type Quota Modifier and Type Method Description voidQuotaAwareStore. setQuota(Quota quota)Set the quotas for the quota root specified in the quota argument.
-