Skip to content
xbgmsharp edited this page Mar 9, 2013 · 1 revision
  • Parse the ActiveSync using the vCard library. However the library is not ready to be used to generated card.

  • Using the vCard library. Fix parsing email entry like: EMAIL;type=INTERNET;type=WORK;type=pref:a@b.com

  • Generate log warning for empty vcard DONE and skip sync object.

BEGIN:VCARD UID:4165-4FBBCC00-33-9470200.vcf VERSION:3.0 CLASS:PUBLIC PROFILE:VCARD END:VCARD

BEGIN:VCARD UID:4449-4FE0D580-1B-54B4FE80.vcf VERSION:3.0 CLASS:PUBLIC PROFILE:VCARD END:VCARD

BEGIN:VCARD N;CHARSET=UTF-8:;;; ORG;CHARSET=UTF-8: FN;CHARSET=UTF-8: EMAIL;TYPE=PREF,INTERNET: TITLE;CHARSET=UTF-8: ADR;CHARSET=UTF-8;TYPE=work:;;, ;;;; TEL;TYPE=WORK,VOICE: TEL;type=FAX: TEL;TYPE=CELL,VOICE: URL: END:VCARD

Test vcard, https://github.com/l0b0/vcard/tree/master/test

  • Doing a lot of testing.

  • Fix issue.

Clone this wiki locally