|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-08-10 18:21 UTC] kalowsky@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 16:00:01 2025 UTC |
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