http://bugzilla.moblin.org/show_bug.cgi?id=5635
--- Comment #10 from yongsheng zhu <[email protected]> 2009-09-07 06:19:37 --- Also find some issues in the server side: Contacts: -- 'FN' is not reserved and is replaced by server's composition of 'N' -- 'ADR' if it has type information, then the last field value is lost -- All properties value has parser's bugs for escaped char "\;" -- ‘ORG’ property only reserves its first and second fields ‘org name’ and 'department' -- 'URL' property will be added a type information 'TYPE=HOME' if no type -- 'TEL' property will be lost if only 'TYPE=PREF' information -- Server only preserves one email without type information -- If 'X-GROUPWISE' is present, CATEGORIES will be set as the value of 'X-GROUPWISE' instead -- For the string "=3D0D=3D0A" in the property, which is encoded for "=0D=0A", it is treated as "\n" by server. -- Server lost "\\" in the property value. Calendar: -- Below properties are not supported by server: UID|SEQUENCE|TRANSP|X-EVOLUTION-ALARM-UID|ORGANIZER -- Timezone related information isn't kept on the server and relative date-time is converted into UTC time correctly, such as DTSTART, DTEND -- The 'UNTIL' component of the 'RRULE' property is converted to UTC time if it is floating time -- String "\\" in the property value is converted to "\" -- String "\\n" is interpreted as "\n" by server -- String "\\r" is interpreted as "" by server Task: -- Below properties are not supported by server: UID, SEQUENCE, URL -- 'PERCENT-COMPLETE' is set as '0' by default if absent -- 'PRIORITY': Server only accepts 5 values, '1', '3', '5', '7' and '9'. Others will be converted into these values. Default value is '5'. -- 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. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
