on the php.net manpage for imap_get_quota,
http://www.php.net/manual/en/function.imap-get-quota.php , the imap stream is
opened as:
$mbox = imap_open("{your.imap.host}","mailadmin","password",OP_HALFOPEN)
      or die("can't connect: ".imap_last_error());

i am really confused as to how to setup the mailadmin account.
i am running php-4.3, courier-imap and qmail-ldap

appreciate any help.

--
roger


__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to