You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2020. It is now read-only.
The Cozy CardDAV server recognizes VCard property groups which are grouped by itemXX. (where XX is an integer number), but not by any other group names.
Steps to reproduce:
Upload a VCard with item1.TEL:12345and item1.X-ABLabel:My Phone Number. This will show up as "My Phone Number" in the Web interface.
Upload a VCard with customclient1.TEL:12345and customclient1.X-ABLabel:My Phone Number. This phone number will be removed by Cozy and not shown as "My Phone Number", although the semantic value is exactly the same.
Expected behaviour:
VCard properties should be grouped by group name, and there should be no assumptions about how those group names look like. They may look like itemXX (especially when coming from iOS/iCloud), but every other group name should be interpreted too.
Even if the grouping does not work, customclient1.TEL should not be removed completely. There seems to be something wrong in property group handling.