1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-19 18:17:22 +01:00

Add percentage used and update tools/mail.py to set quotas

This commit is contained in:
John Supplee
2019-02-01 15:36:27 +02:00
parent fa66585b6b
commit 7874683618
5 changed files with 94 additions and 17 deletions

View File

@@ -56,6 +56,19 @@ Todo
Changes
-------
### v0.40-quota-0.13-alpha
* Add a `default-quota` setting in `settings.yaml`
* Add input for setting quota when entering a new user in control panel
* Modify `tools/mail.py` to allow for setting and getting the default system quota
* Modify `tools/mail.py` to allow for getting a user's quota setting
* Modify the mail users list in control panel to display percentage used
### v0.40-quota-0.12-alpha
* Update README