Closed
Bug 1660134
Opened 5 years ago
Closed 5 years ago
Translation of vCard 2.1 quoted-printable fields fails where more than one value is present
Categories
(MailNews Core :: Address Book, defect)
MailNews Core
Address Book
Tracking
(thunderbird_esr78 fixed)
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | fixed |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-esr78+
|
Details | Review |
This code fails on fields where more than one value is expected (e.g. name or address). In that case value
is an array of strings, not a string.
Assignee | ||
Updated•5 years ago
|
status-thunderbird_esr78:
--- → affected
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/39d03c4e3010
Correctly decode vCard 2.1 quoted-printable fields with multiple values. r=mkmelin
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•5 years ago
|
Target Milestone: --- → 81 Branch
Comment 3•4 years ago
|
||
Sounds like we should uplift to 78?
Assignee | ||
Updated•4 years ago
|
Attachment #9171090 -
Flags: approval-comm-esr78?
Comment 4•4 years ago
|
||
Comment on attachment 9171090 [details]
Bug 1660134 - Correctly decode vCard 2.1 quoted-printable fields with multiple values. r?mkmelin
[Triage Comment]
Approved for esr78
Is the approval request questionnaire not showing for you?
Attachment #9171090 -
Flags: approval-comm-esr78? → approval-comm-esr78+
Comment 5•4 years ago
|
||
bugherder uplift |
Thunderbird 78.2.2:
https://hg.mozilla.org/releases/comm-esr78/rev/d26bfbebc0f1
You need to log in
before you can comment on or make changes to this bug.
Description
•