[imp] imp_show_quota....

Michael Bellears michael.bellears@staff.datafx.com.au
Mon, 27 May 2002 08:56:19 +1000


> 
> Following the next part I get nothing.
> I think there is an error around these lines
> 
> >         $quota = @imap_get_quota($stream, 'user.' . =
$imp['user']);
> >         // Use the following line instead for Courier.
> >         $quota = @imap_get_quota($stream, 'ROOT');
> >         imap_close($stream);
> >
> 
> The first $quota = @imap_get_quota(....
> should be commented out right ??

The above works under Debian/Courier without issue.

> 
> well.. taht dosn't help much.. so I removed the '@' infront of the =
second
> imap_get_quota line and got this warning
> 
> Warning: c-client imap_getquota failed in
> /www/webmail.tbkol.dk/html/horde-2.1/imp-3.1/config/conf.php on line =
389
> 
> OK so the imap_getquota failed, but how do I proceed in investigating =
this
> problem.
> I would really like to get this working as I think it's a really cool
> feature.
> 
> --
> René Jensen
> lundeman@tbkol.dk