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 possi
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.
Anyway I have trouble with quota reporting itself, because I tried to setup
a regular quota (100G) first, but somehow Thunderbird doesn't report free
quota as it does in case of Gmail accounts.
I added to 20-imap.conf:
protocol imap {
mail_plugins = $mail_plugins quota imap_quota
Is it possible to make IMAP quota commands report free filesystem space? I
don't want to set quota limits to individual users, but it would be nice to
have an information on the bottom of Thunderbird window about free disk
space (it could be percentage of the total disk size).
The quota is a s
Hi,
Is it possible to make IMAP quota commands report free filesystem space? I
don't want to set quota limits to individual users, but it would be nice to
have an information on the bottom of Thunderbird window about free disk space
(it could be percentage of the total disk size).
Anyway I hav