stripEmail fails when email has comment after
Categories
(MailNews Core :: Security: OpenPGP, defect)
Tracking
(thunderbird128 fixed)
| Tracking | Status | |
|---|---|---|
| thunderbird128 | --- | fixed |
People
(Reporter: mkmelin, Assigned: KaiE)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
corey
:
approval-comm-beta+
|
Details | Review |
Per matrix, reading Kai's email on tb-planning results in
2avaScript error: chrome://openpgp/content/modules/funcs.sys.mjs, line 63: Error: Invalid <..> brackets in mail address: "Kai Engert via Thunderbird Planning"
<planning@discuss.thunderbird.net> (Thunderbird)
This should be using our standard parsing methods instead.
| Assignee | ||
Comment 2•1 year ago
|
||
| Reporter | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/b4fc5156df08
Use global code for email name parsing, remove incomplete code from OpenPGP code. r=mkmelin
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 4•1 year ago
|
||
Comment on attachment 9409958 [details]
Bug 1905014 - Use global code for email name parsing, remove incomplete code from OpenPGP code. r=mkmelin
[Approval Request Comment]
Regression caused by (bug #): uncertain
User impact if declined: error on console, incomplete code execution, uncertain failures
Testing completed (on c-c, etc.): yes
Risk to taking this patch (and alternatives if risky): small risk. We're reusing existing common code. Side effects would be limited to OpenPGP code.
Updated•1 year ago
|
Comment 6•1 year ago
|
||
| bugherder uplift | ||
Thunderbird 128.0b6:
https://hg.mozilla.org/releases/comm-beta/rev/19439df94f23
landed on beta before the esr merge.
Description
•