The branch "master" has been updated. The following is a summary of the commits.
from: c6e1bad528ac435a1a3ede16ef33d4c28bc37188 24ce789 Simplify getting a collections handler. 9ecdaf3 This is no longer true. 06076bb There is no need to pass this value for a PING. 81a77bf No need to poll for maillog changes on initial sync. c464fae Locally cache the lastVerb since we may ask for it more than once per request. ac1d8cf Mark incomplete until I can generate a new fixture. 768bf76 Remove commented out code. 555f820 parse error. ----------------------------------------------------------------------- commit 24ce789698129299e80f3d7a67b6613edf8b6309 Author: Michael J Rubinsky <[email protected]> Date: Thu Apr 18 23:32:43 2013 -0400 Simplify getting a collections handler. framework/ActiveSync/lib/Horde/ActiveSync.php | 24 +++- framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php | 7 +- .../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php | 8 +-- framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php | 9 +-- framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 7 +- 5 files changed, 23 insertions(+), 32 deletions(-) http://git.horde.org/horde-git/-/commit/24ce789698129299e80f3d7a67b6613edf8b6309 ----------------------------------------------------------------------- commit 9ecdaf3e2f66fe72d5639fbde69b785e3fc295a4 Author: Michael J Rubinsky <[email protected]> Date: Thu Apr 18 23:34:18 2013 -0400 This is no longer true. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/9ecdaf3e2f66fe72d5639fbde69b785e3fc295a4 ----------------------------------------------------------------------- commit 06076bbc57345a7974be5fa84824d06a482ffab3 Author: Michael J Rubinsky <[email protected]> Date: Thu Apr 18 23:34:55 2013 -0400 There is no need to pass this value for a PING. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/06076bbc57345a7974be5fa84824d06a482ffab3 ----------------------------------------------------------------------- commit 81a77bf279d21ea869069321fe3806df99b33e13 Author: Michael J Rubinsky <[email protected]> Date: Thu Apr 18 23:35:18 2013 -0400 No need to poll for maillog changes on initial sync. We obtain the lastVerb when we build the Horde_ActiveSync_Message_Mail object anyway. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/81a77bf279d21ea869069321fe3806df99b33e13 ----------------------------------------------------------------------- commit c464fae5266b9c6912d828cc4882c4cf8d8d8934 Author: Michael J Rubinsky <[email protected]> Date: Thu Apr 18 23:36:53 2013 -0400 Locally cache the lastVerb since we may ask for it more than once per request. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 24 ++++++++++++++---- 1 files changed, 18 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/c464fae5266b9c6912d828cc4882c4cf8d8d8934 ----------------------------------------------------------------------- commit ac1d8cf4d87dea6bfb0833aabe8767c62e4e7ff5 Author: Michael J Rubinsky <[email protected]> Date: Thu Apr 18 23:43:45 2013 -0400 Mark incomplete until I can generate a new fixture. framework/ActiveSync/test/Horde/ActiveSync/PolicyTest.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/ac1d8cf4d87dea6bfb0833aabe8767c62e4e7ff5 ----------------------------------------------------------------------- commit 768bf76ff058b670a46ddbd79448cf46f532c69e Author: Michael J Rubinsky <[email protected]> Date: Thu Apr 18 23:44:11 2013 -0400 Remove commented out code. framework/ActiveSync/lib/Horde/ActiveSync/Collections.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/768bf76ff058b670a46ddbd79448cf46f532c69e ----------------------------------------------------------------------- commit 555f8205cc77a6d4ba241299149669186d116436 Author: Michael J Rubinsky <[email protected]> Date: Thu Apr 18 23:44:55 2013 -0400 parse error. framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/555f8205cc77a6d4ba241299149669186d116436 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
