[imp] Printing Quota Warning - WAS: How to print username and password

Mauricio Cuenca fauro@mindless.com
Thu, 21 Feb 2002 14:55:47 -0500


>From the PHP Manual:

object imap_mailboxmsginfo ( int imap_stream)
Returns information about the current mailbox. Returns FALSE on failure.

The imap_mailboxmsginfo() function checks the current mailbox status on the
server. It is similar to imap_status(), but will additionally sum up the
size of all messages in the mailbox, which will take some additional time to
execute. It returns the information in an object with following properties.

------------------------------
From: "Jan Schneider" <jan@horde.org>


> Zitat von Henry Blackman <h.blackman@chester.ac.uk>:
>
> > > function show_limit_warning() {
> > >     global $imp, $prefs, $conf;
> > >
> > >     $get_info = imap_mailboxmsginfo($imp['stream']);
>
> Hm, doesn't this function only return the size of the current folder or
> really of the whole mailbox?
>
> Jan.


______________________
Mauricio Cuenca