...snip... So there are two problems that I am trying to resolve, but I'm not sure how to go about fixing it. Any help would be greatly appreciated:
(1) Dovecot isn't announcing QUOTA support in the capability string.
Timo posted the following patch from Joshua Goodal a while ago to get the QUOTA added to the capability string: --- imap-quota/imap-quota-plugin.c 14 Dec 2005 21:28:44 -0000 1.2 +++ imap-quota/imap-quota-plugin.c 6 Jan 2006 00:43:14 -0000 @@ -189,4 +189,5 @@ void imap_quota_plugin_init(void) command_register("GETQUOTA", cmd_getquota); command_register("SETQUOTA", cmd_setquota); + str_append(capability_string, " QUOTA"); } I don't know for sure that it still applies, but it looks promising.
(2) Dovecot isn't getting a valid quota limit, which I assume is breaking the GETQUOTAROOT command.
No comment. Regards, Robin