We are seeing an issue in HTML bodies where a space is missing in the extracted text after underlined words. “For example this” becomes “For examplethis” if example was an underlined word in the original email.
So far w…...fetching if(mailMessage.isBodyHtml()) { return mailMessage.getHtmlBodyText(true)...code: string htmlBodyText = mailMessage.getHtmlBodyText(true); string...