[imp] Courier IMAP / quota

Markus Doerfling markus at doerfling.net
Thu May 5 02:42:12 PDT 2005


Hello

tonight i have compile PHP 5.04 with imap2004d and the i have the same Error
Message.
Then i compile PHP 5.04 with imap2004c1. And now Imp will show me the
korrekt quota.

thats from me.
Markus

"Markus Doerfling" <markus at doerfling.net> schrieb im Newsbeitrag
news:d5auq9$m91$1 at sea.gmane.org...
> 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
> >
>
>
>
>


----------------------------------------------------------------------------
----


> --
> 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