Mails with inline images with base64encoding in img src attribute is not fetched
Issue:
When the mails with inline images which is encoded with base64 encoding in img src is not fetched into the application.
- <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhAAAAEvCAYAAAAUxPhsAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAHqYSURBVHhe7b0PfFzde+7JM0fSTa0acL/f7JBcoMgnwS
Fix:
We will decode that base64 encoded content in img src attribute and generate a separate cid for it. Using that cid and decoded content, the inline image will be processed during entity creation.
Resolution:
The fix for the issue has been attached with this article. Check the "Jar Compatibility" section before downloading the fix jar file (.fjar file). Check this
link on how to apply the fjar file.
Jar Compatibility
Build No | File Name |
14200 | 14200_8761499.fjar |
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 ...
How to analyze when inline images crashes in Requests
If any image on the Request description is crashed like the below image, you can follow the below steps to analyze the issue. Steps to analyze: Right click on the image in the request description and click on Inspect, and there will be an IMG html ...
Inline images missing in the sent mails when using EWS as outgoing after upgrade to 14100 build or above
Issue: After upgrading to 14100+ build, the inline images in the sent mails are missing for the mails' recipients. This happens when EWS is configured in Outgoing settings and Network path (non-default path) is configured as "Attachment Path" in the ...
Inline images broken after SCP Upgrade
We suspect that this issue may arise if the migration schedule has not been run post-upgrade. To troubleshoot this issue further, we kindly request the output of the following query. Please connect to the database of the working build and execute the ...
Exception while Processing Inline Image with incorrect file name extension
Reference : #7938623, #8561970 Cause : Inline Images could not be processed with incorrect file name, for example "4d54308871ec465c8233d0f470db0308.do?sys_id=4fdfcb17475c1d50c594c133846d436a" . While constructing the filename in our end, the values ...