Email with .wav attachment is not getting extracted during mail processing due to the issue fix of SD-65175.
Email with .wav attachment is not getting extracted during mail processing due to the issue fix of SD-65175.
The content-type of the attachment is APPLICATION/OCTET-STREAM. Since it is in Upper case the following condition - (p.getContentType().contains("application/") is not satisfied
Fix:
Converted the content-type to lowercase and then verified the type. (p.getContentType().toLowerCase().contains("application/"))
Reference Ticket:
Files Modified:
<SDP>\helpdesk\src\library\com\manageengine\servicedesk\mail\core\ProcessMailMessage.java
Jar Compatibility :
11311 SDP Build version
New to ADSelfService Plus?