Closed
Bug 1251451
Opened 10 years ago
Closed 2 years ago
Split vCard lines are imported with extra spaces
Categories
(Thunderbird :: Address Book, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mozilla.org, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0
Build ID: 20160211213400
Steps to reproduce:
Import a vCard with a property like the following:
ADR:;aaaaaaaaaaaaa;bbbbbbbbbbbbbb;cccccc;ddddddddddd;eeeeeeee;fffffffffffff
f
Actual results:
The "Country" part of the address ends up as "fffffffffffff f".
Expected results:
The "Country" part of the address should be imported as "ffffffffffffff", since RFC 2426 *requires* a space after a newline to signal a line split.
Workaround: Use https://github.com/l0b0/vcard/blob/e46bfcd8ba9672c91a6885e2410e822efbb28a74/join-lines.sh to join the lines up before importing. This breaks the standard, and so should only be used as a preprocessing step.
| Reporter | ||
Comment 1•7 years ago
|
||
Any update on this? It's still broken.
Updated•3 years ago
|
Severity: normal → S3
Comment 2•2 years ago
|
||
Victor, Thunderbird has a newer address book. Do this still reproduce for you?
Flags: needinfo?(mozilla.org)
| Reporter | ||
Comment 3•2 years ago
|
||
Fixed
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Flags: needinfo?(mozilla.org)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•