[commits] Horde branch develop updated. 667acbe0e90c5a0fb945990f5d569600be181dd4

Michael M Slusarz slusarz at horde.org
Tue Dec 20 22:35:44 UTC 2011


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

from: fca22db01ca5b78ecdc092e25418ec9e4f3d58c4

5952ed8 Start experimenting with pretending to support AS email.
bf03aea Horde_Controller_Request_Http#getBody seems to have disappeared at some point.
3fd3617 Fix sending mail from the SENDMAIL activesync command.
b224fe2 Add missing Attendee properties
7603422 Meeting request SENDMAIL commands do not contain a From header, add one.
2cc159a [mms] Add dependency checking for capabilities.
1469e09 [mms] LIST-STATUS does not depend on LIST-EXTENDED.
8a7cde0 [mms] Fix adding submailboxes to last mailbox in a level in dynamic view.
667acbe Merge branch 'master' into develop

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

commit 5952ed8d4637bd8ec4d9a76fb0bcf22dadcd5af6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Dec 20 09:31:11 2011 -0500

    Start experimenting with pretending to support AS email.
    
    Some clients require the email to at least sync enough to get a folder list
    in order to send meeting request emails. Otherwise, the emails silently fail,
    leading to the false assumption that the invitations were sent.

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/5952ed8d4637bd8ec4d9a76fb0bcf22dadcd5af6

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

commit bf03aea4ae2e99b407a701b8e3ca7ced8171f7d0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Dec 20 10:23:24 2011 -0500

    Horde_Controller_Request_Http#getBody seems to have disappeared at some point.
    
    Grab the body directly from php://input instead.

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

http://git.horde.org/horde-git/-/commit/bf03aea4ae2e99b407a701b8e3ca7ced8171f7d0

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

commit 3fd3617c46248b16c084479a7d76a7b5d24c2211
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Dec 20 11:26:30 2011 -0500

    Fix sending mail from the SENDMAIL activesync command.
    
    Get the missing mailer config from the injector.

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/3fd3617c46248b16c084479a7d76a7b5d24c2211

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

commit b224fe23e07a60e8583d3a88313686ad09b51644
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Dec 20 11:27:12 2011 -0500

    Add missing Attendee properties

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Attendee.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/b224fe23e07a60e8583d3a88313686ad09b51644

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

commit 7603422da1cc91231f77a87db29b20e8b01ba755
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Dec 20 11:48:02 2011 -0500

    Meeting request SENDMAIL commands do not contain a From header, add one.
    
    It is assumed to be from the AS user, so it's not included. Nice.

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/7603422da1cc91231f77a87db29b20e8b01ba755

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

commit 2cc159a766e7fbfe23f5d871f6f631e7fa72e641
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Dec 20 14:34:12 2011 -0700

    [mms] Add dependency checking for capabilities.
    
    Needed because capabilities can be manually disabled - disabling a
    parent capability necessarily means disabling the child capability.

 framework/Imap_Client/lib/Horde/Imap/Client.php      |   26 ++++++++++++++++++
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |   19 +++++++++++--
 framework/Imap_Client/package.xml                    |    4 +-
 3 files changed, 44 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/2cc159a766e7fbfe23f5d871f6f631e7fa72e641

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

commit 1469e09403e57e1cf01a9123762f41c7864c97de
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Dec 20 14:43:10 2011 -0700

    [mms] LIST-STATUS does not depend on LIST-EXTENDED.

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   62 ++++++++--------
 framework/Imap_Client/package.xml                      |    2 +
 2 files changed, 34 insertions(+), 30 deletions(-)

http://git.horde.org/horde-git/-/commit/1469e09403e57e1cf01a9123762f41c7864c97de

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

commit 8a7cde07da5324803a3bf691fe66010a650f42c9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Dec 20 15:18:01 2011 -0700

    [mms] Fix adding submailboxes to last mailbox in a level in dynamic view.

 imp/docs/CHANGES   |    1 +
 imp/js/dimpbase.js |    3 ++-
 imp/package.xml    |    2 ++
 3 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/8a7cde07da5324803a3bf691fe66010a650f42c9

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

commit 667acbe0e90c5a0fb945990f5d569600be181dd4
Merge: fca22db 8a7cde0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Dec 20 15:20:17 2011 -0700

    Merge branch 'master' into develop
    
    Conflicts:
    	imp/package.xml

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Attendee.php |    4 +
 framework/ActiveSync/lib/Horde/ActiveSync/Request/SendMail.php |    3 +-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php            |   36 +++-
 framework/Imap_Client/lib/Horde/Imap/Client.php                |   26 +++
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php           |   19 ++-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php         |   62 ++++----
 framework/Imap_Client/package.xml                              |    6 +-
 imp/docs/CHANGES                                               |    1 +
 imp/js/dimpbase.js                                             |    3 +-
 imp/package.xml                                                |    1 +
 10 files changed, 114 insertions(+), 47 deletions(-)

http://git.horde.org/horde-git/-/commit/667acbe0e90c5a0fb945990f5d569600be181dd4




More information about the commits mailing list