php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #13805 missing function: imap_getquotaroot()
Submitted: 2001-10-23 20:11 UTC Modified: 2002-08-10 18:21 UTC
From: o dot blasnik at nextra dot de Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.6 OS: unix
Private report: No CVE-ID: None
 [2001-10-23 20:11 UTC] o dot blasnik at nextra dot de
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-10 18:21 UTC] kalowsky@php.net
This bug has been fixed in CVS. You can grab a snapshot of the
CVS version at http://snaps.php.net/. In case this was a documentation 
problem, the fix will show up soon at http://www.php.net/manual/.
In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites.
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 23:01:27 2025 UTC