Roundcube Community Forum

 

0.2-stable: force quota display

Started by Scubes13, March 02, 2009, 01:17:46 AM

Previous topic - Next topic

Scubes13

Hello all.

My IMAP server supports quotas, but it doesn't report that to roundcube when rc checks for quota support.

How would I go about forcing it to display quotas? IE, how do I force it to think that the quota support check is ok?

I am using rc 0.2-stable.

Thanks!

Scubes13

For reference......

I have logged in and checked to make certain I have QUOTA support in imap.

Quote
1 login klanders
1 OK LOGIN Ok.
2 GETQUOTA
* QUOTA "GETQUOTA" (STORAGE 32381 97657)
2 OK GETQUOTA Ok.

I checked iil_C_GetQuota in program/lib/imap.inc which was taken from ilohamail

I have run the command that it executes:

1 login klanders XXXXX
1 OK LOGIN Ok.
2 QUOTAROOT
2 NO Error in IMAP command received by server.
QUOT1 GETQUOTAROOT "INBOX"
* QUOTAROOT "INBOX" "ROOT"
* QUOTA "ROOT" (STORAGE 32381 97657)
QUOT1 OK GETQUOTAROOT Ok.

So, that works - yet I still do not see the quota in the Round Cube display.

I just also tested using ilohamail and I do see the correct quota displayed in ilohamail.

Perhaps this will help in some way to track down my issue.

JohnDoh

what imap server are you using? if you telnet to it and send the command "cp01 CAPABILITY" is quota in the returned list?

as far as a i know that is RC checks if the server uses quotas.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...