| Summary | Thunderbird Funambol PlugIn 0.2.2 |
| Queue | Synchronization |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | |
| Requester | patrick.abiven (at) apitech (dot) fr |
| Created | 03/15/2007 (6811 days ago) |
| Due | |
| Updated | 03/30/2007 (6796 days ago) |
| Assigned | 03/29/2007 (6797 days ago) |
| Resolved | 03/30/2007 (6796 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
bugtracking system:
http://sourceforge.net/projects/sync4jmozilla/
For the meantime, there's a workaround in Horde CVS to turn of "line
folding" when dealing with Sync4JMozilla. Works fine now.
State ⇒ Feedback
still happens with current CVS?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Thunderbird Funambol PlugIn 0.2.2
Queue ⇒ Synchronization
State ⇒ Unconfirmed
When synchronizing Horde contacts having french accents with the
Thunderbird Funambol Plugin (v0.2.2), the contacts created in
Thunderbird are incorrect (fields containing accents are set to =).
The error seems due to an incorrect VCARD formating (maybe on the
Funambol side), with a breakline.
Horde sends:
ORG;ENCODING=QUOTED-PRINTABLE;CHARSET=UTF-8:=
=C3=A9tudes;
But Funambol Plugin accepts only:
ORG;ENCODING=QUOTED-PRINTABLE;CHARSET=UTF-8:=C3=A9tudes;
The device identification (used in lib/SyncML/State/php) for the
Thunderbird Funambol Plugin is 'fmz-thunderbird-plugin'. So as a
workaround, I used a new Device class overloading the
convertServer2Client function.
Thanks your your advises.
Regards
Patrick