vCardToAbCard incorrectly handles multiple values in name components
Categories
(MailNews Core :: Address Book, defect)
Tracking
(thunderbird91 fixed)
Tracking | Status | |
---|---|---|
thunderbird91 | --- | fixed |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
From RFC6350:
The text components are separated by the SEMICOLON character (U+003B). Individual text components can include multiple text values separated by the COMMA character (U+002C).
The parser correctly reads multiple values separated by a comma into an array of values, but we need a string.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/5e78571e7056
Read multiple name values correctly when converting from VCard. r=rnons
Assignee | ||
Comment 3•3 years ago
|
||
Comment on attachment 9232766 [details]
Bug 1721946 - Read multiple name values correctly when converting from VCard. r=rnons
[Approval Request Comment]
Regression caused by (bug #):
User impact if declined: faulty parsing of vCards, very minor, very unlikely
Testing completed (on c-c, etc.): landed last week
Risk to taking this patch (and alternatives if risky): low
Comment 4•3 years ago
|
||
Comment on attachment 9232766 [details]
Bug 1721946 - Read multiple name values correctly when converting from VCard. r=rnons
[Triage Comment]
Approved for beta
Comment 5•3 years ago
|
||
bugherder uplift |
Thunderbird 91.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/c6a3d6f5c184
Description
•