[commits] Horde branch FRAMEWORK_5_1 updated. f6ccf25d9cfb9fc6f1d00c340d97dd1e9fcfaeb5

Michael J. Rubinsky mrubinsk at horde.org
Tue Jan 14 17:46:26 UTC 2014


The branch "FRAMEWORK_5_1" has been updated.
The following is a summary of the commits.

from: 90f9c85c814887493f6891640c8f784d134ace0b

ef120a0 Fix pagination for ActiveSync mailbox searches.
d648571 Remove debug output.
1a482ca Update package.xml
cf2c813 Fix returning device entries with multiple user accounts attached.
ad66c79 Bail out if we can't find a backend id for the activesync folderid.
85e37ac We need to check for both signed or encrypted here.
f6ccf25 Detect signed/encrypted parts below the base part also.

Summary: http://github.com/horde/horde/compare/90f9c85c814887493f6891640c8f784d134ace0b...f6ccf25d9cfb9fc6f1d00c340d97dd1e9fcfaeb5

-----------------------------------------------------------------------

commit ef120a08ee6043a6212f10e6b79ae3e99c9f1f3e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jan 4 00:28:26 2014 -0500

    Fix pagination for ActiveSync mailbox searches.
    
    Fixes search when a range is sent that is less than the total number of results.
    Like, for example, in Android 4.4

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php   |   10 ++++--
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Search.php |   15 ++++++----
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php          |   10 ++++++-
 3 files changed, 25 insertions(+), 10 deletions(-)

http://github.com/horde/horde/commit/ef120a08ee6043a6212f10e6b79ae3e99c9f1f3e
http://git.horde.org/horde-git/-/commit/ef120a08ee6043a6212f10e6b79ae3e99c9f1f3e

-----------------------------------------------------------------------

commit d648571d785c2e43f2e9a536d6fc62c8c1881798
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jan 4 13:21:34 2014 -0500

    Remove debug output.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Search.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/d648571d785c2e43f2e9a536d6fc62c8c1881798
http://git.horde.org/horde-git/-/commit/d648571d785c2e43f2e9a536d6fc62c8c1881798

-----------------------------------------------------------------------

commit 1a482cabb1548d3d94f2880c5def9dee20852e63
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jan 4 13:21:54 2014 -0500

    Update package.xml
    
    Conflicts:
    	framework/ActiveSync/package.xml

 framework/ActiveSync/package.xml |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/1a482cabb1548d3d94f2880c5def9dee20852e63
http://git.horde.org/horde-git/-/commit/1a482cabb1548d3d94f2880c5def9dee20852e63

-----------------------------------------------------------------------

commit cf2c813627f1f01629d5ba895df289709df305fe
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jan 7 19:38:00 2014 -0500

    Fix returning device entries with multiple user accounts attached.

 framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/cf2c813627f1f01629d5ba895df289709df305fe
http://git.horde.org/horde-git/-/commit/cf2c813627f1f01629d5ba895df289709df305fe

-----------------------------------------------------------------------

commit ad66c79dfff9ede95c1d01f25cc279a42263471f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jan 13 15:00:29 2014 -0500

    Bail out if we can't find a backend id for the activesync folderid.

 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php  |    7 ++++++-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |    9 ++++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/ad66c79dfff9ede95c1d01f25cc279a42263471f
http://git.horde.org/horde-git/-/commit/ad66c79dfff9ede95c1d01f25cc279a42263471f

-----------------------------------------------------------------------

commit 85e37acc4c5cf3e859376964b3e41f3d091c0981
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jan 14 11:25:02 2014 -0500

    We need to check for both signed or encrypted here.
    
    Fixes sending s/mime encrypted messages to clients that support them.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/85e37acc4c5cf3e859376964b3e41f3d091c0981
http://git.horde.org/horde-git/-/commit/85e37acc4c5cf3e859376964b3e41f3d091c0981

-----------------------------------------------------------------------

commit f6ccf25d9cfb9fc6f1d00c340d97dd1e9fcfaeb5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jan 14 12:24:07 2014 -0500

    Detect signed/encrypted parts below the base part also.
    
    Seems like most clients will reject the signature when the base
    part is not multipart/signed, but at least attempt it.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php |   29 ++++++++++-
 1 files changed, 26 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/f6ccf25d9cfb9fc6f1d00c340d97dd1e9fcfaeb5
http://git.horde.org/horde-git/-/commit/f6ccf25d9cfb9fc6f1d00c340d97dd1e9fcfaeb5




More information about the commits mailing list