attached PDF file of unknown size cannot be forwarded
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(Not tracked)
People
(Reporter: patryk.wyczesany, Unassigned)
Details
(Keywords: reproducible)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0
Steps to reproduce:
When trying to forward a specific message (the message is in the atachment of the bug report) in an attachment the file doesn' t attach at all, probably because it shows that the file has unknown size. And it doesn't recognize the file as pdf.
Actual results:
the file didn't attach
Expected results:
the file should attach
Updated•4 years ago
|
Comment 1•4 years ago
|
||
Are you seeing the same issue when using 91.4.1?
Reporter | ||
Comment 2•4 years ago
|
||
Yes, the problem still persist in this thunderbird version.
Comment hidden (obsolete) |
Comment hidden (collapsed) |
Can reproduce.
versions / platforms
- TB 115 @ Win10-64bit
- 128.0a1 (2024-05-27) (64-bit) @ Win10-64bit
sample files for reproducing the issue
- .eml file attached in this bug
- .eml file attached in bug 1750201
steps to reproduce
- import attached .eml file to a folder via drag+drop → result: the attachment pane shows 1 PDF file of "size unkown"
- click on forward button → result: no attachments in the message compose window
- drag+drop attached pdf file from the preview pane into composer → result: 1 PDF file is attached, size: 0 bytes
@Francesco: Replacing multipart/related
with multipart/mixed
(as you suggested in bug 1872243#c3) solves the problem reported in this bug. Does that mean, this is also a duplicate of bug 408114 ?
If you download attachment 9252627 [details] and look for lines containing "content-type" you get:
Content-Type: multipart/related; type="text/html"; charset=UTF-8; boundary="rD8T1nK2Dh1lgBeoVip0=_jnkyAsQof7ws"
Content-Type: text/html; charset="UTF-8"
Content-Type: application/pdf;
So the attachment sits inside a "multipart/related" when it should be "multipart/mixed". So yes, it's a dupe of bug 408114.
Comment 10•1 year ago
•
|
||
@Francesco: Thanks for confirming.
Description
•