Roundcube Community Forum

Release Support => Pending Issues => Topic started by: Scubes13 on March 02, 2009, 01:17:46 AM

Title: 0.2-stable: force quota display
Post by: Scubes13 on March 02, 2009, 01:17:46 AM
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!
Title: 0.2-stable: force quota display
Post by: Scubes13 on March 02, 2009, 01:53:28 AM
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.
Title: 0.2-stable: force quota display
Post by: JohnDoh on March 02, 2009, 09:43:05 AM
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.