Re: IMAP quota reporting free disk space
Try moving the quota outside of the protocol block. mail_plugins = quota ... protocol imap { mail_plugins = $mail_plugins imap_quota ... }
Try adding a text label for the client to use. plugin { quota = maildir:Quota Limit ... }
There is a progress, but not complete.
When I right click at the inbox in Thunderbird and select properties and quota tab - I get similar information as in case of Gmail account ("Quota / STORAGE ... used 57% - 57.1 GB / 100 GB") - that information was previously missing.
But in case of Gmail inbox I also see a bar on the bottom of the Thunderbird window displaying 82% (on the main screen, without going into properties, etc.). In case of my dovecot server that bar is missing. Any idea what should I change on my server to let MUA display that bar?
Gmail advertises QUOTA as an CAPABILITY upon connection before login. Dovecot advertises QUOTA as an CAPABILITY only after login. GPT believes this is why Tbird doesn't show the quota on the status bar, because it's looking for the quota before login and not after.
Does anyone know if its possible to get dovecot to advertise QUOTA before login?
Gmail advertises QUOTA as an CAPABILITY upon connection before login. Dovecot advertises QUOTA as an CAPABILITY only after login. GPT believes this is why Tbird doesn't show the quota on the status bar, because it's looking for the quota before login and not after.
Does anyone know if its possible to get dovecot to advertise QUOTA before login?
Never mind about that, trying to put QUOTA before login. That isn't the problem, i found it.
It's a config issue with Tbird, by default it wont show the quota on the status bar until it reaches over 75% full. In the config window you can change this to 0% to make it always visible.
In Tbird settings, general tab, scroll to the bottom and open [Config Editor] Put "mail.quota.mainwindow_threshold.show" in the search and change the value from 75 to 0 (or whatever).
participants (1)
-
dovecot@ptld.com