On Wednesday 14 July 2004 19:43, I.A. Gray wrote: > Is there are a simple way of checking quickly using PHP: > 1) How many email messages on a POP3 mailbox > 2) How many new email messages on a POP3 mailbox > 3) The amount of memory in Kb or Mb used up on the POP3 mail box > I want to be able to show these on our customer control panel. Also I want > to use cron and a php script to be able to regularly check our customers > haven't exceeded their mail quota. At the moment we don't have our own > server and use a multiweb hosting account.
Use the imap_*() functions. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* A lot of people are afraid of heights. Not me. I'm afraid of widths. -- Steven Wright */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php