MIME email parser from phpclasses.org

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
impulse()
Forum Regular
Posts: 748
Joined: Wed Aug 09, 2006 8:36 am
Location: Staffordshire, UK
Contact:

MIME email parser from phpclasses.org

Post by impulse() »

I have asked the following question to the author but I think he may be away because I'm not receiving a reply. I was hoping somebody has been successful in what I'm trying to do. The parser works fine for 1 message but I require that it reads multiple attached messages as separate parts so I can identify which part belongs to which attached message and that it not put the headers and body of each attached message into the body of the sent message.
The author confirmed that the class was able to do this but I can't see any way of doing t his.

The message is created using Microsoft Outlook by selecting multiple e-mails and using 'forward items'.

Regards,
Post Reply