Page 1 of 1

Reading Mbox files with PHP

Posted: Thu Oct 30, 2003 10:21 am
by phpguru
Are there any special techniques or functions I should use if I want to write a PHP script that can access and parse the contents of a /var/mail/username mbox ??

Posted: Thu Oct 30, 2003 4:48 pm
by Gen-ik
Check out these functions ( http://se.php.net/manual/en/ref.imap.php ) to access, read, edit an email account.