Body text in MBS CURL Plugin:EmailParser

I want to ignore the attachments in an email and extract the transfer-decoded body including inline graphics as string output for another process. (I’ve found the native email class in Xojo treats inline files as attachments and doesn’t always decode the transfer encoding which needs to happen in this case.) Is there any way to do this?

The MBS class structure of email body parts seems to fragment the body text string into sub body parts etc etc.

If the email comes in several segments, we provide them to you, but do not join them back.

The fragmented body parts are a feature of emails. My email parsing classes at https://www.mothsoftware.com/content/download/download.php should do what you want. Mac only though.

Thanks Beatrix but it’s for Linux at this stage. Presently my code does it but I was hoping to use something more mature…