You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Inline images are displayed inline (as they should) in newly created emails. However, when I forward an email with an embedded image, or reply to such email, or even edit such an email (Edit as new) and then send it, the image remains in the attachments but is no longer displayed as embedded.
Screenshots
To the left: an embedded public domain happy pig in the original message.
To the right: an invisible pig, no longer happy because its source is broken:
in the body of the message and Content-ID: <c3acf26e03319100c7658fff563862bd@9056ee1a745e67860ca4c57011b530d0> as the content ID of the image.
In the forwarded email, however, the image is no longer displayed. While it is still attached and the Content-ID value stays the same as in the original new email, the image tag in the forwarded email body becomes something like
which is the link that does not work for the recipient. Actually, you can see this code if, in the process of reproducing this issue, you click HTML <-> SOURCE button in Step 5 before sending the emai that you're forwarding.
In addition, I observed the same behavior when replying to the emails with embedded images - in the quoted (past) emails the images also seem to be incorrectly linked.
Expected behavior
Embedded images should stay embedded when you forward, reply to or resend an existing email.
Describe the bug
Inline images are displayed inline (as they should) in newly created emails. However, when I forward an email with an embedded image, or reply to such email, or even edit such an email (Edit as new) and then send it, the image remains in the attachments but is no longer displayed as embedded.
Screenshots
To the left: an embedded public domain happy pig in the original message.
To the right: an invisible pig, no longer happy because its source is broken:
To Reproduce
In fact, the issue remains even when you try to forward or reply to someone's email, but here we'll create a new email from scratch.
In the new email, the inline image is correctly displayed, because if you check out the source it is correctly linked via CID with something like
in the body of the message and
Content-ID: <c3acf26e03319100c7658fff563862bd@9056ee1a745e67860ca4c57011b530d0>
as the content ID of the image.In the forwarded email, however, the image is no longer displayed. While it is still attached and the
Content-ID
value stays the same as in the original new email, the image tag in the forwarded email body becomes something likewhich is the link that does not work for the recipient. Actually, you can see this code if, in the process of reproducing this issue, you click
HTML <-> SOURCE
button in Step 5 before sending the emai that you're forwarding.In addition, I observed the same behavior when replying to the emails with embedded images - in the quoted (past) emails the images also seem to be incorrectly linked.
Expected behavior
Embedded images should stay embedded when you forward, reply to or resend an existing email.
Additional context
The issue can be easily reproduced using the official demo mail.
The text was updated successfully, but these errors were encountered: