[commits] Horde branch imp_multiple_accounts updated. 1501f7148a19aa1990e852a52529e5db4eb0bf4e

Michael M Slusarz slusarz at horde.org
Wed Aug 21 23:48:22 UTC 2013


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

from: 981c0e42e06e56c5b9c1ee8bcd52715caecfb8d6

9664382 fix broken unauthenticated calls for $_external handler methods For all other handler methods, ajax.php does checking for the session key later on
064a64e [jan] Fix autocompletion for requester field.
2433970 Add Ajax handler for setPrefValue calls.
4b5334c We require ajax for the sort callback.
fb5ab7f Need to load manually because header() is already called at this point.
39d88de Sigh. Doesn't work either. Whups needs some refactoring.
dbeee80 [jan] Fix sorting tickets by date.
ac60cec Don't require the device to actually be loaded.
e8e1ce6 horde-db-migrate and horde-db-migrate-component need to use the same table name
10e094e phpdoc
68a07bd Bug: 12486 Ensure the Content-Type header is sent before the buffer is flushed.
b662b93 Missing part of fix for Bug: 12486
5620118 [mms] Allow non-authenticated AJAX actions to be defined.
9fb57bf [mms] Cache any data returned from POP3 capability sniffing.
9187c48 [mms] Fix regression in caching for POP3 servers.
a8324f0 Released Horde_Imap_Client-2.12.3
f2f2c55 Development mode for Horde_Imap_Client-2.12.4
30b3c7e Add Horde_Mail_Transport_SmtpHorde#getSMTPObject()
6a8ce37 Fix name of Horde Smtp driver
5a146af [mms] Support Horde_Mail_Transport_Smtphorde when sending messages.
1bae3d7 Correct RFCs
64e7800 Update RFC list
2964817 [mms] The Horde_Mail factory now uses Horde_Smtp as the underlying SMTP driver instead of Net_SMTP.
8f27523 [mms] Use Horde_Smtp to send messages via SMTP.
2398c56 Stress testing on Horde_Smtp - all obvious bugs are fixed now
b22a289 Bump up to 1.0.0 for initial release
ea55f51 Released Horde_Smtp-1.0.0
4b0a5a2 Development mode for Horde_Smtp-1.0.1
63c2c5b Use procid in log entry.
40cec33 Attempt to convert text <-> html when syncing notes via EAS.
ea417af No longer need to load the entire device here.
e2620d1 Output the X-MS-RP header.
8bb3f10 Merge branch 'migrate-component-tablename' of git://github.com/atoomic/horde into atoomic-migrate-component-tablename
41426d7 Remove comment.
4188fa4 Update the JobType selects when the job type list changes.
d5f6635 Update the JobType selects when the job type list changes.
59400b3 Fix highlighting the current sidebar link.
8a04b4e Fix highlighting the current sidebar link.
3f37341 Use the default SMTP port of 25, not the MSA port of 587.
dce33f2 BFN
b223a16 Released Horde_ActiveSync-2.6.2
3a4c2c1 Development mode for Horde_ActiveSync-2.6.3
99391c5 Improve JobType admin form.
83d3567 Initial support for managing Deliverables in Dynamic view.
9e81fde Some css/layout tweaks.
35a59fe Make these collapsable
68eb08e Check for proper values before submitting.
a0503e9 Fix class name
b0e4749 wrap
dcc01dc Merge branch 'hermes_2_0'
9d2cb5a Typo
7026512 Always login if running a public method on the connection.
3a50715 The Horde configuration defaults to SMTP port 25, stick with that.
f2e8c79 Revert "The Horde configuration defaults to SMTP port 25, stick with that."
fbbf838 This method only exists in Horde_Mail_Transport_Smtp.
72461ec Allow Horde_Mime_Part to send messages as 8bit with Horde_Smtp
5deec54 [mms] Fix regression in retrieving CAPABILITY information after we login.
fe457c5 Abstract authentication code
72a1135 [mms] Added support for the Google XOAuth2 authentication mechanism for the IMAP Socket driver.
3524111 [mms] Fix regression in mapping message sequence numbers to UIDs when doing an 'all' activity in POP3.
3bce366 [mms] Fix regression in POP3 SASL PLAIN authentication command.
eb8527e Released Horde_Imap_Client-2.13.0
e4c1c40 Development mode for Horde_Imap_Client-2.13.1
d35169a [mms] Added support for the Google XOAuth2 authentication mechanism.
206d67f Need array_intersect_keys() instead of array_intersect()
bf8518d Bug #12283: Fix URL generation when loading Search from topbar from a non-IMP page
2556d63 doc
cde0477 code indenting
f390ae5 More correct capitalization
450ec16 Pipeline object not needed in this method
395cee6 Fix indention
63a5a6d [mms] Fix DIGEST-MD5 authentication method.
5ccd6c7 Fix disabling debugging when sending authentication credentials
571d434 This should not be needed
65c9f3a [mms] Remove stream filters before returning stream to calling code.
148e033 Optimization: don't do EOL conversions on message data if we know that Mailer object will do it for us
0035963 This is dynamic data - we should not be searching for exact matches
b3cbbe8 Fix calculating the most recent changes.
8be56c0 Style
b5a4abe Fix undefined variable.
da2a421 [jan] Fix generating the most recent changes.
95a9a94 Revert "[mms] Fix regression in retrieving CAPABILITY information after we login."
cb27b7c Ensure the result of status($folder) is not cached by the Horde_Imap_Client.
5df17ad [jan] Retrieve status changes during running requests (Thomas Jarosch <thomas.jarosch at intra2net.com>, Bug #12589).
db3deb1 Stabilize singleton key if Turba_Factory_Driver::create() is called with an array
e5a2a2b Prevent crash when message vanished
d83b3de [jan] Catch errors in Kolab_Storage_Driver_Imap#fetchComplete() (Thomas Jarosch <thomas.jarosch at intra2net.com>, Bug #12584).
3ca8741 Kolab driver: getByUid() must search all calendars
614f0e4 [jan] Fix synchronization of shared events in Kolab driver (Thomas Jarosch <thomas.jarosch at intra2net.com>, Bug #12585).
a1701cf Improve getChanges() speed
76258cd Those are variables, not literals.
08f2965 Button style.
2bf76c1 [jan] Fix fatal errors if DAV support is disabled (Bug #12481).
1842c7d Fix undefined index.
3358adb Update de translation.
8551c77 Wording
61ef6ae Updated
43159d4 [jan] Fix highlighting task type tabs in list view.
e9847cb Released Horde_Autoloader_Cache-2.0.5
e4ee836 Development mode for Horde_Autoloader_Cache-2.0.6
f00abf6 Revert "Revert "[mms] Fix regression in retrieving CAPABILITY information after we login.""
2299f35 Revert "Pipeline object not needed in this method"
9bb6f11 [mms] Fix regression in setting CAPABILITY for IMAP servers that don't automatically send this information after login.
5db03e8 Released Horde_Imap_Client-2.13.1
ff8f564 Development mode for Horde_Imap_Client-2.13.2
e8c8d31 [mms] Added the Horde_Imap_Client::STATUS_FORCE_REFRESH flag.
385f9bf Add the tag helper.
e8335c1 CHANGES
3a52eb9 Ensure we don't have stale imap status data.
9d5d7dc [mms] Deprecated the 'password_encrypt' parameter and instead support passing a Horde_Smtp_Password object into the 'password' parameter.
be4adfb [mms] Add preferred way of retrieving password - by passing in callable to 'password' parameter.
c299947 Convert dynamic password generation from callable to a Horde_Imap_Client_Base_Password object
c7bd7f8 Use new Horde_Imap_Client::STATUS_FORCE_REFRESH flag
dd7f5ea Resize window after showing all parts
53d3fb7 -moz-inline-stack hasn't been needed since FF 2
91ce992 Fix creating redirection links for non-cookie sessions
7f32a7c Remove documentation regarding deprecated configuration options
f62337c Fix instance check
2f20469 Clean up error strings
8e8e75d [mms] The 'xoauth2_token' parameter now accepts a Horde_Imap_Client_Base_Password object.Horde_Imap_Client_Base_Password object.
de664c8 Simplify
e36a936 Not used anymore
1300017 Allow Password object to be passed via xoauth2_token
c5c169f cleanups
eb95c98 cleanups
8900b58 Remove deprecated documentation
289b055 Catch exceptions during namespace retrieval too.
c0908c6 Really fix unserialization of attributes.
d180c4a [mms] Fix updating flags in dynamic search view (Bug #12594).
28c2db7 Don't filter out FLAG_DELETED messages.
1c211a9 Use the '+' operator instead of array_intersect_keys here.
90ebaaa Do not pollForChanges if we have imported any incoming changes.
bbb7f24 No need to update any folder data on ping.
8dec5c9 Fix package.xml entry
3101a0b Merge branch 'master' into imp_6_2
1501f71 Merge branch 'imp_6_2' into imp_multiple_accounts

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

commit 9664382ee6550dd91db57c713de1b85bde630576
Author: Ralf Lang <lang at b1-systems.de>
Date:   Fri Aug 16 06:46:26 2013 +0200

    fix broken unauthenticated calls for $_external handler methods
    For all other handler methods, ajax.php does checking for the session key later on

 horde/services/ajax.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/9664382ee6550dd91db57c713de1b85bde630576

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

commit 064a64ef4519b9e9775115726b8e75cb20aa5b32
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 16 16:30:05 2013 +0200

    [jan] Fix autocompletion for requester field.

 whups/docs/CHANGES                 |    1 +
 whups/lib/Ui/VarRenderer/Whups.php |    8 +++++---
 whups/package.xml                  |    2 ++
 3 files changed, 8 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/064a64ef4519b9e9775115726b8e75cb20aa5b32

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

commit 2433970c0284f961fa79a2fd747af378e0dacf74
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 16 16:31:25 2013 +0200

    Add Ajax handler for setPrefValue calls.

 whups/docs/CHANGES             |    1 +
 whups/lib/Ajax/Application.php |   35 +++++++++++++++++++++++++++++++++++
 whups/package.xml              |   10 +++++++---
 3 files changed, 43 insertions(+), 3 deletions(-)
 create mode 100644 whups/lib/Ajax/Application.php

http://git.horde.org/horde-git/-/commit/2433970c0284f961fa79a2fd747af378e0dacf74

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

commit 4b5334ca983d9c038f209f95c82ad25abbbd5697
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 16 16:43:21 2013 +0200

    We require ajax for the sort callback.

 whups/lib/View/Results.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

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

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

commit fb5ab7fbdbc44b428b0b3edf975fa5d27d8a7020
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 16 16:49:59 2013 +0200

    Need to load manually because header() is already called at this point.

 whups/lib/View/Results.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 39d88de1ed8d4c8d8a62e2898110f84a982d53fe
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 16 17:12:45 2013 +0200

    Sigh. Doesn't work either. Whups needs some refactoring.

 whups/lib/View/Results.php |    2 --
 whups/query/run.php        |    1 +
 whups/queue/index.php      |    1 +
 whups/search.php           |    1 +
 4 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/39d88de1ed8d4c8d8a62e2898110f84a982d53fe

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

commit dbeee80cfa53b2746643f21db1c69b279ed971f5
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 16 17:21:36 2013 +0200

    [jan] Fix sorting tickets by date.

 whups/docs/CHANGES               |    1 +
 whups/package.xml                |    2 ++
 whups/templates/view/results.inc |    2 +-
 3 files changed, 4 insertions(+), 1 deletions(-)

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

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

commit ac60cec7872f65dc4880827eb39cf7c2b61a7872
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 16 12:20:35 2013 -0400

    Don't require the device to actually be loaded.
    
    No need to have the device loaded if we already know the info we need.

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

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

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

commit e8e1ce6f4cb96606307104db792ad4efe2b70eca
Author: Nicolas Rochelemagne <nicolas.rochelemagne at cpanel.net>
Date:   Fri Aug 9 16:47:20 2013 -0500

    horde-db-migrate and horde-db-migrate-component need to use the same table name

 framework/Db/bin/horde-db-migrate-component |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

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

commit 10e094ea8eeea2f43d4b308b23aba2435daecbdc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 16 12:37:07 2013 -0400

    phpdoc

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

http://git.horde.org/horde-git/-/commit/10e094ea8eeea2f43d4b308b23aba2435daecbdc

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

commit 68a07bdfc1d0b073d25cf6e48286d75fba345917
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 16 12:48:44 2013 -0400

    Bug: 12486 Ensure the Content-Type header is sent before the buffer is flushed.

 framework/ActiveSync/lib/Horde/ActiveSync.php                     |   17 +++++
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetAttachment.php     |    5 ++
 .../ActiveSync/lib/Horde/ActiveSync/Request/ItemOperations.php    |    1 +
 3 files changed, 23 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/68a07bdfc1d0b073d25cf6e48286d75fba345917

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

commit b662b9311f20833b70308404d927e3b982385ca8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 16 12:57:46 2013 -0400

    Missing part of fix for Bug: 12486

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

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

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

commit 5620118b8ca9a9ab7ed381b809398372acb1247f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Aug 15 14:40:12 2013 -0600

    [mms] Allow non-authenticated AJAX actions to be defined.

 horde/docs/CHANGES      |    1 +
 horde/package.xml       |    2 ++
 horde/services/ajax.php |    8 ++++----
 3 files changed, 7 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/5620118b8ca9a9ab7ed381b809398372acb1247f

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

commit 9fb57bff8a27ffb478f247bc951dbdc060798983
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 12:21:30 2013 -0600

    [mms] Cache any data returned from POP3 capability sniffing.

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

http://git.horde.org/horde-git/-/commit/9fb57bff8a27ffb478f247bc951dbdc060798983

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

commit 9187c4812f3b0563d41d82e5777950dbaebe6da3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 12:30:49 2013 -0600

    [mms] Fix regression in caching for POP3 servers.

 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php |   10 ++++++++++
 framework/Imap_Client/package.xml                           |    2 ++
 2 files changed, 12 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/9187c4812f3b0563d41d82e5777950dbaebe6da3

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

commit a8324f0769115251dad18c491960b9af141aade1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 12:48:06 2013 -0600

    Released Horde_Imap_Client-2.12.3

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

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

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

commit f2f2c55636a652f25fa64c18dfada495a66af8bc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 12:48:06 2013 -0600

    Development mode for Horde_Imap_Client-2.12.4

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

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

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

commit 30b3c7ece5f22206e551fa293c3ad92db819dc5f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:12:42 2013 -0600

    Add Horde_Mail_Transport_SmtpHorde#getSMTPObject()

 framework/Mail/lib/Horde/Mail/Transport/SmtpHorde.php |   29 ++++++++++++-----
 1 files changed, 21 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/30b3c7ece5f22206e551fa293c3ad92db819dc5f

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

commit 6a8ce37f0a1e5c4c7dcb2cb52a71bd7862351f34
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:35:34 2013 -0600

    Fix name of Horde Smtp driver

 framework/Mail/doc/Horde/Mail/UPGRADING               |    2 +-
 framework/Mail/lib/Horde/Mail/Transport/SmtpHorde.php |  151 -----------------
 framework/Mail/lib/Horde/Mail/Transport/Smtphorde.php |  151 +++++++++++++++++
 framework/Mail/package.xml                            |   12 +-
 4 files changed, 159 insertions(+), 157 deletions(-)
 delete mode 100644 framework/Mail/lib/Horde/Mail/Transport/SmtpHorde.php
 create mode 100644 framework/Mail/lib/Horde/Mail/Transport/Smtphorde.php

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

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

commit 5a146af23129e344482a952af8cbe073190c6706
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:13:14 2013 -0600

    [mms] Support Horde_Mail_Transport_Smtphorde when sending messages.

 framework/Mime/lib/Horde/Mime/Part.php |    6 ++++++
 framework/Mime/package.xml             |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)

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

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

commit 1bae3d7dfb98eae3e512ef1984373cb9ee89f1fe
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:17:22 2013 -0600

    Correct RFCs

 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php |    2 +-
 framework/Smtp/lib/Horde/Smtp.php                           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 64e78003bab3cbf26ebbd3e4f46e24ad4a1681ec
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:22:06 2013 -0600

    Update RFC list

 imp/docs/RFCS |   35 +++++++++++++++++++++++++----------
 1 files changed, 25 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/64e78003bab3cbf26ebbd3e4f46e24ad4a1681ec

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

commit 2964817ffd81680efa81cb8a7d3670350dc38509
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:25:11 2013 -0600

    [mms] The Horde_Mail factory now uses Horde_Smtp as the underlying SMTP driver instead of Net_SMTP.

 framework/Core/lib/Horde/Core/Factory/Mail.php |    4 +++-
 framework/Core/package.xml                     |    2 ++
 2 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/2964817ffd81680efa81cb8a7d3670350dc38509

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

commit 8f27523e591823ea89e3d028f7f6b223313ccc47
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 14:37:03 2013 -0600

    [mms] Use Horde_Smtp to send messages via SMTP.

 imp/docs/CHANGES         |    1 +
 imp/lib/Factory/Mail.php |   67 +++++----------------------------------------
 imp/package.xml          |    4 ++-
 3 files changed, 12 insertions(+), 60 deletions(-)

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

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

commit 2398c56a9be7fd8cd5ce867277ba6021eb7a870a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 15:26:06 2013 -0600

    Stress testing on Horde_Smtp - all obvious bugs are fixed now

 framework/Smtp/lib/Horde/Smtp.php             |   26 +++++---------
 framework/Smtp/lib/Horde/Smtp/Connection.php  |   48 +++++++++++++++++++++---
 framework/Smtp/lib/Horde/Smtp/Debug.php       |    7 ++--
 framework/Smtp/lib/Horde/Smtp/Filter/Data.php |    2 +-
 4 files changed, 56 insertions(+), 27 deletions(-)

http://git.horde.org/horde-git/-/commit/2398c56a9be7fd8cd5ce867277ba6021eb7a870a

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

commit b22a289631bdff939f3bb8258bb6164aeea87b2b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 15:27:23 2013 -0600

    Bump up to 1.0.0 for initial release

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

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

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

commit ea55f51f2be537659e6c9f5ca61c895059e2f375
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 15:33:24 2013 -0600

    Released Horde_Smtp-1.0.0

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

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

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

commit 4b0a5a250686b651f77d18017eb963e3167b0f0b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 16 15:33:24 2013 -0600

    Development mode for Horde_Smtp-1.0.1

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

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

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

commit 63c2c5b498e0ca8104f6a2d1102051cff8c59e21
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 16 21:46:27 2013 -0400

    Use procid in log entry.

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

http://git.horde.org/horde-git/-/commit/63c2c5b498e0ca8104f6a2d1102051cff8c59e21

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

commit 40cec33d0bcea715326c6183fb743ee1c53cff06
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 16 21:47:11 2013 -0400

    Attempt to convert text <-> html when syncing notes via EAS.
    
    Someone will need to test the html client -> server, as none of my
    test clients support HTML notes on the client.
    
    Related to, but I doubt it fixes Bug: 12574

 mnemo/lib/Api.php    |    8 +++++++-
 mnemo/lib/Driver.php |   27 +++++++++++++++++++--------
 2 files changed, 26 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/40cec33d0bcea715326c6183fb743ee1c53cff06

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

commit ea417afc964936024daee0b24092e00a0727d426
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 16 22:02:48 2013 -0400

    No longer need to load the entire device here.
    
    Saves a few database calls, but requires H_ActiveSync 2.6.2,
    so bumb the minimum version.

 horde/admin/activesync.php |    5 +----
 horde/package.xml          |    2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)

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

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

commit e2620d152e2206c0fedd5f57f6af7b5553b58dea
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Aug 16 22:28:21 2013 -0400

    Output the X-MS-RP header.
    
    Notifies clients when the server supports a newer version of EAS than
    the one it is currently paired to the server with.

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

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

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

commit 8bb3f1070e9c160b984a29496b887c1fe7492f69
Merge: e2620d1 e8e1ce6
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 17 15:59:40 2013 +0200

    Merge branch 'migrate-component-tablename' of git://github.com/atoomic/horde into atoomic-migrate-component-tablename

 framework/Db/bin/horde-db-migrate-component |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

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

commit 41426d768415c49994dfd7541bca0d47659f9a9c
Author: Jan Schneider <jan at horde.org>
Date:   Sat Aug 17 16:00:24 2013 +0200

    Remove comment.
    
    Horde_Db doesn't know about horde-db-migrate.

 framework/Db/bin/horde-db-migrate-component |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/41426d768415c49994dfd7541bca0d47659f9a9c

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

commit 4188fa4678948161f89d74aaaddbc47657f85e6d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 02:23:21 2013 -0400

    Update the JobType selects when the job type list changes.

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

http://git.horde.org/horde-git/-/commit/4188fa4678948161f89d74aaaddbc47657f85e6d

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

commit d5f663546b17e0162783fe9cf74f550b6c131575
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 02:23:21 2013 -0400

    Update the JobType selects when the job type list changes.

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

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

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

commit 59400b3b576c1d164dec8c7539008b08bcb26574
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 02:47:09 2013 -0400

    Fix highlighting the current sidebar link.

 hermes/js/hermes.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/59400b3b576c1d164dec8c7539008b08bcb26574

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

commit 8a04b4efff6e92f06b965f7d8f2fb436bd694411
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 02:47:09 2013 -0400

    Fix highlighting the current sidebar link.

 hermes/js/hermes.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 3f373410d7d68db94f209efb09c67e343764516f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 15:41:29 2013 -0400

    Use the default SMTP port of 25, not the MSA port of 587.
    
    Horde advertises the default as 25 in the mailer configuration,
    so this needs to match what the mailer code actually uses as the default.
    If we want to change this, it needs to be changed as the advertised default
    in the config and announced loudly in UPGRADING. Just spend 40 minutes
    trying to figure out why I couldn't send mail after upgrading my checkout.

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

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

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

commit dce33f231c38166dce3287a39d151fb6c1dd2c5d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 16:18:23 2013 -0400

    BFN

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

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

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

commit b223a16c1002a52632ba860ea0fda9562b25b797
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 16:30:02 2013 -0400

    Released Horde_ActiveSync-2.6.2

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

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

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

commit 3a4c2c14189ad0f823f0f2b2a481c8b11777db1a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 16:30:02 2013 -0400

    Development mode for Horde_ActiveSync-2.6.3

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

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

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

commit 99391c55a4dbc261feb6c575aed69d1750257603
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 19:47:51 2013 -0400

    Improve JobType admin form.

 hermes/js/hermes.js                      |   88 ++++++++++++++++++++++++------
 hermes/lib/Ajax/Application/Handler.php  |   19 ++++++-
 hermes/lib/Hermes.php                    |    9 +++-
 hermes/templates/dynamic/jobtypes.inc    |   63 ++++++++++++++-------
 hermes/themes/default/dynamic/screen.css |   41 ++++++++++----
 5 files changed, 167 insertions(+), 53 deletions(-)

http://git.horde.org/horde-git/-/commit/99391c55a4dbc261feb6c575aed69d1750257603

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

commit 83d3567afd77e5f641c537ebe0eb244f330ba707
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 22:56:06 2013 -0400

    Initial support for managing Deliverables in Dynamic view.
    
    Eventually you will be able to see basic reports/stats on each cost object
    from these views. For now, just exposes admin actions.

 hermes/js/hermes.js                       |  200 ++++++++++++++++++++++++++---
 hermes/lib/Ajax/Application/Handler.php   |   62 +++++++++
 hermes/templates/dynamic/deliverables.inc |   43 ++++++
 hermes/templates/dynamic/index.inc        |    1 +
 hermes/templates/dynamic/jobtypes.inc     |    6 +-
 hermes/templates/dynamic/sidebar.html.php |    6 +
 hermes/themes/default/dynamic/screen.css  |   53 ++++++--
 7 files changed, 335 insertions(+), 36 deletions(-)
 create mode 100644 hermes/templates/dynamic/deliverables.inc

http://git.horde.org/horde-git/-/commit/83d3567afd77e5f641c537ebe0eb244f330ba707

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

commit 9e81fdec722b04476e7e7db556a95e9a2e9a0cbc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 23:19:57 2013 -0400

    Some css/layout tweaks.

 hermes/js/hermes.js                       |    2 +-
 hermes/templates/dynamic/deliverables.inc |   24 ++++++++++++------------
 hermes/templates/dynamic/jobtypes.inc     |    6 +++---
 hermes/themes/default/dynamic/screen.css  |   12 ++++++------
 4 files changed, 22 insertions(+), 22 deletions(-)

http://git.horde.org/horde-git/-/commit/9e81fdec722b04476e7e7db556a95e9a2e9a0cbc

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

commit 35a59feca56f7c2121d6d01b1259d5490e451960
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 23:36:59 2013 -0400

    Make these collapsable

 hermes/js/hermes.js                       |    5 +++--
 hermes/lib/Ajax/Application/Handler.php   |    4 ++--
 hermes/templates/dynamic/deliverables.inc |    4 +++-
 hermes/templates/dynamic/jobtypes.inc     |    2 +-
 hermes/templates/dynamic/slices.inc       |    2 +-
 5 files changed, 10 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/35a59feca56f7c2121d6d01b1259d5490e451960

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

commit 68eb08e7a934e95e82b8c6de0fcdef8e70cdbfac
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 23:44:17 2013 -0400

    Check for proper values before submitting.

 hermes/js/hermes.js |    9 +++++++++
 hermes/lib/Ajax.php |    3 ++-
 2 files changed, 11 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/68eb08e7a934e95e82b8c6de0fcdef8e70cdbfac

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

commit a0503e970f71f98ddca7d328d40a3239c1d8e612
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 23:47:48 2013 -0400

    Fix class name

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

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

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

commit b0e474915864a456daa5cac1dcb5254c2f2e40ec
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 23:47:58 2013 -0400

    wrap

 hermes/themes/default/dynamic/screen.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

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

commit dcc01dc126b0ffad60054d1b65b1c8a38513fcec
Merge: 3a4c2c1 b0e4749
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Aug 18 23:50:23 2013 -0400

    Merge branch 'hermes_2_0'
    
    Conflicts:
    	hermes/js/hermes.js
    	hermes/lib/Ajax.php

 hermes/js/hermes.js                       |  290 +++++++++++++++++++++++++----
 hermes/lib/Ajax.php                       |    3 +-
 hermes/lib/Ajax/Application/Handler.php   |   81 ++++++++-
 hermes/lib/Hermes.php                     |    9 +-
 hermes/templates/dynamic/deliverables.inc |   45 +++++
 hermes/templates/dynamic/index.inc        |    1 +
 hermes/templates/dynamic/jobtypes.inc     |   63 ++++--
 hermes/templates/dynamic/sidebar.html.php |    6 +
 hermes/templates/dynamic/slices.inc       |    2 +-
 hermes/themes/default/dynamic/screen.css  |   73 ++++++--
 10 files changed, 500 insertions(+), 73 deletions(-)

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

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

commit 9d2cb5ae809fe1da0ebcd20370a3e85a657d76c6
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 19 11:19:04 2013 +0200

    Typo

 imp/locale/en/help.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/9d2cb5ae809fe1da0ebcd20370a3e85a657d76c6

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

commit 7026512628197aadecd92597a3da25f256c3134a
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 19 11:20:06 2013 +0200

    Always login if running a public method on the connection.
    
    It only worked so far because queryExtension() implicitly connected to the
    server. It didn't catch connection errors though, because it simply returned
    false on exceptions.

 framework/Smtp/lib/Horde/Smtp.php |    6 ++++++
 framework/Smtp/package.xml        |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/7026512628197aadecd92597a3da25f256c3134a

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

commit 3a5071586a818acf1eb89ffc435c86a32685ed22
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 19 11:22:03 2013 +0200

    The Horde configuration defaults to SMTP port 25, stick with that.

 framework/Core/lib/Horde/Core/Factory/Mail.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit f2e8c7935e220eb651bd93a66e1bdd0f16e71b3a
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 19 11:46:15 2013 +0200

    Revert "The Horde configuration defaults to SMTP port 25, stick with that."
    
    MJR already changed the default in Horde_Smtp.
    
    This reverts commit 3a5071586a818acf1eb89ffc435c86a32685ed22.

 framework/Core/lib/Horde/Core/Factory/Mail.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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

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

commit fbbf83802eb4a0f946b817132536f7bd472b4739
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 19 12:29:00 2013 +0200

    This method only exists in Horde_Mail_Transport_Smtp.

 framework/Mime/lib/Horde/Mime/Part.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

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

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

commit 72461ec07adb89cecaf71396b6c4fe44b8c94f9d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Aug 19 10:40:01 2013 -0600

    Allow Horde_Mime_Part to send messages as 8bit with Horde_Smtp

 framework/Mail/lib/Horde/Mail/Transport/Smtphorde.php |   11 ++++++++++-
 framework/Mime/lib/Horde/Mime/Part.php                |    2 ++
 2 files changed, 12 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/72461ec07adb89cecaf71396b6c4fe44b8c94f9d

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

commit 5deec54da36d760380d9e34331c9bcd052d9c00d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Aug 19 13:10:10 2013 -0600

    [mms] Fix regression in retrieving CAPABILITY information after we login.

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   21 ++-------------
 framework/Imap_Client/package.xml                      |    4 +-
 2 files changed, 5 insertions(+), 20 deletions(-)

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

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

commit fe457c5db4e07f3206051ef0220dc71c57712244
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Aug 19 13:22:50 2013 -0600

    Abstract authentication code

 .../lib/Horde/Imap/Client/Interaction/Command/Continuation.php    |    8 +
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |  115 +++--
 framework/Imap_Client/package.xml                                 |    4 +-
 3 files changed, 86 insertions(+), 41 deletions(-)

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

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

commit 72a11353a793bff43b51a567bada52b912d5cb5c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Aug 19 13:23:20 2013 -0600

    [mms] Added support for the Google XOAuth2 authentication mechanism for the IMAP Socket driver.

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING      |   10 +++++
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php     |   21 ++++++++++++
 framework/Imap_Client/package.xml                          |    6 ++-
 framework/Imap_Client/test/Horde/Imap/Client/conf.php.dist |    4 ++-
 4 files changed, 38 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/72a11353a793bff43b51a567bada52b912d5cb5c

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

commit 35241112c1f04782aebffb61508bbad3df38a711
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Aug 19 13:36:22 2013 -0600

    [mms] Fix regression in mapping message sequence numbers to UIDs when doing an 'all' activity in POP3.

 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php |   15 ++++++++--
 framework/Imap_Client/package.xml                           |    2 +
 2 files changed, 14 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/35241112c1f04782aebffb61508bbad3df38a711

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

commit 3bce36663f2753d691212803a24b6ca30668b3d5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Aug 19 13:40:50 2013 -0600

    [mms] Fix regression in POP3 SASL PLAIN authentication command.

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

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

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

commit eb8527e2c4cab68147fc9b91963e49a06c106831
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Aug 19 13:51:41 2013 -0600

    Released Horde_Imap_Client-2.13.0

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

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

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

commit e4c1c404e462153c2133c6624e48d25ba8d45efc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Aug 19 13:51:41 2013 -0600

    Development mode for Horde_Imap_Client-2.13.1

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

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

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

commit d35169a7b9447090d0a662e3c9cbea703d10df58
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Aug 19 17:00:04 2013 -0600

    [mms] Added support for the Google XOAuth2 authentication mechanism.

 framework/Smtp/doc/Horde/Smtp/UPGRADING      |   21 +++++++++++++++
 framework/Smtp/lib/Horde/Smtp.php            |   36 +++++++++++++++++++++++++-
 framework/Smtp/package.xml                   |   16 +++++++----
 framework/Smtp/test/Horde/Smtp/conf.php.dist |    3 +-
 4 files changed, 68 insertions(+), 8 deletions(-)
 create mode 100644 framework/Smtp/doc/Horde/Smtp/UPGRADING

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

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

commit 206d67f708a2e673c19b6b75d2bb0d6cccfb0168
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Aug 19 22:36:01 2013 -0600

    Need array_intersect_keys() instead of array_intersect()

 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/206d67f708a2e673c19b6b75d2bb0d6cccfb0168

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

commit bf8518dcb95d7fecbf25976ecced0d69a1d1113e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 00:16:42 2013 -0600

    Bug #12283: Fix URL generation when loading Search from topbar from a non-IMP page

 imp/js/dimpbase.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

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

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

commit 2556d63e8e425e6b4f0c3b6f7e8592dc36067a1f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 00:30:59 2013 -0600

    doc

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

http://git.horde.org/horde-git/-/commit/2556d63e8e425e6b4f0c3b6f7e8592dc36067a1f

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

commit cde047739eb769d6c632f6e9f245482160e59d0e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 00:33:27 2013 -0600

    code indenting

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

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

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

commit f390ae589823caff4b3618035ac1e8eb2bd922f0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 01:20:43 2013 -0600

    More correct capitalization

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

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

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

commit 450ec169e7548374242da0ae8080b4a824d46c9a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 01:25:08 2013 -0600

    Pipeline object not needed in this method

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

http://git.horde.org/horde-git/-/commit/450ec169e7548374242da0ae8080b4a824d46c9a

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

commit 395cee6491e18123745c71ca7fad262fdc2b9365
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 01:27:11 2013 -0600

    Fix indention

 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/395cee6491e18123745c71ca7fad262fdc2b9365

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

commit 63a5a6da28c5dc3e5f2c01ed1f04184f14c12e60
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 01:34:24 2013 -0600

    [mms] Fix DIGEST-MD5 authentication method.

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

http://git.horde.org/horde-git/-/commit/63a5a6da28c5dc3e5f2c01ed1f04184f14c12e60

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

commit 5ccd6c7014b65f4a4f6a025b3f3cff63d07412fb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 01:34:57 2013 -0600

    Fix disabling debugging when sending authentication credentials

 framework/Smtp/lib/Horde/Smtp.php            |   27 +++++++++++++++----------
 framework/Smtp/lib/Horde/Smtp/Connection.php |    7 ++---
 framework/Smtp/lib/Horde/Smtp/Debug.php      |    9 +++++++-
 3 files changed, 27 insertions(+), 16 deletions(-)

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

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

commit 571d434de7bd292e0184c06994c8794b01af67f0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 02:04:13 2013 -0600

    This should not be needed

 framework/Mime/lib/Horde/Mime/Part.php      |   15 ---------------
 framework/Mime/test/Horde/Mime/MailTest.php |    4 ++--
 2 files changed, 2 insertions(+), 17 deletions(-)

http://git.horde.org/horde-git/-/commit/571d434de7bd292e0184c06994c8794b01af67f0

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

commit 65c9f3a4b807dbb14257cdf9d5820ea6d4d008af
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 02:22:31 2013 -0600

    [mms] Remove stream filters before returning stream to calling code.

 framework/Mime/lib/Horde/Mime/Part.php |    8 +++++---
 framework/Mime/package.xml             |    2 ++
 2 files changed, 7 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/65c9f3a4b807dbb14257cdf9d5820ea6d4d008af

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

commit 148e033050cd00e6993add7a2b98050fe17a3c5c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 02:24:09 2013 -0600

    Optimization: don't do EOL conversions on message data if we know that Mailer object will do it for us

 framework/Mime/lib/Horde/Mime/Part.php |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/148e033050cd00e6993add7a2b98050fe17a3c5c

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

commit 0035963a2a674e163e7972620458d240f289bd56
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 02:32:52 2013 -0600

    This is dynamic data - we should not be searching for exact matches
    
    Otherwise we will be going through this whole production again when we
    bump to Horde 6.

 framework/Mime/test/Horde/Mime/MailTest.php |   18 +++++++++---------
 imp/test/Imp/Unit/Mime/Viewer/ItipTest.php  |    2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/0035963a2a674e163e7972620458d240f289bd56

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

commit b3cbbe84998ef240d0e2c421f1e5d6f1a5c92125
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 20 12:21:42 2013 +0200

    Fix calculating the most recent changes.

 wicked/lib/Driver/Sql.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 8be56c043bf38913742cf6a8b25fecfc551ada58
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 20 12:21:52 2013 +0200

    Style

 wicked/lib/Page/RecentChanges.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

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

commit b5a4abe0e60d73d468563be20f7c7b7284dcfa4d
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 20 12:22:06 2013 +0200

    Fix undefined variable.

 wicked/lib/Page.php |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

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

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

commit da2a4216ff5a74d3a43385046716380de69f99eb
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 20 12:22:54 2013 +0200

    [jan] Fix generating the most recent changes.

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

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

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

commit 95a9a94f9ffb61357f7286b3362edc64c36b2a8d
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 20 14:17:34 2013 +0200

    Revert "[mms] Fix regression in retrieving CAPABILITY information after we login."
    
    This actually *broke* receiving CAPABILITY after login.
    
    This reverts commit 5deec54da36d760380d9e34331c9bcd052d9c00d.
    
    Conflicts:
    	framework/Imap_Client/package.xml

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

http://git.horde.org/horde-git/-/commit/95a9a94f9ffb61357f7286b3362edc64c36b2a8d

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

commit cb27b7cc468247889f8a594c8090c1206b585de7
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Tue Aug 20 14:29:37 2013 +0200

    Ensure the result of status($folder) is not cached by the Horde_Imap_Client.
    
    Otherwise long running scripts (like ActiveSync polling for changes)
    will see outdated data.
    
    The close() call does not close the IMAP server socket connection.
    It returns to the authenticated, unselected state.
    
    Bug 12589
    
    Signed-off-by: Jan Schneider <jan at horde.org>

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Imap.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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

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

commit 5df17adcb08d49d05e11897b126dcbfcb1be414d
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 20 15:27:19 2013 +0200

    [jan] Retrieve status changes during running requests (Thomas Jarosch <thomas.jarosch at intra2net.com>, Bug #12589).

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

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

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

commit db3deb13cce7df04a904a3183c6b2f256e88491f
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Mon Aug 19 21:44:51 2013 +0200

    Stabilize singleton key if Turba_Factory_Driver::create() is called with an array
    
    Bug: 12582
    Signed-off-by: Jan Schneider <jan at horde.org>

 turba/lib/Factory/Driver.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit e5a2a2b8e0a4c02ee9d63ebb311c5497211470b3
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Tue Aug 20 09:14:15 2013 +0200

    Prevent crash when message vanished
    
    Fixes this error message:
    PHP Fatal error:  Call to a member function getFullMsg() on a non-object
    
    Bug 12584
    
    Signed-off-by: Jan Schneider <jan at horde.org>

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Imap.php |   11 +++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

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

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

commit d83b3de988ea3e25fe0f0d23f2cd77ab82c0d608
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 20 15:31:51 2013 +0200

    [jan] Catch errors in Kolab_Storage_Driver_Imap#fetchComplete() (Thomas Jarosch <thomas.jarosch at intra2net.com>, Bug #12584).

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

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

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

commit 3ca8741f47c0bbfd91918992b97c4179464c8643
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Tue Aug 20 09:19:11 2013 +0200

    Kolab driver: getByUid() must search all calendars
    
    Otherwise syncing events from shared calendars via ActiveSync
    does not work. The SQL driver already works like this.
    
    Bug 12585
    
    Signed-off-by: Jan Schneider <jan at horde.org>

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

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

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

commit 614f0e4b9620cd1d8c0028a4a3def6f676300af4
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 20 15:36:07 2013 +0200

    [jan] Fix synchronization of shared events in Kolab driver (Thomas Jarosch <thomas.jarosch at intra2net.com>, Bug #12585).

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

http://git.horde.org/horde-git/-/commit/614f0e4b9620cd1d8c0028a4a3def6f676300af4

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

commit a1701cf668ee60272e48e3bdf2079bae70bac523
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Tue Aug 20 09:43:00 2013 +0200

    Improve getChanges() speed
    
    No need to search all calendars if the calendar
    is already known when calling getByUid().
    
    Request 12586
    
    Signed-off-by: Jan Schneider <jan at horde.org>

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

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

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

commit 76258cd44a5b3d84e80c7cf0e1becde1b445b777
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 20 17:49:16 2013 +0200

    Those are variables, not literals.

 whups/templates/view/results.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/76258cd44a5b3d84e80c7cf0e1becde1b445b777

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

commit 08f296558b080c3d446d89e4320a414263ed7c7c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 20 18:20:36 2013 +0200

    Button style.

 horde/templates/portal/layout.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/08f296558b080c3d446d89e4320a414263ed7c7c

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

commit 2bf76c14de80c5c0e5e61ca18ec2ba7cc5cfde93
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 20 18:22:44 2013 +0200

    [jan] Fix fatal errors if DAV support is disabled (Bug #12481).

 kronolith/docs/CHANGES                    |    1 +
 kronolith/lib/Calendar/External/Tasks.php |   11 ++++--
 kronolith/lib/Calendar/Internal.php       |   11 ++++--
 kronolith/lib/Form/EditCalendar.php       |   57 +++++++++++++++--------------
 kronolith/package.xml                     |    2 +
 nag/docs/CHANGES                          |    1 +
 nag/lib/Form/EditTaskList.php             |   57 +++++++++++++++--------------
 nag/package.xml                           |    2 +
 turba/docs/CHANGES                        |    1 +
 turba/lib/Form/EditAddressBook.php        |   45 ++++++++++++-----------
 turba/package.xml                         |    2 +
 11 files changed, 107 insertions(+), 83 deletions(-)

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

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

commit 1842c7d6633e8d60a2191f943bd8c8391fcd9196
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 20 18:22:55 2013 +0200

    Fix undefined index.

 whups/lib/Block/Tickets.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/1842c7d6633e8d60a2191f943bd8c8391fcd9196

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

commit 3358adbb3e086714815e6a24f45e70c4a1985d92
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 20 18:18:47 2013 +0200

    Update de translation.

 agora/locale/de/LC_MESSAGES/agora.mo                              |  Bin 81870 -> 82110 bytes
 ansel/locale/de/LC_MESSAGES/ansel.mo                              |  Bin 106904 -> 107144 bytes
 chora/locale/de/LC_MESSAGES/chora.mo                              |  Bin 71704 -> 71944 bytes
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.mo                |  Bin 20259 -> 20259 bytes
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.po                |   28 +-
 framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.mo  |  Bin 7205 -> 7205 bytes
 framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.po  |   96 +-
 .../Kolab_Storage/locale/de/LC_MESSAGES/Horde_Kolab_Storage.mo    |  Bin 5932 -> 5932 bytes
 .../Kolab_Storage/locale/de/LC_MESSAGES/Horde_Kolab_Storage.po    |    3 +-
 gollem/locale/de/LC_MESSAGES/gollem.mo                            |  Bin 74084 -> 74324 bytes
 hermes/locale/de/LC_MESSAGES/hermes.mo                            |  Bin 81352 -> 82139 bytes
 hermes/locale/de/LC_MESSAGES/hermes.po                            |  133 ++-
 horde/locale/de/LC_MESSAGES/horde.mo                              |  Bin 65967 -> 66207 bytes
 horde/locale/de/LC_MESSAGES/horde.po                              |   67 +-
 imp/locale/de/LC_MESSAGES/imp.mo                                  |  Bin 184079 -> 184470 bytes
 imp/locale/de/LC_MESSAGES/imp.po                                  |  245 +++--
 ingo/locale/de/LC_MESSAGES/ingo.mo                                |  Bin 85520 -> 85768 bytes
 jonah/locale/de/LC_MESSAGES/jonah.mo                              |  Bin 75845 -> 76117 bytes
 klutz/locale/de/LC_MESSAGES/klutz.mo                              |  Bin 70667 -> 70939 bytes
 kronolith/locale/de/LC_MESSAGES/kronolith.mo                      |  Bin 127718 -> 128123 bytes
 kronolith/locale/de/LC_MESSAGES/kronolith.po                      |  238 ++--
 luxor/locale/de/LC_MESSAGES/luxor.mo                              |  Bin 67936 -> 68216 bytes
 mnemo/locale/de/LC_MESSAGES/mnemo.mo                              |  Bin 75501 -> 75765 bytes
 mnemo/locale/de/LC_MESSAGES/mnemo.po                              |   12 +-
 nag/locale/de/LC_MESSAGES/nag.mo                                  |  Bin 92187 -> 92451 bytes
 passwd/locale/de/LC_MESSAGES/passwd.mo                            |  Bin 71922 -> 72162 bytes
 sam/locale/de/LC_MESSAGES/sam.mo                                  |  Bin 70001 -> 70265 bytes
 sesha/locale/de/LC_MESSAGES/sesha.mo                              |  Bin 74770 -> 75010 bytes
 timeobjects/locale/de/LC_MESSAGES/timeobjects.mo                  |  Bin 66504 -> 66744 bytes
 trean/locale/de/LC_MESSAGES/trean.mo                              |  Bin 70352 -> 70624 bytes
 turba/locale/de/LC_MESSAGES/turba.mo                              |  Bin 98637 -> 98877 bytes
 turba/locale/de/LC_MESSAGES/turba.po                              |   92 +-
 ulaform/locale/de/LC_MESSAGES/ulaform.mo                          |  Bin 71736 -> 71976 bytes
 vilma/locale/de/LC_MESSAGES/vilma.mo                              |  Bin 77327 -> 77591 bytes
 whups/locale/de/LC_MESSAGES/whups.mo                              |  Bin 107852 -> 108092 bytes
 whups/locale/de/LC_MESSAGES/whups.po                              |   63 +-
 wicked/locale/de/LC_MESSAGES/wicked.mo                            |  Bin 78150 -> 78390 bytes
 wicked/locale/de/LC_MESSAGES/wicked.po                            |   46 +-
 38 files changed, 542 insertions(+), 481 deletions(-)

http://git.horde.org/horde-git/-/commit/3358adbb3e086714815e6a24f45e70c4a1985d92

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

commit 8551c7732307facc0ff41e892c32de595d5b7d89
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 20 18:25:05 2013 +0200

    Wording

 horde/templates/admin/sessions.html.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/8551c7732307facc0ff41e892c32de595d5b7d89

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

commit 61ef6ae01b7d1323d128b960f25b7fcce27cdb30
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 20 18:25:13 2013 +0200

    Updated

 framework/Core/locale/Horde_Core.pot                   |   33 +--
 framework/Imap_Client/locale/Horde_Imap_Client.pot     |   96 +++---
 framework/Kolab_Storage/locale/Horde_Kolab_Storage.pot |    3 +-
 framework/Smtp/locale/Horde_Smtp.pot                   |   26 +-
 hermes/locale/hermes.pot                               |  131 ++++++---
 horde/locale/horde.pot                                 |   63 +++--
 imp/locale/imp.pot                                     |  245 ++++++++--------
 kronolith/locale/kronolith.pot                         |  238 ++++++++--------
 mnemo/locale/mnemo.pot                                 |   14 +-
 turba/locale/turba.pot                                 |   94 +++---
 whups/locale/whups.pot                                 |   63 ++--
 wicked/locale/wicked.pot                               |   46 ++--
 12 files changed, 551 insertions(+), 501 deletions(-)

http://git.horde.org/horde-git/-/commit/61ef6ae01b7d1323d128b960f25b7fcce27cdb30

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

commit 43159d43383739156a32ab505fa15dd6cd8031b5
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 20 18:32:07 2013 +0200

    [jan] Fix highlighting task type tabs in list view.

 nag/docs/CHANGES      |    1 +
 nag/lib/View/List.php |   10 +++++-----
 nag/package.xml       |    2 ++
 3 files changed, 8 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/43159d43383739156a32ab505fa15dd6cd8031b5

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

commit e9847cb37dcc28b7da34e3a4a2dc988f33443dc9
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 20 18:43:48 2013 +0200

    Released Horde_Autoloader_Cache-2.0.5

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

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

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

commit e4ee836d0a94fb0a483426678b6b9a182252c98a
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 20 18:43:48 2013 +0200

    Development mode for Horde_Autoloader_Cache-2.0.6

 framework/Autoloader_Cache/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

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

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

commit f00abf6457f642f0e15872ab7576e5e30e030137
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 10:51:40 2013 -0600

    Revert "Revert "[mms] Fix regression in retrieving CAPABILITY information after we login.""
    
    This reverts commit 95a9a94f9ffb61357f7286b3362edc64c36b2a8d.

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

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

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

commit 2299f35c41970b1d5436ae678dc1496965ae2675
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 10:59:25 2013 -0600

    Revert "Pipeline object not needed in this method"
    
    This reverts commit 450ec169e7548374242da0ae8080b4a824d46c9a.

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

http://git.horde.org/horde-git/-/commit/2299f35c41970b1d5436ae678dc1496965ae2675

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

commit 9bb6f115aeac51190fcf8f525afe93cb9b652825
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 11:07:46 2013 -0600

    [mms] Fix regression in setting CAPABILITY for IMAP servers that don't automatically send this information after login.

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

http://git.horde.org/horde-git/-/commit/9bb6f115aeac51190fcf8f525afe93cb9b652825

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

commit 5db03e8710a85f55576e081e598ca34e9c4fb2b1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 11:18:00 2013 -0600

    Released Horde_Imap_Client-2.13.1

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

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

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

commit ff8f5641b53190fca38fbe6c6829aee9918df9aa
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 11:18:00 2013 -0600

    Development mode for Horde_Imap_Client-2.13.2

 framework/Imap_Client/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

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

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

commit e8c8d319eec4d57e057e285996fddac4a08c1e7c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 11:31:38 2013 -0600

    [mms] Added the Horde_Imap_Client::STATUS_FORCE_REFRESH flag.
    
    See, e.g., Ticket #12589

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING |   10 ++++
 framework/Imap_Client/lib/Horde/Imap/Client.php       |    2 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php  |   42 ++++++++++++----
 framework/Imap_Client/package.xml                     |   12 ++--
 4 files changed, 49 insertions(+), 17 deletions(-)

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

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

commit 385f9bf496e204cc91268b2d6db668e60918accb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 20 18:18:14 2013 -0400

    Add the tag helper.
    
    No longer set since we don't get this from the injector anymore.

 horde/lib/Prefs/Special/Activesync.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/385f9bf496e204cc91268b2d6db668e60918accb

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

commit e8335c1f34c21571f1194bc0e6d0bcb15d43670b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 20 18:20:03 2013 -0400

    CHANGES

 horde/docs/CHANGES |    2 ++
 horde/package.xml  |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

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

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

commit 3a52eb9f18474b643a53841906820d8531332a11
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Aug 20 18:26:23 2013 -0400

    Ensure we don't have stale imap status data.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |   12 ++++++++----
 framework/ActiveSync/package.xml                           |    6 +++---
 2 files changed, 11 insertions(+), 7 deletions(-)

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

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

commit 9d5d7dcbc9a606c88929dcc4d40456ce9472e061
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 22:27:12 2013 -0600

    [mms] Deprecated the 'password_encrypt' parameter and instead support passing a Horde_Smtp_Password object into the 'password' parameter.

 framework/Smtp/doc/Horde/Smtp/UPGRADING    |    3 ++
 framework/Smtp/lib/Horde/Smtp.php          |   39 ++++++++++++++++++++--------
 framework/Smtp/lib/Horde/Smtp/Password.php |   32 +++++++++++++++++++++++
 framework/Smtp/package.xml                 |    2 +
 4 files changed, 65 insertions(+), 11 deletions(-)
 create mode 100644 framework/Smtp/lib/Horde/Smtp/Password.php

http://git.horde.org/horde-git/-/commit/9d5d7dcbc9a606c88929dcc4d40456ce9472e061

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

commit be4adfbd5a3c5d79496419d2361afea4726fb46a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 21:19:44 2013 -0600

    [mms] Add preferred way of retrieving password - by passing in callable to 'password' parameter.

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING |    5 ++
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php  |   34 +++++++++++++----
 framework/Imap_Client/package.xml                     |    2 +
 3 files changed, 33 insertions(+), 8 deletions(-)

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

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

commit c29994727fe5215d5c30a04bd5e952c26c576321
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 22:33:22 2013 -0600

    Convert dynamic password generation from callable to a Horde_Imap_Client_Base_Password object

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING         |    3 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php          |    8 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base/Password.php |   33 +++++++++
 framework/Imap_Client/package.xml                             |    8 ++-
 4 files changed, 44 insertions(+), 8 deletions(-)
 create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Base/Password.php

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

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

commit c7bd7f84ee3d788aabb87da3ac8906b41cbd063f
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Tue Aug 20 23:04:11 2013 +0200

    Use new Horde_Imap_Client::STATUS_FORCE_REFRESH flag
    
    It's more efficient than closing and re-opening the mailbox.
    
    Bump required Horde_Imap_Client version to 2.14.0.
    
    Bug #12589
    
    Signed-off-by: Michael M Slusarz <slusarz at horde.org>

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Imap.php |    6 ++----
 framework/Kolab_Storage/package.xml                             |    2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

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

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

commit dd7f5eacd1e60f27c8dd3917a9c988eb49b06935
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 20 23:43:10 2013 -0600

    Resize window after showing all parts

 imp/js/message-dimp.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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

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

commit 53d3fb7ff2402b6493a247072accdee9ab196c1a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 00:00:10 2013 -0600

    -moz-inline-stack hasn't been needed since FF 2

 chora/themes/default/screen.css           |    1 -
 horde/themes/default/screen.css           |    4 ----
 imp/themes/default/dynamic/screen.css     |    6 ------
 imp/themes/default/screen.css             |    2 --
 imp/themes/default/smartmobile/screen.css |    1 -
 5 files changed, 0 insertions(+), 14 deletions(-)

http://git.horde.org/horde-git/-/commit/53d3fb7ff2402b6493a247072accdee9ab196c1a

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

commit 91ce99278545d00deeb39990e8e712e0247cf6d3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 00:21:16 2013 -0600

    Fix creating redirection links for non-cookie sessions

 framework/Core/lib/Horde.php |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)

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

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

commit 7f32a7ce7d4c7cc2139f0e5b352463fdf7cf918d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 00:27:01 2013 -0600

    Remove documentation regarding deprecated configuration options

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

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

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

commit f62337c0771781af69c1bc52d3f1750acdca7d60
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 00:29:07 2013 -0600

    Fix instance check

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

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

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

commit 2f204696f6c8cccd406af85985942d27030fd2fb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 01:16:54 2013 -0600

    Clean up error strings

 .../Imap_Client/lib/Horde/Imap/Client/Socket/Connection/Pop3.php  |    4 ++--
 .../lib/Horde/Imap/Client/Socket/Connection/Socket.php            |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 8e8e75dc16c1561fcc8d524b3e30d7d1a283a037
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 03:32:39 2013 -0600

    [mms] The 'xoauth2_token' parameter now accepts a Horde_Imap_Client_Base_Password object.Horde_Imap_Client_Base_Password object.

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING  |    8 +++++
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   23 +++++++++++++--
 framework/Imap_Client/package.xml                      |    2 +
 3 files changed, 30 insertions(+), 3 deletions(-)

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

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

commit de664c85ac9ff45d55b9080eb5ec2ee291fa935a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 03:33:30 2013 -0600

    Simplify

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

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

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

commit e36a936b99fd2d27d1e589ee32223c21ede59ef1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 03:34:36 2013 -0600

    Not used anymore

 horde/lib/Test.php |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

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

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

commit 1300017cbccd1fb545176fa0a4d003324fdf5694
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 03:41:01 2013 -0600

    Allow Password object to be passed via xoauth2_token

 framework/Smtp/lib/Horde/Smtp.php |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/1300017cbccd1fb545176fa0a4d003324fdf5694

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

commit c5c169f47b5fdc2dd68c18ae14821a7a5028ccc6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 03:41:30 2013 -0600

    cleanups

 framework/Smtp/lib/Horde/Smtp.php |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

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

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

commit eb95c9814c5c80bda163d76b2b4ca73cb9cac21f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 03:41:59 2013 -0600

    cleanups

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

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

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

commit 8900b580813c7b8e461e21fcd724dfd2c9c6c306
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 03:42:47 2013 -0600

    Remove deprecated documentation

 framework/Smtp/lib/Horde/Smtp.php |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/8900b580813c7b8e461e21fcd724dfd2c9c6c306

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

commit 289b055da72704f5dd4bf3da066dbe02182b0bf0
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 21 11:39:56 2013 +0200

    Catch exceptions during namespace retrieval too.

 imp/lib/Notification/Handler/Decorator/NewmailNotify.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/289b055da72704f5dd4bf3da066dbe02182b0bf0

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

commit c0908c66a7fa12445f5914c9ace643d05465339b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 21 12:55:09 2013 +0200

    Really fix unserialization of attributes.

 whups/lib/Driver/Sql.php |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

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

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

commit d180c4a3e3e7df6be8349359f3bd92fd54c7ef0c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 12:12:23 2013 -0600

    [mms] Fix updating flags in dynamic search view (Bug #12594).

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

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

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

commit 28c2db7e1caaa25aaf011b8be4533d3cc854e87e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 14:03:17 2013 -0400

    Don't filter out FLAG_DELETED messages.
    
    This can cause all kinds of problems in supporting this for both
    CONDSTORE and non-CONDSTORE servers. If using ActiveSync and a MUA
    that does NOT use a Trash folder (as EAS expects), then the trade
    off is that messages flagged as \DELETED will still appear as
    "normal" on the EAS client.

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

http://git.horde.org/horde-git/-/commit/28c2db7e1caaa25aaf011b8be4533d3cc854e87e

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

commit 1c211a94eefb83f81076fba081b6347b25860f7a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 14:49:02 2013 -0400

    Use the '+' operator instead of array_intersect_keys here.
    
    For non-CONDSTORE servers, this persists messages in state that have
    fallen outside of the FILTER range for the client. Otherwise, if the
    user deletes a message that has fallen outside of FILTER, the change
    will never be picked up by the client. Need '+' instead of array_merge
    since array_merge will reorder numerically indexed arrays.
    
    Even when SOFTDELTE is implemented, there will be a small window of
    time where a MUA may delete a message that has fallen outside of FILTER,
    but before SOFTDELETE was sent to client.

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

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

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

commit 90ebaaa5e33d2079cac28834cab622d67b3b5f53
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 15:10:38 2013 -0400

    Do not pollForChanges if we have imported any incoming changes.
    
    Saves a potential backend ping on each collection.

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

http://git.horde.org/horde-git/-/commit/90ebaaa5e33d2079cac28834cab622d67b3b5f53

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

commit bbb7f24c7c33ca1f6c2c69e43f610c47515ea354
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Aug 21 15:12:35 2013 -0400

    No need to update any folder data on ping.

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

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

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

commit 8dec5c9f9ff7949dd3036316e0659c08ba4b0296
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 14:03:57 2013 -0600

    Fix package.xml entry

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

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

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

commit 3101a0ba1f6f9157a6464b457061d58a351f6dc8
Merge: 5891d3d 8dec5c9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 17:46:54 2013 -0600

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

 agora/locale/de/LC_MESSAGES/agora.mo                              |  Bin 81870 -> 82110 bytes
 ansel/locale/de/LC_MESSAGES/ansel.mo                              |  Bin 106904 -> 107144 bytes
 chora/locale/de/LC_MESSAGES/chora.mo                              |  Bin 71704 -> 71944 bytes
 chora/themes/default/screen.css                                   |    1 -
 framework/ActiveSync/lib/Horde/ActiveSync.php                     |   31 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php         |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php         |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php        |   14 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetAttachment.php     |    7 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/ItemOperations.php    |    3 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |   16 +-
 framework/ActiveSync/package.xml                                  |   29 +-
 framework/Autoloader_Cache/package.xml                            |   23 +-
 framework/Core/lib/Horde.php                                      |   24 +-
 framework/Core/lib/Horde/Core/Factory/Mail.php                    |    4 +-
 framework/Core/locale/Horde_Core.pot                              |   33 +-
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.mo                |  Bin 20259 -> 20259 bytes
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.po                |   28 +-
 framework/Core/package.xml                                        |    2 +
 framework/Db/bin/horde-db-migrate-component                       |    2 +-
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING             |   34 +
 framework/Imap_Client/lib/Horde/Imap/Client.php                   |    2 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |   89 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base/Password.php     |   33 +
 .../lib/Horde/Imap/Client/Interaction/Command/Continuation.php    |    8 +
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |  176 ++-
 .../Imap_Client/lib/Horde/Imap/Client/Socket/Connection/Pop3.php  |    4 +-
 .../lib/Horde/Imap/Client/Socket/Connection/Socket.php            |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php       |   64 +-
 framework/Imap_Client/locale/Horde_Imap_Client.pot                |   96 +-
 framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.mo  |  Bin 7205 -> 7205 bytes
 framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.po  |   96 +-
 framework/Imap_Client/package.xml                                 |   63 +-
 framework/Imap_Client/test/Horde/Imap/Client/conf.php.dist        |    4 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Imap.php   |   14 +-
 framework/Kolab_Storage/locale/Horde_Kolab_Storage.pot            |    3 +-
 .../Kolab_Storage/locale/de/LC_MESSAGES/Horde_Kolab_Storage.mo    |  Bin 5932 -> 5932 bytes
 .../Kolab_Storage/locale/de/LC_MESSAGES/Horde_Kolab_Storage.po    |    3 +-
 framework/Kolab_Storage/package.xml                               |    8 +-
 framework/Mail/doc/Horde/Mail/UPGRADING                           |    2 +-
 framework/Mail/lib/Horde/Mail/Transport/SmtpHorde.php             |  138 --
 framework/Mail/lib/Horde/Mail/Transport/Smtphorde.php             |  160 +++
 framework/Mail/package.xml                                        |   12 +-
 framework/Mime/lib/Horde/Mime/Part.php                            |   43 +-
 framework/Mime/package.xml                                        |    4 +
 framework/Mime/test/Horde/Mime/MailTest.php                       |   22 +-
 framework/Smtp/doc/Horde/Smtp/UPGRADING                           |   24 +
 framework/Smtp/lib/Horde/Smtp.php                                 |  141 ++-
 framework/Smtp/lib/Horde/Smtp/Connection.php                      |   51 +-
 framework/Smtp/lib/Horde/Smtp/Debug.php                           |   16 +-
 framework/Smtp/lib/Horde/Smtp/Filter/Data.php                     |    2 +-
 framework/Smtp/lib/Horde/Smtp/Password.php                        |   32 +
 framework/Smtp/locale/Horde_Smtp.pot                              |   26 +-
 framework/Smtp/package.xml                                        |   43 +-
 framework/Smtp/test/Horde/Smtp/conf.php.dist                      |    3 +-
 gollem/locale/de/LC_MESSAGES/gollem.mo                            |  Bin 74084 -> 74324 bytes
 hermes/js/hermes.js                                               |  297 ++++-
 hermes/lib/Ajax.php                                               |    2 +
 hermes/lib/Ajax/Application/Handler.php                           |   81 ++-
 hermes/lib/Hermes.php                                             |    9 +-
 hermes/locale/de/LC_MESSAGES/hermes.mo                            |  Bin 81352 -> 82139 bytes
 hermes/locale/de/LC_MESSAGES/hermes.po                            |  133 ++-
 hermes/locale/hermes.pot                                          |  131 ++-
 hermes/templates/dynamic/deliverables.inc                         |   45 +
 hermes/templates/dynamic/index.inc                                |    1 +
 hermes/templates/dynamic/jobtypes.inc                             |   63 +-
 hermes/templates/dynamic/sidebar.html.php                         |    6 +
 hermes/templates/dynamic/slices.inc                               |    2 +-
 hermes/themes/default/dynamic/screen.css                          |   73 +-
 horde/admin/activesync.php                                        |    5 +-
 horde/docs/CHANGES                                                |    3 +
 horde/lib/Prefs/Special/Activesync.php                            |    1 +
 horde/lib/Test.php                                                |    3 -
 horde/locale/de/LC_MESSAGES/horde.mo                              |  Bin 65967 -> 66207 bytes
 horde/locale/de/LC_MESSAGES/horde.po                              |   67 +-
 horde/locale/horde.pot                                            |   63 +-
 horde/package.xml                                                 |    6 +-
 horde/services/ajax.php                                           |    8 +-
 horde/templates/admin/sessions.html.php                           |    2 +-
 horde/templates/portal/layout.inc                                 |    2 +-
 horde/themes/default/screen.css                                   |    4 -
 imp/config/backends.php                                           |    4 +-
 imp/docs/CHANGES                                                  |    2 +
 imp/docs/RFCS                                                     |   35 +-
 imp/js/dimpbase.js                                                |    5 +
 imp/js/message-dimp.js                                            |    2 +
 imp/lib/Basic/Compose.php                                         |    2 +-
 imp/lib/Factory/Mail.php                                          |   67 +-
 imp/lib/Mailbox.php                                               |    2 +-
 imp/lib/Message.php                                               |    3 +
 imp/lib/Notification/Handler/Decorator/NewmailNotify.php          |    2 +-
 imp/locale/de/LC_MESSAGES/imp.mo                                  |  Bin 184079 -> 184470 bytes
 imp/locale/de/LC_MESSAGES/imp.po                                  |  245 ++--
 imp/locale/en/help.xml                                            |    2 +-
 imp/locale/imp.pot                                                |  245 ++--
 imp/package.xml                                                   |    4 +-
 imp/test/Imp/Unit/Mime/Viewer/ItipTest.php                        |    2 +-
 imp/themes/default/dynamic/screen.css                             |    6 -
 imp/themes/default/screen.css                                     |    2 -
 imp/themes/default/smartmobile/screen.css                         |    1 -
 ingo/locale/de/LC_MESSAGES/ingo.mo                                |  Bin 85520 -> 85768 bytes
 jonah/locale/de/LC_MESSAGES/jonah.mo                              |  Bin 75845 -> 76117 bytes
 klutz/locale/de/LC_MESSAGES/klutz.mo                              |  Bin 70667 -> 70939 bytes
 kronolith/docs/CHANGES                                            |    3 +
 kronolith/lib/Api.php                                             |    4 +-
 kronolith/lib/Calendar/External/Tasks.php                         |   11 +-
 kronolith/lib/Calendar/Internal.php                               |   11 +-
 kronolith/lib/Driver/Kolab.php                                    |    2 +-
 kronolith/lib/Form/EditCalendar.php                               |   57 +-
 kronolith/locale/de/LC_MESSAGES/kronolith.mo                      |  Bin 127718 -> 128123 bytes
 kronolith/locale/de/LC_MESSAGES/kronolith.po                      |  238 ++--
 kronolith/locale/kronolith.pot                                    |  238 ++--
 kronolith/package.xml                                             |    4 +
 luxor/locale/de/LC_MESSAGES/luxor.mo                              |  Bin 67936 -> 68216 bytes
 mnemo/lib/Api.php                                                 |    8 +-
 mnemo/lib/Driver.php                                              |   27 +-
 mnemo/locale/de/LC_MESSAGES/mnemo.mo                              |  Bin 75501 -> 75765 bytes
 mnemo/locale/de/LC_MESSAGES/mnemo.po                              |   12 +-
 mnemo/locale/mnemo.pot                                            |   14 +-
 nag/docs/CHANGES                                                  |    2 +
 nag/lib/Form/EditTaskList.php                                     |   57 +-
 nag/lib/View/List.php                                             |   10 +-
 nag/locale/de/LC_MESSAGES/nag.mo                                  |  Bin 92187 -> 92451 bytes
 nag/package.xml                                                   |    4 +
 passwd/locale/de/LC_MESSAGES/passwd.mo                            |  Bin 71922 -> 72162 bytes
 sam/locale/de/LC_MESSAGES/sam.mo                                  |  Bin 70001 -> 70265 bytes
 sesha/locale/de/LC_MESSAGES/sesha.mo                              |  Bin 74770 -> 75010 bytes
 timeobjects/locale/de/LC_MESSAGES/timeobjects.mo                  |  Bin 66504 -> 66744 bytes
 trean/locale/de/LC_MESSAGES/trean.mo                              |  Bin 70352 -> 70624 bytes
 turba/docs/CHANGES                                                |    1 +
 turba/lib/Factory/Driver.php                                      |    1 +
 turba/lib/Form/EditAddressBook.php                                |   45 +-
 turba/locale/de/LC_MESSAGES/turba.mo                              |  Bin 98637 -> 98877 bytes
 turba/locale/de/LC_MESSAGES/turba.po                              |   92 +-
 turba/locale/turba.pot                                            |   94 +-
 turba/package.xml                                                 |    2 +
 ulaform/locale/de/LC_MESSAGES/ulaform.mo                          |  Bin 71736 -> 71976 bytes
 vilma/locale/de/LC_MESSAGES/vilma.mo                              |  Bin 77327 -> 77591 bytes
 whups/docs/CHANGES                                                |    3 +
 whups/lib/Ajax/Application.php                                    |   35 +
 whups/lib/Block/Tickets.php                                       |    3 +-
 whups/lib/Driver/Sql.php                                          |   13 +-
 whups/lib/Ui/VarRenderer/Whups.php                                |    8 +-
 whups/lib/View/Results.php                                        |    5 +-
 whups/locale/de/LC_MESSAGES/whups.mo                              |  Bin 107852 -> 108092 bytes
 whups/locale/de/LC_MESSAGES/whups.po                              |   63 +-
 whups/locale/whups.pot                                            |   63 +-
 whups/package.xml                                                 |   14 +-
 whups/query/run.php                                               |    1 +
 whups/queue/index.php                                             |    1 +
 whups/search.php                                                  |    1 +
 whups/templates/view/results.inc                                  |    6 +-
 wicked/docs/CHANGES                                               |    1 +
 wicked/lib/Driver/Sql.php                                         |    2 +-
 wicked/lib/Page.php                                               |    9 +-
 wicked/lib/Page/RecentChanges.php                                 |    3 +-
 wicked/locale/de/LC_MESSAGES/wicked.mo                            |  Bin 78150 -> 78390 bytes
 wicked/locale/de/LC_MESSAGES/wicked.po                            |   46 +-
 wicked/locale/wicked.pot                                          |   46 +-
 wicked/package.xml                                                |    2 +
 160 files changed, 2857 insertions(+), 1686 deletions(-)

http://git.horde.org/horde-git/-/commit/3101a0ba1f6f9157a6464b457061d58a351f6dc8

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

commit 1501f7148a19aa1990e852a52529e5db4eb0bf4e
Merge: 981c0e4 3101a0b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 21 17:47:38 2013 -0600

    Merge branch 'imp_6_2' into imp_multiple_accounts

 agora/locale/de/LC_MESSAGES/agora.mo                              |  Bin 81870 -> 82110 bytes
 ansel/locale/de/LC_MESSAGES/ansel.mo                              |  Bin 106904 -> 107144 bytes
 chora/locale/de/LC_MESSAGES/chora.mo                              |  Bin 71704 -> 71944 bytes
 chora/themes/default/screen.css                                   |    1 -
 framework/ActiveSync/lib/Horde/ActiveSync.php                     |   31 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php         |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php         |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php        |   14 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetAttachment.php     |    7 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/ItemOperations.php    |    3 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |   16 +-
 framework/ActiveSync/package.xml                                  |   29 +-
 framework/Autoloader_Cache/package.xml                            |   23 +-
 framework/Core/lib/Horde.php                                      |   24 +-
 framework/Core/lib/Horde/Core/Factory/Mail.php                    |    4 +-
 framework/Core/locale/Horde_Core.pot                              |   33 +-
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.mo                |  Bin 20259 -> 20259 bytes
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.po                |   28 +-
 framework/Core/package.xml                                        |    2 +
 framework/Db/bin/horde-db-migrate-component                       |    2 +-
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING             |   34 +
 framework/Imap_Client/lib/Horde/Imap/Client.php                   |    2 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |   89 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base/Password.php     |   33 +
 .../lib/Horde/Imap/Client/Interaction/Command/Continuation.php    |    8 +
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |  176 ++-
 .../Imap_Client/lib/Horde/Imap/Client/Socket/Connection/Pop3.php  |    4 +-
 .../lib/Horde/Imap/Client/Socket/Connection/Socket.php            |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php       |   64 +-
 framework/Imap_Client/locale/Horde_Imap_Client.pot                |   96 +-
 framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.mo  |  Bin 7205 -> 7205 bytes
 framework/Imap_Client/locale/de/LC_MESSAGES/Horde_Imap_Client.po  |   96 +-
 framework/Imap_Client/package.xml                                 |   63 +-
 framework/Imap_Client/test/Horde/Imap/Client/conf.php.dist        |    4 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Imap.php   |   14 +-
 framework/Kolab_Storage/locale/Horde_Kolab_Storage.pot            |    3 +-
 .../Kolab_Storage/locale/de/LC_MESSAGES/Horde_Kolab_Storage.mo    |  Bin 5932 -> 5932 bytes
 .../Kolab_Storage/locale/de/LC_MESSAGES/Horde_Kolab_Storage.po    |    3 +-
 framework/Kolab_Storage/package.xml                               |    8 +-
 framework/Mail/doc/Horde/Mail/UPGRADING                           |    2 +-
 framework/Mail/lib/Horde/Mail/Transport/SmtpHorde.php             |  138 --
 framework/Mail/lib/Horde/Mail/Transport/Smtphorde.php             |  160 +++
 framework/Mail/package.xml                                        |   12 +-
 framework/Mime/lib/Horde/Mime/Part.php                            |   43 +-
 framework/Mime/package.xml                                        |    4 +
 framework/Mime/test/Horde/Mime/MailTest.php                       |   22 +-
 framework/Smtp/doc/Horde/Smtp/UPGRADING                           |   24 +
 framework/Smtp/lib/Horde/Smtp.php                                 |  141 ++-
 framework/Smtp/lib/Horde/Smtp/Connection.php                      |   51 +-
 framework/Smtp/lib/Horde/Smtp/Debug.php                           |   16 +-
 framework/Smtp/lib/Horde/Smtp/Filter/Data.php                     |    2 +-
 framework/Smtp/lib/Horde/Smtp/Password.php                        |   32 +
 framework/Smtp/locale/Horde_Smtp.pot                              |   26 +-
 framework/Smtp/package.xml                                        |   43 +-
 framework/Smtp/test/Horde/Smtp/conf.php.dist                      |    3 +-
 gollem/locale/de/LC_MESSAGES/gollem.mo                            |  Bin 74084 -> 74324 bytes
 hermes/js/hermes.js                                               |  297 ++++-
 hermes/lib/Ajax.php                                               |    2 +
 hermes/lib/Ajax/Application/Handler.php                           |   81 ++-
 hermes/lib/Hermes.php                                             |    9 +-
 hermes/locale/de/LC_MESSAGES/hermes.mo                            |  Bin 81352 -> 82139 bytes
 hermes/locale/de/LC_MESSAGES/hermes.po                            |  133 ++-
 hermes/locale/hermes.pot                                          |  131 ++-
 hermes/templates/dynamic/deliverables.inc                         |   45 +
 hermes/templates/dynamic/index.inc                                |    1 +
 hermes/templates/dynamic/jobtypes.inc                             |   63 +-
 hermes/templates/dynamic/sidebar.html.php                         |    6 +
 hermes/templates/dynamic/slices.inc                               |    2 +-
 hermes/themes/default/dynamic/screen.css                          |   73 +-
 horde/admin/activesync.php                                        |    5 +-
 horde/docs/CHANGES                                                |    3 +
 horde/lib/Prefs/Special/Activesync.php                            |    1 +
 horde/lib/Test.php                                                |    3 -
 horde/locale/de/LC_MESSAGES/horde.mo                              |  Bin 65967 -> 66207 bytes
 horde/locale/de/LC_MESSAGES/horde.po                              |   67 +-
 horde/locale/horde.pot                                            |   63 +-
 horde/package.xml                                                 |    6 +-
 horde/services/ajax.php                                           |    8 +-
 horde/templates/admin/sessions.html.php                           |    2 +-
 horde/templates/portal/layout.inc                                 |    2 +-
 horde/themes/default/screen.css                                   |    4 -
 imp/config/backends.php                                           |    4 +-
 imp/docs/CHANGES                                                  |    2 +
 imp/docs/RFCS                                                     |   35 +-
 imp/js/dimpbase.js                                                |    5 +
 imp/js/message-dimp.js                                            |    2 +
 imp/lib/Basic/Compose.php                                         |    2 +-
 imp/lib/Factory/Mail.php                                          |   67 +-
 imp/lib/Mailbox.php                                               |    2 +-
 imp/lib/Message.php                                               |    3 +
 imp/lib/Notification/Handler/Decorator/NewmailNotify.php          |    2 +-
 imp/locale/de/LC_MESSAGES/imp.mo                                  |  Bin 184079 -> 184470 bytes
 imp/locale/de/LC_MESSAGES/imp.po                                  |  245 ++--
 imp/locale/en/help.xml                                            |    2 +-
 imp/locale/imp.pot                                                |  245 ++--
 imp/package.xml                                                   |    4 +-
 imp/test/Imp/Unit/Mime/Viewer/ItipTest.php                        |    2 +-
 imp/themes/default/dynamic/screen.css                             |    6 -
 imp/themes/default/screen.css                                     |    2 -
 imp/themes/default/smartmobile/screen.css                         |    1 -
 ingo/locale/de/LC_MESSAGES/ingo.mo                                |  Bin 85520 -> 85768 bytes
 jonah/locale/de/LC_MESSAGES/jonah.mo                              |  Bin 75845 -> 76117 bytes
 klutz/locale/de/LC_MESSAGES/klutz.mo                              |  Bin 70667 -> 70939 bytes
 kronolith/docs/CHANGES                                            |    3 +
 kronolith/lib/Api.php                                             |    4 +-
 kronolith/lib/Calendar/External/Tasks.php                         |   11 +-
 kronolith/lib/Calendar/Internal.php                               |   11 +-
 kronolith/lib/Driver/Kolab.php                                    |    2 +-
 kronolith/lib/Form/EditCalendar.php                               |   57 +-
 kronolith/locale/de/LC_MESSAGES/kronolith.mo                      |  Bin 127718 -> 128123 bytes
 kronolith/locale/de/LC_MESSAGES/kronolith.po                      |  238 ++--
 kronolith/locale/kronolith.pot                                    |  238 ++--
 kronolith/package.xml                                             |    4 +
 luxor/locale/de/LC_MESSAGES/luxor.mo                              |  Bin 67936 -> 68216 bytes
 mnemo/lib/Api.php                                                 |    8 +-
 mnemo/lib/Driver.php                                              |   27 +-
 mnemo/locale/de/LC_MESSAGES/mnemo.mo                              |  Bin 75501 -> 75765 bytes
 mnemo/locale/de/LC_MESSAGES/mnemo.po                              |   12 +-
 mnemo/locale/mnemo.pot                                            |   14 +-
 nag/docs/CHANGES                                                  |    2 +
 nag/lib/Form/EditTaskList.php                                     |   57 +-
 nag/lib/View/List.php                                             |   10 +-
 nag/locale/de/LC_MESSAGES/nag.mo                                  |  Bin 92187 -> 92451 bytes
 nag/package.xml                                                   |    4 +
 passwd/locale/de/LC_MESSAGES/passwd.mo                            |  Bin 71922 -> 72162 bytes
 sam/locale/de/LC_MESSAGES/sam.mo                                  |  Bin 70001 -> 70265 bytes
 sesha/locale/de/LC_MESSAGES/sesha.mo                              |  Bin 74770 -> 75010 bytes
 timeobjects/locale/de/LC_MESSAGES/timeobjects.mo                  |  Bin 66504 -> 66744 bytes
 trean/locale/de/LC_MESSAGES/trean.mo                              |  Bin 70352 -> 70624 bytes
 turba/docs/CHANGES                                                |    1 +
 turba/lib/Factory/Driver.php                                      |    1 +
 turba/lib/Form/EditAddressBook.php                                |   45 +-
 turba/locale/de/LC_MESSAGES/turba.mo                              |  Bin 98637 -> 98877 bytes
 turba/locale/de/LC_MESSAGES/turba.po                              |   92 +-
 turba/locale/turba.pot                                            |   94 +-
 turba/package.xml                                                 |    2 +
 ulaform/locale/de/LC_MESSAGES/ulaform.mo                          |  Bin 71736 -> 71976 bytes
 vilma/locale/de/LC_MESSAGES/vilma.mo                              |  Bin 77327 -> 77591 bytes
 whups/docs/CHANGES                                                |    3 +
 whups/lib/Ajax/Application.php                                    |   35 +
 whups/lib/Block/Tickets.php                                       |    3 +-
 whups/lib/Driver/Sql.php                                          |   13 +-
 whups/lib/Ui/VarRenderer/Whups.php                                |    8 +-
 whups/lib/View/Results.php                                        |    5 +-
 whups/locale/de/LC_MESSAGES/whups.mo                              |  Bin 107852 -> 108092 bytes
 whups/locale/de/LC_MESSAGES/whups.po                              |   63 +-
 whups/locale/whups.pot                                            |   63 +-
 whups/package.xml                                                 |   14 +-
 whups/query/run.php                                               |    1 +
 whups/queue/index.php                                             |    1 +
 whups/search.php                                                  |    1 +
 whups/templates/view/results.inc                                  |    6 +-
 wicked/docs/CHANGES                                               |    1 +
 wicked/lib/Driver/Sql.php                                         |    2 +-
 wicked/lib/Page.php                                               |    9 +-
 wicked/lib/Page/RecentChanges.php                                 |    3 +-
 wicked/locale/de/LC_MESSAGES/wicked.mo                            |  Bin 78150 -> 78390 bytes
 wicked/locale/de/LC_MESSAGES/wicked.po                            |   46 +-
 wicked/locale/wicked.pot                                          |   46 +-
 wicked/package.xml                                                |    2 +
 160 files changed, 2857 insertions(+), 1686 deletions(-)

http://git.horde.org/horde-git/-/commit/1501f7148a19aa1990e852a52529e5db4eb0bf4e




More information about the commits mailing list