[commits] Horde branch horde_5_2 updated. 2eba9cb2ac77fe6f366ef84f85f5e09bba703d08

Michael J. Rubinsky mrubinsk at horde.org
Thu Aug 8 22:20:29 UTC 2013


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

from: 793a2524d44d3195f4fb7debcea4df01ea5bc3aa

91e0ca8 BFN
8725655 Released Horde_ActiveSync-2.6.0
e2df073 Development mode for Horde_ActiveSync-2.6.1
c4d0827 Released Horde_Core-2.6.6
2f4b43c Development mode for Horde_Core-2.6.7
3aef48b [mms] Fix updating message index when deleting a message in basic message view (Bug #12539).
05c8144 Merge branch 'master' of ssh://dev.horde.org/horde/git/horde
0b7d2ab [mms] Don't redirect to current page's URL when logging out with a custom message (Bug #12538).
4792232 Use local base delimiter when sorting mailboxes for the IMAP folder list
cc46d65 Clarify MSA port vs. MTA port (former is preferred)
aade7f6 Initial release of Horde_Smtp
cbb92a6 cut out too much
0f7c677 Fix passing identity.
4998bdf Fix broken contents tag
ef0d6d3 Fix crash on sync (typo)
39365ce Fix sync crash caused by invalid object name
4a34b42 Don't overwrite the collection entry if it exists.
963d725 Ensure the email fields are not set to null Bug: 12506.
31e1aab Don't attempt to fetch flags if we don't have any message ids.
ae0eaae BFN
7cc1ba2 CHANGES
ddb20f9 Improve getEOL() API documentation
e7151ba Skip further processing if IDs object is empty
e766cc0 Prevent setting the current date as birthday/anniversary if the corresponding field was not given during EAS import
6bf75ec Fix parameter name for imap fetch call.
1bf7b41 Released Horde_ActiveSync-2.6.1
327f429 Development mode for Horde_ActiveSync-2.6.2
500b973 Fix updating timers after poll operations (Bug: 12542).
3350c2c Fix generating note to add when stopping a timer.
5cf0984 Timer might span a date, display date and time in the note.
5777c51 Bug: 12554 Turba_Driver::delete() does not return a boolean.
ebfe54e BFN
2eba9cb Merge branch 'master' into horde_5_2

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

commit 91e0ca8ea666b5551d9870bfbae34536f8086d5c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 00:26:56 2013 -0400

    BFN

 framework/Core/package.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/91e0ca8ea666b5551d9870bfbae34536f8086d5c

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

commit 8725655e7ca20faf23d8ce776ec37b1102bbd51d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 00:36:40 2013 -0400

    Released Horde_ActiveSync-2.6.0

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

http://git.horde.org/horde-git/-/commit/8725655e7ca20faf23d8ce776ec37b1102bbd51d

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

commit e2df073e814c81a993cdfb20ae0e83455f39524f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 00:36:40 2013 -0400

    Development mode for Horde_ActiveSync-2.6.1

 framework/ActiveSync/package.xml |   22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)

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

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

commit c4d0827bb63b795556a8c7c2443a4721af256514
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 00:45:34 2013 -0400

    Released Horde_Core-2.6.6

 framework/Core/package.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 2f4b43cfdd1cb30eef0847b449478b7330d67fd0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 00:45:52 2013 -0400

    Development mode for Horde_Core-2.6.7

 framework/Core/package.xml |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)

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

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

