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: ...
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 ...
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 - 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 ...
Email attachment is not getting extracted during Mail Processing which has UpperCase content-type
Reference Ticket https://pitstop.manageengine.com/agent/manageengine/servicedesk-plus/tickets/details/24001583492314 Files Modified <SDP>\helpdesk\src\library\com\manageengine\servicedesk\mail\core\ProcessMailMessage.java JAR Compatibility 12002 SDP ...