Handling HTML Mails as Plain Mails due to the absence of ";"
Files Modified :
<SDP>\helpdesk\src\library\com\manageengine\servicedesk\mail\core\ProcessEWSMessage.java
JAR Compatibility :
12002 SDP Build version
Description:
The HTML mails are treated as plaintext mail during mail processing. While checking the mimeType, currently we are checking "text\html;", due to absence of ";", the above issue occurs. Issue is Fixed by checking without ";" using pattern matcher. Fix is available by default from 12004 build.
New to ADSelfService Plus?