The branch "horde_5_2" has been updated. The following is a summary of the commits.
from: 182739fe72346f3dd6c8cc37a87b9597c7a0ff4c 2e22266 Need to reset tracker if using POP3 3911cd5 [mms] Fix parsing continuation requests sent in SASL AUTH command (RFC 5034). bc55e79 [mms] Workaround servers who don't advertise UIDL until after authentication. 756e4f7 Fix detecting EAS version on clients that only support 14.0 5d99d13 Fix OPTIONS/SYNC loop due to incorrect handling of MS-RP header. f16c82e Merge branch 'master' into horde_5_2 ----------------------------------------------------------------------- commit 2e22266c066bf94cbb20ad9d585a1e8560e467c2 Author: Michael M Slusarz <[email protected]> Date: Thu Aug 29 22:21:49 2013 -0600 Need to reset tracker if using POP3 imp/lib/Imap/Tree.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/2e22266c066bf94cbb20ad9d585a1e8560e467c2 ----------------------------------------------------------------------- commit 3911cd59501e74be1b5e4246058844bd837110da Author: Michael M Slusarz <[email protected]> Date: Fri Aug 30 22:32:32 2013 -0600 [mms] Fix parsing continuation requests sent in SASL AUTH command (RFC 5034). framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 3 ++- framework/Imap_Client/package.xml | 2 ++ 2 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/3911cd59501e74be1b5e4246058844bd837110da ----------------------------------------------------------------------- commit bc55e799e0af763fc0d2e3453226792c2e7dd67e Author: Michael M Slusarz <[email protected]> Date: Fri Aug 30 22:32:53 2013 -0600 [mms] Workaround servers who don't advertise UIDL until after authentication. framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 3 ++- framework/Imap_Client/package.xml | 2 ++ 2 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/bc55e799e0af763fc0d2e3453226792c2e7dd67e ----------------------------------------------------------------------- commit 756e4f7edcb0f6133689800718ac25ae81ad0b4a Author: Michael J Rubinsky <[email protected]> Date: Sat Aug 31 14:39:54 2013 -0400 Fix detecting EAS version on clients that only support 14.0 ...and use parameter compression. framework/ActiveSync/lib/Horde/ActiveSync.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/756e4f7edcb0f6133689800718ac25ae81ad0b4a ----------------------------------------------------------------------- commit 5d99d130fb23f205b007ddde9a84b79a092acd3b Author: Michael J Rubinsky <[email protected]> Date: Sat Aug 31 14:58:51 2013 -0400 Fix OPTIONS/SYNC loop due to incorrect handling of MS-RP header. Some devices will reset sync state everytime the MS-RP header is sent, regardless of if the versions are newer or not. Track the last announced version header sent to the devce and only send the MS-RP header if the versions are different. framework/ActiveSync/lib/Horde/ActiveSync.php | 10 +++- framework/ActiveSync/lib/Horde/ActiveSync/Device.php | 41 ++++++++++++++---- 2 files changed, 39 insertions(+), 12 deletions(-) http://git.horde.org/horde-git/-/commit/5d99d130fb23f205b007ddde9a84b79a092acd3b ----------------------------------------------------------------------- commit f16c82e90634a6e3fbe1a0ef0c5ecbab53d0e2d5 Merge: 182739f 5d99d13 Author: Michael J Rubinsky <[email protected]> Date: Sat Aug 31 15:00:26 2013 -0400 Merge branch 'master' into horde_5_2 framework/ActiveSync/lib/Horde/ActiveSync.php | 13 +++- framework/ActiveSync/lib/Horde/ActiveSync/Device.php | 41 ++++++++--- framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 6 +- framework/Imap_Client/package.xml | 4 + imp/lib/Imap/Tree.php | 1 + 5 files changed, 51 insertions(+), 14 deletions(-) http://git.horde.org/horde-git/-/commit/f16c82e90634a6e3fbe1a0ef0c5ecbab53d0e2d5 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
