Ticket #1485626 (closed Bugs: fixed)
quota support wrongly implemented since there can be multiple quota values
| Reported by: | arekm | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-stable |
| Component: | PHP backend | Version: | 0.2-beta |
| Severity: | normal | Keywords: | |
| Cc: |
Description
IMAP allows for multiple quotas to be defined. Unfortunately roundcube isn't able to deal with these.
I think that at least tooltip should display all quotas including their descriptions. On the other hand there is a problem how to show these in form of graph - not sure how to solve this part.
Anyway dovecot allows multiple quota to be send to user. Here is example of such setup where dovecot shows two unix quotas - fist is UID based, second is GID based.
roundcube displays "Group quota" (I guess it simply displays last quota) which misleads users because in my setup theis user quotas are lower than group quota. On the other hand group quota could be exhacusted sooner than user quota.
Best solution is as I said - support for displaying multiple quotas.
* QUOTAROOT "INBOX" "User quota" "Group quota" * QUOTA "User quota" (STORAGE 148 102400) * QUOTA "Group quota" (STORAGE 1499188 4096000) QUOT1 OK Getquotaroot completed.
