Cannot send encrypted email if address contains uppercase character
Categories
(MailNews Core :: Security: OpenPGP, defect, P1)
Tracking
(thunderbird_esr78 fixed, thunderbird80 fixed)
People
(Reporter: flo.sammueller, Assigned: KaiE)
References
Details
Attachments
(1 file)
|
47 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr78+
|
Details | Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:79.0) Gecko/20100101 Firefox/79.0
Steps to reproduce:
-
Have a PGP-key with a User-ID packet
Prename Surname <Prename.Surname@something.com>
Notice the capitalization of the mail address.
- Write a mail to "prename.surname@something.com" and turn on PGP encryption
Actual results:
-
"View Security Info" shows the key with capitalized letters and the acceptance/trust level can be set. This suggests that encrypted mail can be sent to this person regardless of capitalization of their mail address
-
However, when clicking on "Send", an unspecific error message
Sending of the message failed
is shown. The console reveals an error in
finishCryptoEncapsulation chrome://openpgp/content/modules/mimeEncrypt.jsm:588
Expected results:
The encrypted message should have been sent.
As an additional observation: when using the capitalized mail address (i.e. "Prename.Surname@something.com"), the correct security information is shown AND the encrypted message can be sent.
Also note that this bug might be related to bug 1653763.
| Reporter | ||
Comment 1•10 months ago
|
||
Forgot to mention that this was observed in version 81.0a1 (2020-08-05), 64bit
| Assignee | ||
Updated•10 months ago
|
| Assignee | ||
Comment 2•10 months ago
|
||
confirming, I still see the bug with my latest patches.
| Assignee | ||
Updated•10 months ago
|
| Assignee | ||
Comment 3•10 months ago
|
||
Pushed by kaie@kuix.de:
https://hg.mozilla.org/comm-central/rev/9c5bbabd7082
Cannot send encrypted email if address contains uppercase character. r=PatrickBrunschwig DONTBUILD
| Assignee | ||
Updated•10 months ago
|
| Assignee | ||
Comment 5•10 months ago
|
||
Comment on attachment 9169474 [details]
Bug 1657390 - Cannot send encrypted email if address contains uppercase character. r=PatrickBrunschwig
OpenPGP correctness, no risk
Comment 6•10 months ago
|
||
Comment on attachment 9169474 [details]
Bug 1657390 - Cannot send encrypted email if address contains uppercase character. r=PatrickBrunschwig
[Triage Comment]
Approved for beta
Approved for esr78
| Assignee | ||
Comment 7•10 months ago
|
||
| Assignee | ||
Comment 8•10 months ago
|
||
Description
•