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•10 years ago
|
| Assignee | ||
Updated•10 years ago
|
| Assignee | ||
Comment 1•10 years ago
|
||
| Reporter | ||
Comment 2•10 years ago
|
||
| Assignee | ||
Comment 3•10 years ago
|
||
| Assignee | ||
Comment 4•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
| Assignee | ||
Comment 5•10 years ago
|
||
| Assignee | ||
Comment 6•10 years ago
|
||
| Assignee | ||
Comment 7•10 years ago
|
||
Updated•10 years ago
|
Comment 8•10 years ago
|
||
| Assignee | ||
Comment 9•10 years ago
|
||
Comment 10•9 years ago
|
||
| Assignee | ||
Comment 11•9 years ago
|
||
Updated•9 years ago
|
| Assignee | ||
Comment 13•9 years ago
|
||
Comment 14•9 years ago
|
||
Comment 15•9 years ago
|
||
| Assignee | ||
Comment 16•9 years ago
|
||
| Assignee | ||
Comment 19•8 years ago
|
||
Comment 20•8 years ago
|
||
Comment 21•8 years ago
|
||
| Assignee | ||
Comment 22•8 years ago
|
||
| Assignee | ||
Comment 25•8 years ago
|
||
| Assignee | ||
Comment 26•8 years ago
|
||
| Assignee | ||
Comment 27•8 years ago
|
||
| Assignee | ||
Comment 28•8 years ago
|
||
| Assignee | ||
Comment 29•8 years ago
|
||
| Assignee | ||
Comment 30•8 years ago
|
||
Comment 31•8 years ago
|
||
| Assignee | ||
Comment 32•8 years ago
|
||
| Assignee | ||
Comment 33•8 years ago
|
||
| Assignee | ||
Comment 34•8 years ago
|
||
| Assignee | ||
Comment 35•8 years ago
|
||
| Assignee | ||
Comment 36•8 years ago
|
||
Comment 37•8 years ago
|
||
| Assignee | ||
Comment 38•8 years ago
|
||
Comment 39•8 years ago
|
||
| Assignee | ||
Updated•8 years ago
|
| Assignee | ||
Updated•8 years ago
|
Comment 40•8 years ago
|
||
| Assignee | ||
Comment 41•8 years ago
|
||
Comment 42•8 years ago
|
||
| Assignee | ||
Comment 43•8 years ago
|
||
| Assignee | ||
Comment 44•8 years ago
|
||
Comment 45•8 years ago
|
||
Comment 46•8 years ago
|
||
| Assignee | ||
Updated•8 years ago
|
| Assignee | ||
Comment 48•8 years ago
|
||
Comment 50•6 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•6 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
•