Inline Images are Not Fetched Properly due to the IsInline Property 'false' assignment
About :
For the customers using Microsoft Graph or EWS, Microsoft API returns isInline as "false" for inline images in some environment. There is no known reasons behind this behaviour from their documentation. One such possible reason for this behaviour are handling of mails by the Sender Mail Client.
This is one of the very peculiar issue, we couldn't encountered so far.
Workaround :
For a quick workaround, we have modified our code in such a way that it checks for inline images in the description, if we have proper "content ID" in the Attachment header, in addition to the property "isInline" fails to be true.
Refer this article for how to apply the attached "fjar" to the Product.
Restart the Application and check whether your issue has been resolved.
If not, remove this fjar from "fixes" directory and restart the application again, then report it to our support team with logs.
Impacted Areas : EWS, Graph (Incoming Mail Servers)
Compatibility : 14810
New to ADSelfService Plus?
Related Articles
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 ...
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: Inline Images Dropping Due to Invalid Extension
Issue: The inline image's file name from the email doesn't contain the extension. Example: filename = sys_attachment.dosys_id=5bb0751c8303b5dc96a238226daad371 As a result, the inline image gets stripped during the mail fetching process. The sender of ...
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 ...
Inline images dropped due to "x-png" image type
Issue: The embedded inline images in the mail gets dropped Reason: The embedded inline images in the content has the data uri as "data:image/x-png;base64,xxxx". While processing this embedded image, we generate the inline image file name as ...