The branch "master" has been updated. The following is a summary of the commits.
from: a03bfff560c5d08b8c1b10fbbfd05e5db2b119e5 e06cbfb Filter out inactive applications when polling for ActiveSync. 77ed680 Don't force a foldersync when a single folder isn't found. Summary: http://github.com/horde/horde/compare/a03bfff560c5d08b8c1b10fbbfd05e5db2b119e5...77ed680971e742a7da5d845e5df6130bbc65981a ----------------------------------------------------------------------- commit e06cbfb6c462292a3392eee0f9c2d8acfdf5d9e0 Author: Michael J Rubinsky <[email protected]> Date: Sun Feb 14 21:07:18 2016 -0500 Filter out inactive applications when polling for ActiveSync. framework/Core/lib/Horde/Core/ActiveSync/Connector.php | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) http://github.com/horde/horde/commit/e06cbfb6c462292a3392eee0f9c2d8acfdf5d9e0 ----------------------------------------------------------------------- commit 77ed680971e742a7da5d845e5df6130bbc65981a Author: Michael J Rubinsky <[email protected]> Date: Wed Feb 17 00:52:56 2016 -0500 Don't force a foldersync when a single folder isn't found. Return a NOTFOUND status, which is more correct. The plus is that a broken client won't cause an infinite FOLDERSYNC loop. The downside is that it will take longer for a client to realize that the server side state was explicitly removed. framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/77ed680971e742a7da5d845e5df6130bbc65981a -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
