hi,
Email port is not retrieving the body when the “Content type: text/plain; charset=utf-8”. The same it’s working with HTML messages. But I have the requirement to extract body from the text/plain messages.
I’m using below services,
pub.mime:createMimeData
pub.mime:getBodyPartContent
PSUtilities.stream:streamToBytes(mapping the ‘content’ from ‘getBodyPartContent’)
pub.string:bytesToString
Port settings:
Invoke service for each part of multipart messags- No
Include email headers when passing message to content handler- Yes
Thanks,
Karthik