Problem with sending all attachments (Content-Transfer-Encoding is incorrect for some attachments/messages)
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(thunderbird_esr91+ fixed, thunderbird93+ fixed)
People
(Reporter: pawel.pykalow, Assigned: rnons)
References
(Regression, )
Details
(Keywords: regression)
Attachments
(5 files)
(deleted),
image/jpeg
|
Details | |
(deleted),
application/octet-stream
|
Details | |
(deleted),
application/octet-stream
|
Details | |
(deleted),
application/octet-stream
|
Details | |
(deleted),
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr91+
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36
Steps to reproduce:
I have added 3 attachments to the message. No matter how many attachments there are, they always send only one.
Actual results:
After sending, the message contains only 1 attachment
Expected results:
There should be 3 attachments
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Hi Pawel, can you download a nightly from https://ftp.mozilla.org/pub/thunderbird/nightly/latest-comm-central/ (search for thunderbird-94.0a1.en-US.win64.zip), and see if you can still reproduce? Thanks.
Assignee | ||
Comment 3•3 years ago
|
||
Is it possible to share the attachments so that I can try to reproduce? Or share the problematic mail?
Assignee | ||
Comment 4•3 years ago
|
||
Notice the file size is 104K before sent, and 20.9K after sent. So seems you should be able to reproduce it with just 3.AHU-2_1000.vbw
. Can you find out what's missing in the sent 3.AHU-2_1000.vbw
? If you find the missing position, can you open the original 3.AHU-2_1000.vbw
, copy a few texts around the missing position, save as a new vbw file, send it to see if it's modified after sent.
The solution to this problem is to change the value "mailnews.send.jsmodule" to false in the settings editor.
Assignee | ||
Comment 6•3 years ago
|
||
That's a workaround, the old sending code is likely to be removed in a year or two. I appreciate if you can help us find the root cause.
Assignee | ||
Comment 10•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Comment 11•3 years ago
|
||
Thanks a lot.
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 12•3 years ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/af194d10a997
Use the full body to pick encoding in MimeEncoder.jsm. r=mkmelin
Updated•3 years ago
|
Assignee | ||
Comment 13•3 years ago
|
||
Comment on attachment 9240434 [details]
Bug 1729437 - Use the full body to pick encoding in MimeEncoder.jsm. r=mkmelin
[Approval Request Comment]
Regression caused by (bug #): bug 1211292
User impact if declined: Content-Transfer-Encoding is incorrect for some attachments/messages. Bug 1731007 is also affected by this.
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): The code affects all message sending, but not risky.
Comment 15•3 years ago
|
||
Comment on attachment 9240434 [details]
Bug 1729437 - Use the full body to pick encoding in MimeEncoder.jsm. r=mkmelin
[Triage Comment]
Approve for beta
Comment 17•3 years ago
|
||
bugherder uplift |
Thunderbird 93.0b3:
https://hg.mozilla.org/releases/comm-beta/rev/ddda843c08db
Updated•3 years ago
|
Comment 18•3 years ago
|
||
Comment on attachment 9240434 [details]
Bug 1729437 - Use the full body to pick encoding in MimeEncoder.jsm. r=mkmelin
[Triage Comment]
Approved for esr91
Updated•3 years ago
|
Comment 19•3 years ago
|
||
bugherder uplift |
Thunderbird 91.1.2:
https://hg.mozilla.org/releases/comm-esr91/rev/ee5e8e4ad430
Description
•