Closed
Bug 1861391
Opened 2 years ago
Closed 2 years ago
Embedded images not displayed correctly
Categories
(Thunderbird :: Message Reader UI, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: acquario73, Unassigned)
Details
Attachments
(1 file)
|
141.16 KB,
application/x-zip-compressed
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36
Steps to reproduce:
Sttached email doesn't display the embedded images correctly.
source_mail.eml has a defective mime structure. The part headers are:
Content-Type: application/octet-stream
Content-Transfer-Encoding: base64
Content-ID: <img2>
when they should be like
Content-Type: img/png; name="2.png"
Content-Disposition: inline;
Content-Transfer-Encoding: base64
Content-ID: <img2>
Comment 2•2 years ago
|
||
source_mail.eml has a defective mime structure.
Francesco is correct, this is an issue with the message not being correctly structured, not with Thunderbird. To be correct, the Content-Type header values should be image/png; name=... (not img/png).
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•