Parsing Emails

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
User avatar
Todd_Z
Forum Regular
Posts: 708
Joined: Thu Nov 25, 2004 9:53 pm
Location: U Michigan

Parsing Emails

Post by Todd_Z »

I am looking for a function/class that takes an email file and parses out the following information:

To / From
Subject
Body [ Plain Text ]
?? Attachments ??

Anyone know of any good scripts for this? Thanks.
User avatar
raghavan20
DevNet Resident
Posts: 1451
Joined: Sat Jun 11, 2005 6:57 am
Location: London, UK
Contact:

Post by raghavan20 »

have you checked in hotscripts.com
Post Reply