Uses of Class
javax.mail.Quota

Packages that use Quota
javax.mail The JavaMailTM API provides classes that model a mail system. 
 

Uses of Quota in javax.mail
 

Methods in javax.mail that return Quota
 Quota[] QuotaAwareStore.getQuota(String folder)
          Get the quotas for the named folder.
 

Methods in javax.mail with parameters of type Quota
 void QuotaAwareStore.setQuota(Quota quota)
          Set the quotas for the quota root specified in the quota argument.
 



Copyright © 2012 Oracle. All Rights Reserved.