The branch "master" has been updated. The following is a summary of the commits.
from: bbb7f24c7c33ca1f6c2c69e43f610c47515ea354 4e05bb3 Detect deleted messages in ping() for non-CONDSTORE servers 9615ed4 Tweak comment. 8bcc769 phpdoc, cs a2bceb2 Ensure $data['t'] is actually available. 88a3b96 No need for the extra variable just use $status; Add logging. 1cdb587 No need for this for CONDSTORE servers. ----------------------------------------------------------------------- commit 4e05bb38ff570c063999f6895128409bc3e02329 Author: Thomas Jarosch <[email protected]> Date: Wed Aug 21 22:30:54 2013 +0200 Detect deleted messages in ping() for non-CONDSTORE servers We store the total number of messages per folder. If a messages is deleted, the total number will change. If a DELETE+ADD happens at the same time, UIDNEXT will still increase. Note: I didn't increase the folder cache version on purpose. Otherwise we lose the cached flags for no good reason. Signed-off-by: Michael J Rubinsky <[email protected]> framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php | 27 +++++++++++- framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 18 ++++++-- 2 files changed, 39 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/4e05bb38ff570c063999f6895128409bc3e02329 ----------------------------------------------------------------------- commit 9615ed406ae4d9c64d9877482dc66d9cc44a7636 Author: Michael J Rubinsky <[email protected]> Date: Wed Aug 21 22:04:51 2013 -0400 Tweak comment. framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/9615ed406ae4d9c64d9877482dc66d9cc44a7636 ----------------------------------------------------------------------- commit 8bcc769f887a4258b798f1ed35f6a4f13507fe03 Author: Michael J Rubinsky <[email protected]> Date: Wed Aug 21 22:06:37 2013 -0400 phpdoc, cs framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/8bcc769f887a4258b798f1ed35f6a4f13507fe03 ----------------------------------------------------------------------- commit a2bceb23d74a341af63836dd49ecfe462864026b Author: Michael J Rubinsky <[email protected]> Date: Wed Aug 21 22:12:55 2013 -0400 Ensure $data['t'] is actually available. framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/a2bceb23d74a341af63836dd49ecfe462864026b ----------------------------------------------------------------------- commit 88a3b96f8db06c1c9188cdccb1bf20f15c905080 Author: Michael J Rubinsky <[email protected]> Date: Wed Aug 21 22:33:49 2013 -0400 No need for the extra variable just use $status; Add logging. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 13 ++++++----- 1 files changed, 7 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/88a3b96f8db06c1c9188cdccb1bf20f15c905080 ----------------------------------------------------------------------- commit 1cdb587a31d14b84cb54b45e477e010365bca6cc Author: Michael J Rubinsky <[email protected]> Date: Wed Aug 21 22:45:51 2013 -0400 No need for this for CONDSTORE servers. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/1cdb587a31d14b84cb54b45e477e010365bca6cc -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
