In the eM Client Address book, when I import a vcard that contains an address with a lower case TYPE (like “home”), the contact address is correctly displayed in the contact editor, but it is not displayed in the address column of the list view. If the vcard has an upper case TYPE (like “HOME”) then the address is shown correctly in both places. Is it possible that you are doing a case-sensitive test in the List View when you should be doing a case-insensitive test?
I could solve my issue just by using a text editor to fix these cases, but this issue is also occurring when syncing to my CardDAV server because my Android client changes the case of the TYPE attribute. So every time I change a card on android, the address disappears from the eM Client list view.
ADR;TYPE=HOME: vs. ADR;TYPE=home:
Attached is a screen shot that demonstrates the problem.
Thanks!