The branch "master" has been updated. The following is a summary of the commits.
from: 0508b8a32854ed03a167c7936bbfa1147dade97b 18b32fe Some clients send the SYNC_FOLDERTYPE data in EAS > 12.1 here. d730bac Grab the SYNC_FOLDERTYPE, if needed, when adding the collection. a81d3cc This could be useful to know, log it. bdd2218 BFN ----------------------------------------------------------------------- commit 18b32feb0823a32917e7f0b2dcf4a5b7c1f7c2ba Author: Michael J Rubinsky <[email protected]> Date: Fri May 10 11:33:32 2013 -0400 Some clients send the SYNC_FOLDERTYPE data in EAS > 12.1 here. When sending SYNC_ADD commands, *some* clients will send the SYNC_FOLDERTYPE node here when EAS > 12.1 while others will not. So far, Outlook is the only client I have seen that does this, so we need to be able to accept it if it's sent. Fixes being unable to add new items from Outlook. framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 51 +++++++++--- 1 files changed, 39 insertions(+), 12 deletions(-) http://git.horde.org/horde-git/-/commit/18b32feb0823a32917e7f0b2dcf4a5b7c1f7c2ba ----------------------------------------------------------------------- commit d730bac2b7a89fe32e996f1a632dca5785854de2 Author: Michael J Rubinsky <[email protected]> Date: Fri May 10 11:40:25 2013 -0400 Grab the SYNC_FOLDERTYPE, if needed, when adding the collection. Do it here, instead of while parsing the collections since we might have obtained the folder type from multiple incoming requests. framework/ActiveSync/lib/Horde/ActiveSync/Collections.php | 5 +++++ framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 10 ---------- 2 files changed, 5 insertions(+), 10 deletions(-) http://git.horde.org/horde-git/-/commit/d730bac2b7a89fe32e996f1a632dca5785854de2 ----------------------------------------------------------------------- commit a81d3cc6e70f3509477610760155a509dc242c98 Author: Michael J Rubinsky <[email protected]> Date: Fri May 10 11:45:51 2013 -0400 This could be useful to know, log it. framework/ActiveSync/lib/Horde/ActiveSync/Collections.php | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/a81d3cc6e70f3509477610760155a509dc242c98 ----------------------------------------------------------------------- commit bdd22186f577dc21077f49731a825475b0384d49 Author: Michael J Rubinsky <[email protected]> Date: Fri May 10 11:48:21 2013 -0400 BFN framework/ActiveSync/package.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/bdd22186f577dc21077f49731a825475b0384d49 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
