Fails to thread message with UTF-8 encoded id in `References`
Categories
(Thunderbird :: Untriaged, defect)
Tracking
(Not tracked)
People
(Reporter: pmenzel+bugzilla.mozilla.org, Unassigned)
Details
Attachments
(4 files)
Steps to reproduce:
Using Debian sid/unstable with thunderbird 1:102.4.1-1, receive a message, which is a reply to another message in my inbox.
Actual results:
The message is incorrectly threaded.
Mikulas’ message has:
Message-ID: <alpine.LRH.2.21.2211031121070.18305@file01.intranet.prod.int.rdu2.redhat.com>
The reply contains:
In-reply-to: =?utf-8?q?=3Calpine=2ELRH=2E2=2E21=2E2211031121070=2E18305=40fi?=
=?utf-8?q?le01=2Eintranet=2Eprod=2Eint=2Erdu2=2Eredhat=2Ecom=3E?=
References: =?utf-8?q?=3Calpine=2ELRH=2E2=2E21=2E2211031121070=2E18305=40fil?=
=?utf-8?q?e01=2Eintranet=2Eprod=2Eint=2Erdu2=2Eredhat=2Ecom=3E?=
Expected results:
The message should be threaded correctly.
Comment 1•3 years ago
|
||
.
Comment 2•3 years ago
|
||
.
Comment 3•3 years ago
|
||
.
Comment 4•3 years ago
|
||
.
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Comment 5•3 years ago
|
||
Comment on attachment 9304134 [details]
Set2.Re Test threading - John Doe - 2022-11-18 1632.002.eml (UTF-8 encoded id in References
and In-reply-to
)
This is the reply message of reporter's case, having UTF-8 encoded id in References
and In-reply-to
.
Updated•3 years ago
|
Comment 6•3 years ago
|
||
Thanks Paul! Confirming on 102.5.0 (64-bit), Win10 - see my contrastive testcases attached.
Messages with UTF-8 encoded id in References and In-reply-to are not correctly threaded (not recognized as belonging to the original message with ASCII message id).
And then, it's already on record - bug 1596377.
Comment 7•3 years ago
|
||
When UTF-8 is used in References (which seems like a bad pointless idea), the value shouldn't be qencoded, but actually real UTF-8.
Description
•