Reading Mbox files with PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phpguru
Forum Newbie
Posts: 1
Joined: Thu Oct 30, 2003 10:21 am

Reading Mbox files with PHP

Post 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 ??
Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

Post by Gen-ik »

Check out these functions ( http://se.php.net/manual/en/ref.imap.php ) to access, read, edit an email account.
Post Reply