Reading Mbox files with PHP
Moderator: General Moderators
Reading Mbox files with PHP
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 ??
Check out these functions ( http://se.php.net/manual/en/ref.imap.php ) to access, read, edit an email account.