The branch "master" has been updated. The following is a summary of the commits.
from: eca946a0be14d17be86f96477c7c9a88e18b9ed1 c582f60 Handle this as a temporary server error. dcf8c18 This belongs in Core. Summary: http://github.com/horde/horde/compare/eca946a0be14d17be86f96477c7c9a88e18b9ed1...dcf8c182d5603ee1ab25341ea1d8160bb4396ef7 ----------------------------------------------------------------------- commit c582f6044fef1d618fa26a63e0ea8278586811ab Author: Michael J Rubinsky <[email protected]> Date: Sat Nov 5 11:22:27 2016 -0400 Handle this as a temporary server error. After thinking about this, it's better to handle this as a server error and let the client try again later a few times before failing. Otherwise, this could lead to constant resetting/resyncing of the client and causing high load on the server. Also, this way, if the client is well behaved, it will notify the user of the failure instead of just failing to add new email. .../ActiveSync/Exception/TemporaryFailure.php | 28 ++++++++++++++++++++++ .../lib/Horde/ActiveSync/Imap/Adapter.php | 2 +- .../lib/Horde/ActiveSync/Request/Sync.php | 7 ++++++ framework/ActiveSync/package.xml | 6 +++-- 4 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Exception/TemporaryFailure.php http://github.com/horde/horde/commit/c582f6044fef1d618fa26a63e0ea8278586811ab ----------------------------------------------------------------------- commit dcf8c182d5603ee1ab25341ea1d8160bb4396ef7 Author: Michael J Rubinsky <[email protected]> Date: Sat Nov 5 11:26:19 2016 -0400 This belongs in Core. framework/ActiveSync/package.xml | 2 -- framework/Core/package.xml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/dcf8c182d5603ee1ab25341ea1d8160bb4396ef7 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
