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.

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?

                    • Related Articles

                    • Fix: Mail fetching stops due to invalid characters in the attachment name

                      Issue: Mail fetching being stopped due to invalid characters "?" , ":" in the filename. In this case, the eml file's subject contains ":" character and so, while uploading the .eml as attachment, error is thrown (Only in windows server) Trace: ...
                    • Email with .wav attachment is not getting extracted during Mail Processing

                      Reference Ticket https://pitstop.manageengine.com/agent/manageengine/servicedesk-plus/tickets/details/24001596034065/ Files Modified <SDP>\helpdesk\src\library\com\manageengine\servicedesk\mail\core\ProcessMailMessage.java JAR Compatibility 13001 SDP ...
                    • Mail Fetching - Error while processing attachment and inline image.

                      Issue During the process of fetching emails, attachments are dropped as a result of the presence of directory traversal characters. Furthermore, an issue arises when processing inline images, this particular error related to inline images results in ...
                    • Mail fetching - deleted flag issue

                      This message will be thrown, when you have provided a shared mailbox. The concept here is, SDP MSP reads the mail from the configured mailbox and adds it as a request. During the time, if some other application fetches the mail from the same mailbox ...
                    • Mail Fetching Stopped Due to Inline Image Handling

                      Issue Cause : While fetching a mail, in certain mail servers, cid of inline image is not parsed correctly. Once inline stream is converted to image, cid in src attr will be replaced with image url. cid for uploaded inline image in mail content is not ...