Uses of Class
com.openexchange.mail.Quota

Packages that use Quota
com.openexchange.mail   
com.openexchange.mail.api   
 

Uses of Quota in com.openexchange.mail
 

Methods in com.openexchange.mail that return Quota
 Quota Quota.Type.getUnlimited()
          Gets constant for unlimited quota for this resource type
static Quota Quota.getUnlimitedQuota(Quota.Type type)
          Gets constant for unlimited quota for specified resource type This is a convenience method that invokes Quota.Type.getUnlimited() for specified instance of Quota.Type.
static Quota[] Quota.getUnlimitedQuotas(Quota.Type[] types)
          Gets constants for unlimited quota for specified resource types This is a convenience method that invokes Quota.Type.getUnlimited() for each type in given array of Quota.Type.
 

Uses of Quota in com.openexchange.mail.api
 

Methods in com.openexchange.mail.api that return Quota
 Quota IMailFolderStorage.getMessageQuota(java.lang.String folder)
          Detects both quota limit and quota usage of MESSAGE resource on given mailbox folder's quota-root.
 Quota MailFolderStorage.getMessageQuota(java.lang.String folder)
           
 Quota[] IMailFolderStorage.getQuotas(java.lang.String folder, Quota.Type[] types)
          Detects both quotas' limit and usage on given mailbox folder's quota-root for specified resource types.
abstract  Quota[] MailFolderStorage.getQuotas(java.lang.String folder, Quota.Type[] types)
           
 Quota IMailFolderStorage.getStorageQuota(java.lang.String folder)
          Detects both quota limit and quota usage of STORAGE resource on given mailbox folder's quota-root.
 Quota MailFolderStorage.getStorageQuota(java.lang.String folder)