Thomas Bruederli schrieb:
The quota is only shown if the IMAP server has QUOTA listed in it's capabilities. You can change that behavior by modifying the get_quota() method in program/include/rcube_imap.inc
I don't have an IMAP server that supports quota, so this feature might not work properly because I could not test it. I added the check for quota capability according to RFC 2087 because some server might return errors when they do not support this command.
Quota-Display works fine: Select: All Unread None Disk usage: 203.24MB / 250.00MB (81%)
Replacing "width:400px;" with "right:20px;" in skins/default/mail.css removes the line break which occured by me just before (81%). I believe this would be the better solution regarding, different fonts and font sizes.
#listcontrols { position: absolute; left: 200px; bottom: 20px; height: 16px; right: 20px; }
Kind regards
Florian Sperber