http://bugzilla.moblin.org/show_bug.cgi?id=4598
--- Comment #6 from yongsheng zhu <yongsheng.zhu(a)intel.com> 2009-07-28 02:33:04
---
However, there are 2 remaining issues:
1) Funambol declares only to support vcard2.1, so parameter profile should be
like this:
TEL;TYPE=X-EVOLUTION-COMPANY:13523456789
TEL;X-EVOLUTION-COMPANY:13523456789
But it sends below to us. This causes synthesis parsing errors
TEL;TYPE="X-EVOLUTION-COMPANY":13523456789
This issue can be fixed by a
workaround easily.
2) If syncevolution sends a 'TEL' with
'X-EVOLUTION-COMPANY' to funambol,
funambol doesn't process this type information correctly. So strange.
TEL;TYPE=X-EVOLUTION-COMPANY:13523456789
TEL;X-EVOLUTION-COMPANY:13523456789
for these two formats, funambol ignores type information.
TEL;TYPE="X-EVOLUTION-COMPANY":13523456789
for this format, funambol ignores all information of this property. That means
TEL value and type information are all lost. interesting.
This should be the
limitation of myFunambol. For server doesn't process this
parameter, we have no choice to fix this issue.
so, IMHO, we could fix the first issue together with adding
'X-EVOLUTION-COMPANY' into the config xml file.
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.