The branch "master" has been updated. The following is a summary of the commits.
from: 189c58bae0fbb9056ed02795b35e7ddeb9edca36 7111c20 No longer purge the device state when FilterType changes. 656e967 Honor the request for an explicit SOFTDELETE from the ActiveSync library. 3c32e82 This is only supported with MODSEQ servers. ba0c896 More correct comment. 92c59e6 Poll for messages to add after a FilterType change as well. 9ece3e0 @todo 89fef24 Extract out common code and reuse. 3ca8997 Simplify. Summary: http://github.com/horde/horde/compare/189c58bae0fbb9056ed02795b35e7ddeb9edca36...3ca899784850f423531f352eb818e4d25f324d5e ----------------------------------------------------------------------- commit 7111c205a856d5cdcd26eb3e9fba9961883a1ac7 Author: Michael J Rubinsky <[email protected]> Date: Thu Jan 8 13:13:44 2015 -0500 No longer purge the device state when FilterType changes. Instead, indicate a SOFTDELETE is requested to catch items that now fall outside of the time restriction. Still need to figure out how to catch the case where the FilterType is widened so that we will now have MORE items to send instead of items to remove. framework/ActiveSync/lib/Horde/ActiveSync/Collections.php | 8 +---- framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 2 +- framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 16 ++++++------ framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php | 3 +- 4 files changed, 13 insertions(+), 16 deletions(-) http://github.com/horde/horde/commit/7111c205a856d5cdcd26eb3e9fba9961883a1ac7 ----------------------------------------------------------------------- commit 656e9672922afed1b0001eb209791cfff04e8400 Author: Michael J Rubinsky <[email protected]> Date: Thu Jan 8 13:15:49 2015 -0500 Honor the request for an explicit SOFTDELETE from the ActiveSync library. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 25 ++++++++++++------- 1 files changed, 16 insertions(+), 9 deletions(-) http://github.com/horde/horde/commit/656e9672922afed1b0001eb209791cfff04e8400 ----------------------------------------------------------------------- commit 3c32e82907707d03b9f15c0511415d9914d1370d Author: Michael J Rubinsky <[email protected]> Date: Thu Jan 8 13:20:22 2015 -0500 This is only supported with MODSEQ servers. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/3c32e82907707d03b9f15c0511415d9914d1370d ----------------------------------------------------------------------- commit ba0c89673ebe329cee74a0e8402eedeea30f4a8e Author: Michael J Rubinsky <[email protected]> Date: Thu Jan 8 15:29:00 2015 -0500 More correct comment. framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/ba0c89673ebe329cee74a0e8402eedeea30f4a8e ----------------------------------------------------------------------- commit 92c59e69f876e3ad65f50be119451b8d9686f22c Author: Michael J Rubinsky <[email protected]> Date: Thu Jan 8 15:29:57 2015 -0500 Poll for messages to add after a FilterType change as well. framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php | 18 ++- framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 130 ++++++++---- 2 files changed, 106 insertions(+), 42 deletions(-) http://github.com/horde/horde/commit/92c59e69f876e3ad65f50be119451b8d9686f22c ----------------------------------------------------------------------- commit 9ece3e09e236e03c6d1a8c35be254790d4a330fe Author: Michael J Rubinsky <[email protected]> Date: Thu Jan 8 16:55:26 2015 -0500 @todo framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/9ece3e09e236e03c6d1a8c35be254790d4a330fe ----------------------------------------------------------------------- commit 89fef24466909b74d07e50807b7650b0a6daa51c Author: Michael J Rubinsky <[email protected]> Date: Thu Jan 8 16:55:41 2015 -0500 Extract out common code and reuse. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 144 ++++++++---- 1 files changed, 94 insertions(+), 50 deletions(-) http://github.com/horde/horde/commit/89fef24466909b74d07e50807b7650b0a6daa51c ----------------------------------------------------------------------- commit 3ca899784850f423531f352eb818e4d25f324d5e Author: Michael J Rubinsky <[email protected]> Date: Thu Jan 8 16:59:15 2015 -0500 Simplify. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 23 ++++-------- 1 files changed, 7 insertions(+), 16 deletions(-) http://github.com/horde/horde/commit/3ca899784850f423531f352eb818e4d25f324d5e -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
