Inline images seem to not be treated as such
See original GitHub issueDescribe the bug Inline images are not treated as inline from version 4.4.6.
To Reproduce
- Generate an
.msg
with an inline image, with HTML inside.
Expected behavior The attachment of the inline image is treated as inline.
Additional context It seems that between 4.4.5 and 4.4.6 something has changed that now the inline images are not treated as such. If I use 4.4.5, everything works fine. Upgrading to 4.4.6 or newer, it stops working.
In the example I’ve got, the HTML contains the following image:
But then, the attachment has the IsInline
set to false
:
Maybe related PR I’ve found: https://github.com/Sicos1977/MSGReader/pull/307
Issue Analytics
- State:
- Created 7 months ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Cannot See Inline Images in Outlook
Hi, In Outlook 365, inline images are not properly displayed in emails. Instead of the image showing, a line that says 'cid:....' appears....
Read more >Anyway NOT to send images as an inline/em…
Anyway NOT to send images as an inline/embedded images with Mail. Hi, I would like to know is there anyway or any Apps...
Read more >Create documents with inline images
This article shows you the various ways you can create inline images in documents. When you are working with documents, you may not...
Read more >Issues embedding inline images in HTML Exchange Email
Both images successfully attached so I assumed I could embed them by accessing them similar to an array element such as mailMessage.
Read more >Org-mode: No images to display inline
4 Answers 4 · I just downloaded the distro. It works fine when I click on the link for jpg images but not...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Seems to be working fine now
Cool, thanks for your work 😃