mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #28] Quota #23
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Shuro on GitHub (Oct 25, 2012).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/28
I have two Suggests according the Quota handling.
First: I was irritated with the Quota-Formfield. Only a Numberfield, no more description. What does that number mean? Byte? Kilobyte? Kilometers? Eggs? You should propably add a Label behind the field wo says that it is Byte, or, even better, a dropdown selection for kilo, mega or gigabyte (In the database should stand the byte amount, because compatibility to dovecot (or courier)).
Second Point: Maybe a database-Field for used_quota and Messages, so dovecot could write it into the database and in the mailbox-list you could ad a Progessbar how full the mailboxes are (Jquery and bootstrap has beautiful Progressbars).
@Shuro commented on GitHub (Mar 8, 2013):
Somehow i dont know if someone ever watch the issues....
@barryo commented on GitHub (Mar 8, 2013):
We do watch. Although we don't always have time to respond / they fall through the cracks :(
Can Dovecot update this information itself?
Our internal version will be pushed to GitHub something in Q2 2013.
@Shuro commented on GitHub (Mar 8, 2013):
Okay, thank you for the reply.
Yeah, dovecot can write the maildir-quota and the messagecount to database, the table for it looks like this, but could be modified in any way:
http://wiki2.dovecot.org/Quota/Dict
More information in the dovecot wiki, i don't know if courier also have such feature.