I'm trying to extract text from a multipart MIME message. The message contains text/plain and text/html parts. Ideally I would like to remove the MIME information and the html tags, leaving just the text. But extracting just the text/plain parts would be ok. How do I go about doing this?
Thanks
Thanks