From: [EMAIL PROTECTED] Operating system: unix PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: missing function: imap_getquotaroot()
It's neary impossible to use imap_getquota and imap_setquota without knowledgde of the quotaroot. PHP has no function to get the quotaroot for a specific folder, it seems to be implemented for cyrus, not for rfc conformance :( So, please a) include a function imap_getquotaroot(folder) b) change php_imap.c, function mail_getquota(), as: /* this should only be run through once */ is a wrong assumption (there can be several limits for several quota types, e.g. max bytes and max messages). Thanks, Oliver -- Edit bug report at: http://bugs.php.net/?id=13805&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]