[imp] Courier IMAP / quota
Markus Doerfling
markus at doerfling.net
Wed May 4 09:58:17 PDT 2005
Hello
I have found the Error :
Fatal error: Call to undefined function imap_get_quota() in
/var/httpd/htdocs-ssl/horde/imp/lib/Quota/courier.php on line 40
I have compile php with an old imap library without the function
imap_get_quota.
now i have change the courier.php (line 38 - 43 )to :
if ($stream !== false) {
if (function_exists('imap_get_quota')) {
$quota = imap_get_quota($stream, 'ROOT');
} else $quota = false;
@imap_close($stream);
}
and now i see an Error Message ( in german ) " Speicherplatz-Kontingent
konnte nicht gelesen werden ".
tonight i will compile the korrekt php.
Markus
P.S. Where do i report this Error ?
"Markus Doerfling" <markus at doerfling.net> schrieb im Newsbeitrag
news:d58sml$d95$2 at sea.gmane.org...
> Hallo
>
> Ich habe ein Problem mit Courier IMAP und quota :
>
> server.php :
> ...
> 'quota' => array (
> 'driver' => 'courier',
> 'params' => array(
> 'login' => '',
> 'password' => ''
> )
> ),
> ...
> ( ich habe auch params => array(), versucht )
>
> wenn ich mich nun anmelde, sehe ich keine Mails, nur das Horde Framework
> wird angezeigt.
>
> Ich habe einiges in google gefunden und auch ausprobiert, aber nichts hat
> die Lösung gebracht.
>
> Jemand eine Idee ??
>
> Markus Dörfling
>
>
>
>
>
>
----------------------------------------------------------------------------
----
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>
More information about the imp
mailing list