The branch "master" has been updated. The following is a summary of the commits.
from: 799f903d0c4012198cc306e9b2bfaa8f40da1e3f e176281 Work around possible hit on https://bugs.php.net/bug.php?id=37793 0471412 Add missing SYNC_MIMESUPPORT decoding in search requests. c19f704 Correctly pass the mime support flag to the ITEMOPERATIONS request. e8d4e86 BFN a1aa26b Add some notes ----------------------------------------------------------------------- commit e176281273b6adf093d39dd4c3eaf36346f50701 Author: Michael J Rubinsky <[email protected]> Date: Tue Dec 18 10:17:01 2012 -0500 Work around possible hit on https://bugs.php.net/bug.php?id=37793 Break string into smaller chunks before performing preg_match to avoid segfaults on some apache servers. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 45 +++++++++--- 1 files changed, 35 insertions(+), 10 deletions(-) http://git.horde.org/horde-git/-/commit/e176281273b6adf093d39dd4c3eaf36346f50701 ----------------------------------------------------------------------- commit 0471412f1f58167a5358e8863ef10b1d6a3c708a Author: Michael J Rubinsky <[email protected]> Date: Tue Dec 18 10:55:57 2012 -0500 Add missing SYNC_MIMESUPPORT decoding in search requests. Should fix searching on iOS devices. Bug: 11900 framework/ActiveSync/lib/Horde/ActiveSync/Request/Search.php | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/0471412f1f58167a5358e8863ef10b1d6a3c708a ----------------------------------------------------------------------- commit c19f7041c32fa5e4e00949e413221a5799cea54e Author: Michael J Rubinsky <[email protected]> Date: Tue Dec 18 11:12:24 2012 -0500 Correctly pass the mime support flag to the ITEMOPERATIONS request. framework/ActiveSync/lib/Horde/ActiveSync/Request/Search.php | 4 +- framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 12 +++++---- 2 files changed, 9 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/c19f7041c32fa5e4e00949e413221a5799cea54e ----------------------------------------------------------------------- commit e8d4e86fd207eec856b856870b122a7c022695c6 Author: Michael J Rubinsky <[email protected]> Date: Tue Dec 18 11:46:43 2012 -0500 BFN framework/ActiveSync/package.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/e8d4e86fd207eec856b856870b122a7c022695c6 ----------------------------------------------------------------------- commit a1aa26b86e4e636082c18f4468aedf40cbff70cb Author: Michael J Rubinsky <[email protected]> Date: Tue Dec 18 11:58:36 2012 -0500 Add some notes framework/ActiveSync/doc/Horde/ActiveSync/TODO | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/a1aa26b86e4e636082c18f4468aedf40cbff70cb -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
