[commits] [Wiki] changed: ActiveSync/BrokenClientBehavior
Michael Rubinsky
mrubinsk at horde.org
Sat Jun 7 15:12:42 UTC 2014
mrubinsk Sat, 07 Jun 2014 15:12:42 +0000
Modified page: http://wiki.horde.org/ActiveSync/BrokenClientBehavior
New Revision: 6
Change log: Note about broken kitkat behavior
@@ -19,6 +19,11 @@
+++ Duplicate email items due to broken MOVEITEMS request
handling.##red|(Worked around as of Horde_ActiveSync 2.16.3)##
When moving email items from one folder to another, or deleting
them, Outlook does not follow the specification for handling the move,
which leads to duplicate email items being present in the destination
folder. There are two issues interacting here that cause this. The
first, is that Outlook moves the local item on its own, without
waiting for the DELETE and ADD commands to be issued from the server.
Instead, it reassigns the existing email the new UID received in the
MOVEITEMS response. Secondly, when it receives the ADD command for the
new email in the destination folder, it fails to treat this command as
an UPDATE command as the specification says you must when an ADD
command is received for an already existing UID.
+++ Android 4.4 KitKat
+
++++ Broken attachment handling.
+
+Android versions 4.4.0 through 4.4.2 have many issues regarding email
synchronization. The largest of which is the inability to download
attachments. Attempting to do so normally results in force closing of
the Email application. This issue cannot be worked around in code, but
is fixed in Android 4.4.3.
More information about the commits
mailing list