Changes: Version 1.1.1 -> 1.2 (r115) ---------------------------------------------------------------------------------------------------------------------- - fix: replace php short open tags with regular tags (general) - added default command for not implemented commands (e.g. Search) (general/iPhone) - implemented add/change flag to ICS, Streamer, StreamerImporter and DiffBackend (general/iPhone/Treo680) - fix: don't send new synckey when no changes have been imported or exported (fetch). State information weren't available. (general/iPhone) - removed not php4 compatible method (general) - relocated attachments-xml in mapping (general/iPhone) - added client IP address to debug (general) - implemented own TNEF parsing when sending mail (ics) - added commonstart and commonend properties for meeting requests (ics/tnef) - fixed: PT_APPTIME is of type double and is the right branch of switch now (ics/tnef) - unset unused location's property (ics/tnef) - added some checks to avoid warnings in the log output (ics/tnef) - removed unused bin2float function (ics/tnef) - fixed location bug (only first letter in outlook) (ics) - added specific contact mapi properties to the ics backend (displayname, emailaddresstype, originalemailaddress, emailentryid) (ics) - "Contacts created on Mobile Device are not shown on "TO" Button"-fix (ics) - fix: sent the SYNC_NEW_MESSAGE flag to the importer when a message is created (ics) - fix: update contacts displayname with first and lastname (ics) - implemented second-level multipart message parsing of attachments (ics/iPhone) - fix: if an email has no body an empty body is transmitted (ics/iPhone) - fix: Move resulted in a error message (ics/iPhone) - fix: exceptions from recurring items with special chars in the subject/location could break sync (ics) - fix: special chars in organizername of appointments correctly encoded (ics) - added isset-checks instead of simple checks for organiser fields (ics) - fix: saving recurring items from pda with special chars in subject/location (ics) - fix: set default conflict resolution (overwrite PIM) when not set by PDA (iPhone fix) (ics) - remove organizer from appointment attendee list (ics) - fix: sending email with special chars in the name (ics) - normalizing exceptionstarttime before adding time (backward compatibility) (ics) - fixed appointment exceptions addding time to "exceptionstarttime" (ics) - fixed PHPContentsImportProxy footprint on Fetch adding SYNC_TRUNCATION_ALL (ics) - update icon when forwarding or replying message (ics) - fix: configured IMAP_SENTFOLDER is marked as TYPE_SENTMAIL in GetFolder() (imap) - fix: fixed encoding transformation regexp sending mails (imap) - a special "sent-folder" can be set in the configuration file for IMAP (imap) - fixed: typo on diffbackend importer preventing imap from submitting changes (imap) - fixed special chars in folder names are handled correctly (imap) - added attachment disposition "inline" (imap) - added debugLog when reOpening folder fails (imap) - setting message flag to 0 if no flags are set (diffbackend) - converting win <> utf8 of vcard fields (VCDir backend)