The branch "master" has been updated. The following is a summary of the commits.
from: 71864bcb6f09578923197b84fd70886ea7e6ecaa b70bcdd Remove duplicate code. 5efc3ad Only get the html body if we know we are going to need it. 137a929 Only return the parts we need, and ensure we have a plain part if required. 70e0f69 return immediatly if we encounter this error. 0fcebeb Fix regression introduced with 1633b590a0a024f9a329e4aad5cff7b5f0d43f93: ----------------------------------------------------------------------- commit b70bcdd3ef7c3d69627c1d174c379aacb06bf0c3 Author: Michael J Rubinsky <[email protected]> Date: Sat Dec 22 12:56:33 2012 -0500 Remove duplicate code. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/b70bcdd3ef7c3d69627c1d174c379aacb06bf0c3 ----------------------------------------------------------------------- commit 5efc3ad92dfb37bda45032656e29bbf46390289a Author: Michael J Rubinsky <[email protected]> Date: Sat Dec 22 12:57:05 2012 -0500 Only get the html body if we know we are going to need it. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/5efc3ad92dfb37bda45032656e29bbf46390289a ----------------------------------------------------------------------- commit 137a929435d7fb44fb518742c11db9d8c9bdd386 Author: Michael J Rubinsky <[email protected]> Date: Sat Dec 22 14:19:11 2012 -0500 Only return the parts we need, and ensure we have a plain part if required. Fixes HTML code leaking into previews on clients like iOS when the the email contains ONLY a text/html part. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 1 + framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 75 +++++++++--- 2 files changed, 56 insertions(+), 20 deletions(-) http://git.horde.org/horde-git/-/commit/137a929435d7fb44fb518742c11db9d8c9bdd386 ----------------------------------------------------------------------- commit 70e0f69a48fdce6f955f4e3e9e176af82ddc47f2 Author: Michael J Rubinsky <[email protected]> Date: Sat Dec 22 14:20:19 2012 -0500 return immediatly if we encounter this error. framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/70e0f69a48fdce6f955f4e3e9e176af82ddc47f2 ----------------------------------------------------------------------- commit 0fcebebcc8f30fe5a0332b3dcd366fe0bafc0590 Author: Michael J Rubinsky <[email protected]> Date: Sat Dec 22 14:26:42 2012 -0500 Fix regression introduced with 1633b590a0a024f9a329e4aad5cff7b5f0d43f93: If server *does* support per mailbox mod-sequences but there were no changes with this SYNC request, we were fooled into thinking we did not support mod-sequences. This prevents unnecessary changes being sent to client. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/0fcebebcc8f30fe5a0332b3dcd366fe0bafc0590 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
