Signature verification failing for blank lines in chunked base64 attachment
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
People
(Reporter: giulia.duemari, Assigned: gds)
References
Details
Attachments
(5 files, 4 obsolete files)
Comment 7•9 years ago
|
||
Comment 8•9 years ago
|
||
Comment 10•7 years ago
|
||
Updated•7 years ago
|
Comment 11•7 years ago
|
||
Comment 12•7 years ago
|
||
Comment 13•7 years ago
|
||
Comment 14•7 years ago
|
||
Assignee | ||
Comment 15•7 years ago
|
||
Assignee | ||
Comment 16•7 years ago
|
||
Assignee | ||
Comment 17•7 years ago
|
||
Comment 18•7 years ago
|
||
Assignee | ||
Comment 19•7 years ago
|
||
Reporter | ||
Comment 20•7 years ago
|
||
Assignee | ||
Comment 21•7 years ago
|
||
Assignee | ||
Comment 22•7 years ago
|
||
Reporter | ||
Comment 23•7 years ago
|
||
Comment 24•7 years ago
|
||
Comment 25•7 years ago
|
||
Assignee | ||
Comment 26•7 years ago
|
||
Comment 27•7 years ago
|
||
Reporter | ||
Comment 28•7 years ago
|
||
Assignee | ||
Comment 29•7 years ago
|
||
Assignee | ||
Comment 31•7 years ago
|
||
Assignee | ||
Comment 32•7 years ago
|
||
Reporter | ||
Comment 33•7 years ago
|
||
Comment 34•7 years ago
|
||
Assignee | ||
Comment 35•7 years ago
|
||
Assignee | ||
Comment 36•7 years ago
|
||
Comment 37•7 years ago
|
||
Assignee | ||
Comment 38•7 years ago
|
||
Assignee | ||
Comment 39•7 years ago
|
||
Reporter | ||
Comment 40•7 years ago
|
||
Assignee | ||
Comment 41•7 years ago
|
||
Assignee | ||
Comment 42•7 years ago
|
||
Comment 43•7 years ago
|
||
Assignee | ||
Comment 44•7 years ago
|
||
Comment 45•7 years ago
|
||
Comment 46•7 years ago
|
||
Assignee | ||
Comment 47•7 years ago
|
||
Assignee | ||
Comment 48•7 years ago
|
||
Comment 49•7 years ago
|
||
Assignee | ||
Comment 50•7 years ago
|
||
Comment 51•7 years ago
|
||
Assignee | ||
Comment 52•7 years ago
|
||
Comment 54•7 years ago
|
||
Comment 55•7 years ago
|
||
Comment 56•7 years ago
|
||
Assignee | ||
Comment 57•7 years ago
|
||
Comment 58•7 years ago
|
||
Assignee | ||
Comment 59•7 years ago
|
||
Comment 60•7 years ago
|
||
Comment 61•7 years ago
|
||
Assignee | ||
Comment 62•7 years ago
|
||
Updated•7 years ago
|
Comment 63•7 years ago
|
||
Updated•7 years ago
|
Comment 64•7 years ago
|
||
Comment 65•7 years ago
|
||
Comment 67•6 years ago
|
||
Comment 68•6 years ago
|
||
Is this an indication of a regression? https://support.mozilla.org/en-US/questions/1249414
Assignee | ||
Comment 69•6 years ago
|
||
The patch above fixed chunking for version 60. There is another fix to this fix that fixed an assertion crash under rare condition, bug 1451137 that is targeted for 62. So don't see how that could cause a difference between 60.5 and 60.4.
I'm a little rusty on when chunking occurs but I think the mime part has to be larger than 98k and fetched in parts. This mostly occurs when you have offline storage disabled for the folder/mailbox and attachments are not viewed inline. Word docs would not be viewed inline so chunking would only occur for that user if offline storage is disabled for the containing folder.
I'm not familiar with the add-on mentioned but disabling chunking in the config editor would also determine if chunking is causing the problem without the add-on, i.e., mail.server.default.fetch_by_chunks set false will disable chunking for all folders in all accounts.
If the user could provide a sample email that has the problem it might expedite a solution.
Comment 70•6 years ago
|
||
Umm, so we're looking for a difference between 60.4 and 60.5? I uplifted
88bb91a8fb57 Gene Smith — Bug 1494764: Ignore missing \n on last line of last chunk. r+a=jorgk
https://hg.mozilla.org/releases/comm-esr60/rev/88bb91a8fb57
Would that have caused a problem.
Comment 71•6 years ago
|
||
The 60.5.1 preview from https://support.mozilla.org/en-US/questions/1249414 appears to have worked around Bug 1527632 (a ')' appended to the end of IMAP messages) that occurs with version 60.5. That problem only occurred with certain IMAP accounts.
Description
•