commit 3aef48b0050ee0472660af468cc6d8541db90641
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 7 23:10:06 2013 -0600

    [mms] Fix updating message index when deleting a message in basic message view (Bug #12539).

 imp/docs/CHANGES          |    2 ++
 imp/lib/Basic/Message.php |    2 +-
 imp/package.xml           |    2 ++
 3 files changed, 5 insertions(+), 1 deletions(-)

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

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

commit 05c8144b6e6b992d1aa45ad8eb328ada756db57a
Merge: 2f4b43c 3aef48b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 01:18:58 2013 -0400

    Merge branch 'master' of ssh://dev.horde.org/horde/git/horde

 imp/docs/CHANGES          |    2 ++
 imp/lib/Basic/Message.php |    2 +-
 imp/package.xml           |    2 ++
 3 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/05c8144b6e6b992d1aa45ad8eb328ada756db57a

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

commit 0b7d2aba8ba95ae5e3c717c3ff11a464f652b6fa
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 7 23:19:07 2013 -0600

    [mms] Don't redirect to current page's URL when logging out with a custom message (Bug #12538).

 framework/Core/lib/Horde/Registry.php |    2 +-
 framework/Core/package.xml            |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/0b7d2aba8ba95ae5e3c717c3ff11a464f652b6fa

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

commit 479223290371f1fcd7bfd537bdf9732cda9e1ebc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 7 23:38:07 2013 -0600

    Use local base delimiter when sorting mailboxes for the IMAP folder list

 imp/lib/Imap/Tree.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/479223290371f1fcd7bfd537bdf9732cda9e1ebc

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

commit cc46d651e9b7608073e37e0bd24c4f523e63790b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 7 23:45:02 2013 -0600

    Clarify MSA port vs. MTA port (former is preferred)

 imp/config/backends.php |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

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

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

commit aade7f60bb7a7e534012dddfac6bfcc4a6191ed6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Aug 5 17:50:48 2013 -0600

    Initial release of Horde_Smtp
    
    Replacement for the aging (somewhat broken) Net_SMTP PEAR package.

 framework/Smtp/doc/Horde/Smtp/COPYING               |  458 ++++++++++++
 framework/Smtp/lib/Horde/Smtp.php                   |  723 +++++++++++++++++++
 framework/Smtp/lib/Horde/Smtp/Connection.php        |  224 ++++++
 framework/Smtp/lib/Horde/Smtp/Debug.php             |  145 ++++
 framework/Smtp/lib/Horde/Smtp/Exception.php         |  160 ++++
 framework/Smtp/lib/Horde/Smtp/Filter/Data.php       |   63 ++
 framework/Smtp/lib/Horde/Smtp/Translation.php       |   57 ++
 framework/Smtp/locale/Horde_Smtp.pot                |   66 ++
 framework/Smtp/package.xml                          |  155 ++++
 framework/Smtp/test/Horde/Smtp/AllTests.php         |    3 +
 framework/Smtp/test/Horde/Smtp/RemoteServerTest.php |   87 +++
 framework/Smtp/test/Horde/Smtp/bootstrap.php        |    3 +
 framework/Smtp/test/Horde/Smtp/conf.php.dist        |    9 +
 framework/Smtp/test/Horde/Smtp/phpunit.xml          |    1 +
 14 files changed, 2154 insertions(+), 0 deletions(-)
 create mode 100644 framework/Smtp/doc/Horde/Smtp/COPYING
 create mode 100644 framework/Smtp/lib/Horde/Smtp.php
 create mode 100644 framework/Smtp/lib/Horde/Smtp/Connection.php
 create mode 100644 framework/Smtp/lib/Horde/Smtp/Debug.php
 create mode 100644 framework/Smtp/lib/Horde/Smtp/Exception.php
 create mode 100644 framework/Smtp/lib/Horde/Smtp/Filter/Data.php
 create mode 100644 framework/Smtp/lib/Horde/Smtp/Translation.php
 create mode 100644 framework/Smtp/locale/Horde_Smtp.pot
 create mode 100644 framework/Smtp/package.xml
 create mode 100644 framework/Smtp/test/Horde/Smtp/AllTests.php
 create mode 100644 framework/Smtp/test/Horde/Smtp/RemoteServerTest.php
 create mode 100644 framework/Smtp/test/Horde/Smtp/bootstrap.php
 create mode 100644 framework/Smtp/test/Horde/Smtp/conf.php.dist
 create mode 100644 framework/Smtp/test/Horde/Smtp/phpunit.xml

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

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

commit cbb92a687fb9bf7ef6179585a400596a26db1a75
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 8 00:45:55 2013 -0600

    cut out too much

 imp/lib/Imap/Tree.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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

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

commit 0f7c677bcf4bc4aa6525778bcab6ca87b2732eee
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 7 12:08:38 2013 +0200

    Fix passing identity.

 imp/lib/Compose.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/0f7c677bcf4bc4aa6525778bcab6ca87b2732eee

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

commit 4998bdf95364550a86c2e556458ed3ed17097d2d
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Thu Aug 8 10:10:52 2013 +0200

    Fix broken contents tag
    
    Bug: 12545
    Signed-off-by: Jan Schneider <jan at horde.org>

 framework/Smtp/package.xml |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/4998bdf95364550a86c2e556458ed3ed17097d2d

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

commit ef0d6d3d8cb415671873fa869a5f9e73c76fd92e
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Thu Aug 8 14:58:41 2013 +0200

    Fix crash on sync (typo)
    
    Bug: 12548
    
    Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com>
    Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>

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

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

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

commit 39365ceb6aa5ebd6f4568018830952bf2d8c66b3
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Thu Aug 8 15:29:23 2013 +0200

    Fix sync crash caused by invalid object name
    
    Bug: 12523
    
    Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com>
    Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/39365ceb6aa5ebd6f4568018830952bf2d8c66b3

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

commit 4a34b426679393aeb7dacbf077095c2a8ef7d8bf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 12:33:33 2013 -0400

    Don't overwrite the collection entry if it exists.
    
    Fixes returning proper failure codes during a PARTIAL  when an
    incoming change fails.

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

http://git.horde.org/horde-git/-/commit/4a34b426679393aeb7dacbf077095c2a8ef7d8bf

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

commit 963d725f32fbbe4fb4c5f1b9ff6a9c4a1ab5c235
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 14:49:49 2013 -0400

    Ensure the email fields are not set to null Bug: 12506.

 turba/lib/Driver.php |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/963d725f32fbbe4fb4c5f1b9ff6a9c4a1ab5c235

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

commit 31e1aab7e8bd68f7a6009ebe1e3e69e9f06af060
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 15:14:33 2013 -0400

    Don't attempt to fetch flags if we don't have any message ids.
    
    Bug: 12551

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |   24 ++++++-----
 1 files changed, 13 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/31e1aab7e8bd68f7a6009ebe1e3e69e9f06af060

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

commit ae0eaae78049b3a3591d61b5a9a69de323641af3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 15:48:56 2013 -0400

    BFN

 framework/ActiveSync/package.xml |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

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

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

commit 7cc1ba251b7b165e6101a9cce9e9117ae2a7c75e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 16:03:58 2013 -0400

    CHANGES

 kronolith/docs/CHANGES |    2 ++
 kronolith/package.xml  |    2 ++
 nag/docs/CHANGES       |    2 ++
 nag/package.xml        |    4 ++--
 4 files changed, 8 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/7cc1ba251b7b165e6101a9cce9e9117ae2a7c75e

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

commit ddb20f9dfb1110e5946234d26a2b76c8187ef582
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Thu Aug 8 11:47:41 2013 +0200

    Improve getEOL() API documentation
    
    Request #12546
    
    Signed-off-by: Michael M Slusarz <slusarz at horde.org>

 framework/Stream/lib/Horde/Stream.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit e7151baee7c868b28642f2bd5e0797e498f1ccf1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 8 14:03:39 2013 -0600

    Skip further processing if IDs object is empty

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

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

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

commit e766cc017e7f1d5e80487760e189f9529f354cf0
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Thu Aug 8 21:47:30 2013 +0200

    Prevent setting the current date as birthday/anniversary if the corresponding field was not given during EAS import
    
    The bug was "uncovered" by a recent fix for #12506
    
    Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com>
    Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>

 turba/lib/Driver/Kolab.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 6bf75ec1569722a04f2e5d7b0eedd571646bcef7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 16:11:41 2013 -0400

    Fix parameter name for imap fetch call.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/6bf75ec1569722a04f2e5d7b0eedd571646bcef7

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

commit 1bf7b41d05c505468f34106c57141a309afcb410
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 16:28:21 2013 -0400

    Released Horde_ActiveSync-2.6.1

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

http://git.horde.org/horde-git/-/commit/1bf7b41d05c505468f34106c57141a309afcb410

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

commit 327f4296336ba10d85e1123e454b2c99f5c3806d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 16:28:22 2013 -0400

    Development mode for Horde_ActiveSync-2.6.2

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

http://git.horde.org/horde-git/-/commit/327f4296336ba10d85e1123e454b2c99f5c3806d

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

commit 500b9737caa992a847ac4836674cbeb97f57dc00
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 17:24:19 2013 -0400

    Fix updating timers after poll operations (Bug: 12542).

 hermes/js/hermes.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/500b9737caa992a847ac4836674cbeb97f57dc00

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

commit 3350c2c42735b3cc3d77dc2adf92816133a3ce41
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 17:30:33 2013 -0400

    Fix generating note to add when stopping a timer.
    
    Bug: 12542

 hermes/lib/Ajax/Application/Handler.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/3350c2c42735b3cc3d77dc2adf92816133a3ce41

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

commit 5cf098414c7dc2a83821436017acb4b822b2a710
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 17:39:27 2013 -0400

    Timer might span a date, display date and time in the note.

 hermes/lib/Ajax/Application/Handler.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/5cf098414c7dc2a83821436017acb4b822b2a710

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

commit 5777c51990f6b3406d05d29c2d4d8fd1ed3418b9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 18:14:13 2013 -0400

    Bug: 12554 Turba_Driver::delete() does not return a boolean.

 turba/lib/Api.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/5777c51990f6b3406d05d29c2d4d8fd1ed3418b9

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

commit ebfe54e8ce591d6a7a4e8963a8d8491f0b8d3803
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 18:17:12 2013 -0400

    BFN

 turba/docs/CHANGES |    1 +
 turba/package.xml  |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

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

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

commit 2eba9cb2ac77fe6f366ef84f85f5e09bba703d08
Merge: 793a252 ebfe54e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Aug 8 18:20:11 2013 -0400

    Merge branch 'master' into horde_5_2
    
    Conflicts:
    	framework/Core/package.xml

 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php        |    7 +
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php       |   26 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php       |    2 +-
 framework/ActiveSync/package.xml                                 |   37 +-
 framework/Core/lib/Horde/Registry.php                            |    2 +-
 framework/Core/package.xml                                       |   20 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php             |    4 +-
 framework/Smtp/doc/Horde/Smtp/COPYING                            |  458 ++++
 framework/Smtp/lib/Horde/Smtp.php                                |  723 ++++++
 framework/Smtp/lib/Horde/Smtp/Connection.php                     |  224 ++
 framework/Smtp/lib/Horde/Smtp/Debug.php                          |  145 +
 framework/Smtp/lib/Horde/Smtp/Exception.php                      |  160 ++
 framework/Smtp/lib/Horde/Smtp/Filter/Data.php                    |   63 +
 framework/Smtp/lib/Horde/Smtp/Translation.php                    |   57 +
 framework/Smtp/locale/Horde_Smtp.pot                             |   66 +
 framework/Smtp/package.xml                                       |  153 ++
 framework/Smtp/test/Horde/Smtp/AllTests.php                      |    3 +
 framework/Smtp/test/Horde/Smtp/RemoteServerTest.php              |   87 +
 framework/Smtp/test/Horde/Smtp/bootstrap.php                     |    3 +
 framework/Smtp/test/Horde/Smtp/conf.php.dist                     |    9 +
 framework/Smtp/test/Horde/Smtp/phpunit.xml                       |    1 +
 framework/Stream/lib/Horde/Stream.php                            |    2 +-
 hermes/js/hermes.js                                              |    8 +-
 hermes/lib/Ajax/Application/Handler.php                          |    3 +-
 imp/config/backends.php                                          |    6 +
 imp/docs/CHANGES                                                 |    2 +
 imp/lib/Basic/Message.php                                        |    2 +-
 imp/lib/Compose.php                                              |    4 +-
 imp/lib/Imap/Tree.php                                            |    8 +-
 imp/package.xml                                                  |    2 +
 kronolith/docs/CHANGES                                           |    2 +
 kronolith/package.xml                                            |    2 +
 nag/docs/CHANGES                                                 |    2 +
 nag/package.xml                                                  |    4 +-
 turba/docs/CHANGES                                               |    1 +
 turba/lib/Api.php                                                |    6 +-
 turba/lib/Driver.php                                             |   18 +-
 turba/lib/Driver/Kolab.php                                       |    4 +-
 turba/package.xml                                                |    2 +
 40 files changed, 2282 insertions(+), 50 deletions(-)

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




More information about the commits mailing list