Uses of Class
jakarta.mail.Quota
-
Packages that use Quota Package Description jakarta.mail The Jakarta Mail API provides classes that model a mail system. -
-
Uses of Quota in jakarta.mail
Methods in jakarta.mail that return Quota Modifier and Type Method Description Quota[]
QuotaAwareStore. getQuota(String folder)
Get the quotas for the named folder.Methods in jakarta.mail with parameters of type Quota Modifier and Type Method Description void
QuotaAwareStore. setQuota(Quota quota)
Set the quotas for the quota root specified in the quota argument.
-