For certain MIME structures (see comment #22) search for a string in message body fails to find message if message parts are base64 encoded (searches the undecoded content and also related images)
Categories
(MailNews Core :: Search, defect)
Tracking
(thunderbird_esr5258+ fixed, thunderbird58 fixed, thunderbird59 fixed)
People
(Reporter: tom.phinney, Assigned: jorgk-bmo)
References
(Blocks 1 open bug)
Details
(Whiteboard: TB 52.6 ESR)
Attachments
(4 files, 7 obsolete files)
74.73 KB,
text/plain
|
Details | |
70.71 KB,
text/plain
|
Details | |
1.81 KB,
patch
|
Details | Diff | Splinter Review | |
29.87 KB,
patch
|
jorgk-bmo
:
review+
jorgk-bmo
:
approval-comm-beta+
jorgk-bmo
:
approval-comm-esr52+
|
Details | Diff | Splinter Review |
Reporter | ||
Updated•9 years ago
|
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Comment 1•9 years ago
|
||
Reporter | ||
Comment 2•9 years ago
|
||
Assignee | ||
Comment 3•9 years ago
|
||
Assignee | ||
Comment 4•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Comment 5•9 years ago
|
||
Assignee | ||
Comment 6•9 years ago
|
||
Assignee | ||
Comment 7•9 years ago
|
||
Updated•9 years ago
|
Comment 8•9 years ago
|
||
Assignee | ||
Comment 9•9 years ago
|
||
Comment 10•8 years ago
|
||
Assignee | ||
Comment 11•8 years ago
|
||
Updated•8 years ago
|
Assignee | ||
Comment 13•8 years ago
|
||
Comment 14•8 years ago
|
||
Comment 15•8 years ago
|
||
Assignee | ||
Comment 16•8 years ago
|
||
Assignee | ||
Comment 19•7 years ago
|
||
Comment 20•7 years ago
|
||
Comment 21•7 years ago
|
||
Assignee | ||
Comment 22•7 years ago
|
||
Assignee | ||
Comment 25•7 years ago
|
||
Assignee | ||
Comment 26•7 years ago
|
||
Assignee | ||
Comment 27•7 years ago
|
||
Assignee | ||
Comment 28•7 years ago
|
||
Assignee | ||
Comment 29•7 years ago
|
||
Assignee | ||
Comment 30•7 years ago
|
||
Comment 31•7 years ago
|
||
Assignee | ||
Comment 32•7 years ago
|
||
Assignee | ||
Comment 33•7 years ago
|
||
Assignee | ||
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
|
||
Comment 39•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Updated•7 years ago
|
Comment 40•7 years ago
|
||
Assignee | ||
Comment 41•7 years ago
|
||
Comment 42•7 years ago
|
||
Assignee | ||
Comment 43•7 years ago
|
||
Assignee | ||
Comment 44•7 years ago
|
||
Comment 45•7 years ago
|
||
Comment 46•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 48•7 years ago
|
||
Comment 50•5 years ago
|
||
Emails with these headers
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
won't show up when searching for a string in message body. Only Global Search find them, Quick Filter or right click on folder->Search Messages both don't work. I'm using Thunderbird 68.2.2 on Ubuntu 18.04.3.
I first commented in bug 753307#1 but I think it's more appropriate here.
These emails are sent by mailman-bounces, the header says: X-Mailman-Version: 2.1.20
Assignee | ||
Comment 51•5 years ago
|
||
That's hard to believe since we even have test cases covering this, like:
https://searchfox.org/comm-central/rev/5cc3282b22456cd4a35497fe8ae3572ca2ee4b40/mailnews/base/test/unit/test_searchBody.js#39
https://searchfox.org/comm-central/rev/5cc3282b22456cd4a35497fe8ae3572ca2ee4b40/mailnews/base/test/unit/test_searchBody.js#52
https://searchfox.org/comm-central/rev/5cc3282b22456cd4a35497fe8ae3572ca2ee4b40/mailnews/base/test/unit/test_searchBody.js#64
and
https://searchfox.org/comm-central/source/mailnews/test/data/01-plaintext.eml
https://searchfox.org/comm-central/source/mailnews/test/data/11-plaintext.eml
https://searchfox.org/comm-central/source/mailnews/test/data/21-plaintext.eml
I wrote that stuff myself. Please file another bug supplying a sample and CC me.
Description
•