I've got exactly the same problem, I use the wrox MIME and SMTP classes to send out mail but I want to write a pipe function to handle an inbound mail message.
I'm writing a helpdesk application which will give ticket numbers to users, however, it's not really pheasible (or practical) to ask them to send in plain text as they are just not technically sufficient in experience to do this and would end up phoning me which defeats the object of what I want to do.
I can process the header of the message but need someway to break up into seperate (either array or object) elements all the different encoded parts, I only want to extract the plain text part which exists even if you send as HTML.
Can anyone help?
James