store email into database

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
javi_arboleya
Forum Newbie
Posts: 6
Joined: Thu Mar 30, 2006 2:46 am

store email into database

Post by javi_arboleya »

Hi,

I'm looking for a php class that lets me read a file with emails stored in text format (headers+body, just like the txt file generated with the "save as" feature of outlook) in order to get header attributes, the body or even the attached files.

I need this to parse a txt file with an email into a database table.

Thanks in advance
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Post Reply