Failing to import .vcf with Emoji profile pictures - PHOTO;ENCODING=b;TYPE=JPEG:[long string of numbers and letters]
Categories
(Thunderbird :: Address Book, defect)
Tracking
(thunderbird_esr102 fixed, thunderbird108 affected)
People
(Reporter: clarugarli, Assigned: rnons)
References
Details
Attachments
(3 files)
|
27.87 KB,
text/x-vcard
|
Details | |
|
27.50 KB,
text/x-vcard
|
Details | |
|
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-esr102+
|
Details | Review |
Steps to reproduce:
- Export .vcf file from Apple Contacts (making sure at least 1 contact has an emoji profile picture)
- Import .vcf file through the Thunderbird import wizard (choosing the vCard file option)
Actual results:
The wizard returns an error message stating: "Importing failed unexpectedly, more information may be available in the Error Console."
Checking the Error Console, the error message states: "Error creating vCard properties"
Expected results:
Opening the .vcf file in a text editor and deleting the "PHOTO;ENCODING=b;TYPE=JPEG:[long string of numbers and letters]" and trying the import wizard again, the import completes successfully.
I am unsure if the issue is just present with emoji profile pictures or with any type of picture since the type was JPEG.
Comment 1•3 years ago
|
||
Please attach a sample .vcs to this bug.
| Reporter | ||
Comment 2•3 years ago
|
||
While creating an example file to attach, I realized that the issue is not the emoji profile picture. By just opening the .vcf file in notepad and, without changing a single thing, clicking save, the import process works flawlessly. This explains why originally when I deleted the profile picture data, the import completed successfully. I've attached the same example file with the only difference being one has been opened and saved in notepad.
Fore more context, the .vcf file has been sent via mail from a MacOS 12.6.1 to a Windows 11 22H2 machine.
| Reporter | ||
Comment 3•3 years ago
|
||
| Reporter | ||
Comment 4•3 years ago
|
||
File opened and saved in Notepad
| Assignee | ||
Comment 5•3 years ago
|
||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/12873fa00872
Fix importing .vcf file with \r\r\n as line breaks. r=mkmelin
| Assignee | ||
Comment 7•3 years ago
|
||
Comment on attachment 9303441 [details]
Bug 1800305 - Fix importing .vcf file with \r\r\n as line breaks. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #): bug 1720042
User impact if declined: import .vcf file fails if the file use \r\r\n as line break
Testing completed (on c-c, etc.): beta
Risk to taking this patch (and alternatives if risky): low
Comment 9•3 years ago
|
||
Comment on attachment 9303441 [details]
Bug 1800305 - Fix importing .vcf file with \r\r\n as line breaks. r=#thunderbird-reviewers
[Triage Comment]
approved for esr102
Comment 10•3 years ago
|
||
| bugherder uplift | ||
Thunderbird 102.7.1:
https://hg.mozilla.org/releases/comm-esr102/rev/780357e17734
Description
•