Quang-Ho / vcardio

Automatically exported from code.google.com/p/vcardio
0 stars 0 forks source link

import function failed by special vCard entry #71

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I import a vCard file with 330 entries from the phone local storage. The app 
import all contact entries, but some contacts without telephone number. 
Comparing the ASCII text of the vCard file leads to this result: 

1. successfull with all numbers

BEGIN:VCARD
VERSION:3.0
N:NameFoo;NameFoo;;;
FN:Name Foo
TEL;type=HOME;type=FAX;type=pref:+4921654848
TEL;type=CELL:+495465456456
TEL;type=WORK:+495456454546
TEL;type=HOME;type=FAX:054545564
X-ABUID:B93D1462-EE15-4D92-A1A7-91616D5D6ED2\:ABPerson
END:VCARD

2. This vCard entry failed. No telephone number imported!
BEGIN:VCARD
VERSION:3.0
N:NameFoo;NameFoo;;;
FN:Name Foo
item1.TEL;type=pref:+495465456456
item1.X-ABLabel:_$!<Other>!$_
X-ABUID:1DD2CADA-123A-4E62-B14C-07E1BBD643A1\:ABPerson
END:VCARD

What version of the product are you using? On what operating system?
I use the version 0.32-sms on Android 2.3.5

Original issue reported on code.google.com by ibmuen...@googlemail.com on 15 Dec 2011 at 4:40