<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Single-part &quot;multipart&quot; message returns no content</title> 
  <pubDate>Sat, 04 Apr 2026 12:52:43 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/12536</link> 
  <atom:link rel="self" type="application/rss+xml" title="Single-part &quot;multipart&quot; message returns no content" href="https://bugs.horde.org/ticket/12536/rss" /> 
  <description>Single-part &quot;multipart&quot; message returns no content</description> 
 
   
   
  <item> 
   <title>When parsing a &quot;multipart&quot; message with only a single part, </title> 
   <description>When parsing a &quot;multipart&quot; message with only a single part, I can never get content back from it.

$structure = \Horde_Mime_Part::parseMessage($message);
$part = $structure-&gt;getPart(1);
$out = $part-&gt;getContents();

This is (I believe) because the &quot;length&quot; key is never set on the array to get the substring containing the part itself in \Horde_Mime_Part::_findBoundary().  At the end of the method, it should check to see if there was only a single part and set the length to -1.</description> 
   <pubDate>Mon, 05 Aug 2013 23:31:53 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/12536#t79775</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit f42eb61ba576</title> 
   <description>Changes have been made in Git (master):

commit f42eb61ba5768095dcfc1dd97817287b32cc7395
Author: Michael M Slusarz &lt;slusarz@horde.org&gt;
Date:   Mon Aug 5 17:58:56 2013 -0600

    [mms] Fix parsing broken multipart messages (Bug #12536).

 framework/Mime/lib/Horde/Mime/Part.php             |    6 +++++-
 framework/Mime/package.xml                         |   10 +++++++---
 framework/Mime/test/Horde/Mime/PartTest.php        |   10 ++++++++++
 .../Mime/test/Horde/Mime/fixtures/bug12536.txt     |   14 ++++++++++++++
 4 files changed, 36 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/f42eb61ba5768095dcfc1dd97817287b32cc7395</description> 
   <pubDate>Mon, 05 Aug 2013 23:59:24 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/12536#t79776</link> 
  </item> 
   
  <item> 
   <title>Horde_Mime 2.2.4.

This is broken, but not in the way you </title> 
   <description>Horde_Mime 2.2.4.

This is broken, but not in the way you described.  The data you have provided is a MIME message consisting of a single multipart/alternative part with *NO* subparts.  Because the body content does not contain an ending boundary, ALL of the body text is discarded (since it technically belongs to the multipart part, but multipart parts don&#039;t have &quot;body text&quot;).

This has been fixed.  The multipart part is now returned in getPart(0).  Nothing is returned for a getPart(1).</description> 
   <pubDate>Tue, 06 Aug 2013 00:02:05 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/12536#t79777</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit ebcbe36c914f</title> 
   <description>Changes have been made in Git (master):

commit ebcbe36c914f86be0fd217949497a07a7e2fe1eb
Merge: f3ff4ac 3b5d03e
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
Date:   Wed Aug 7 11:45:54 2013 -0400

    Merge branch &#039;master&#039; into horde_5_2
    
    Conflicts:
    	framework/Core/package.xml

 agora/locale/de/LC_MESSAGES/agora.mo               |  Bin 81869 -&gt; 81870 bytes
 agora/locale/hu/LC_MESSAGES/agora.mo               |  Bin 83173 -&gt; 77371 bytes
 ansel/docs/CHANGES                                 |    6 +
 ansel/docs/RELEASE_NOTES                           |   14 +-
 ansel/lib/Widget/ImageFaces.php                    |    2 +-
 ansel/locale/ansel.pot                             |  110 +-
 ansel/locale/de/LC_MESSAGES/ansel.mo               |  Bin 106866 -&gt; 106904 bytes
 ansel/locale/de/LC_MESSAGES/ansel.po               |  110 +-
 ansel/locale/es/LC_MESSAGES/ansel.mo               |  Bin 106043 -&gt; 106166 bytes
 ansel/locale/es/LC_MESSAGES/ansel.po               |  138 +-
 ansel/package.xml                                  |   26 +-
 bundles/groupware/docs/CHANGES                     |  224 +-
 bundles/groupware/docs/RELEASE_NOTES               |   45 +-
 bundles/groupware/lib/Bundle.php                   |    6 +-
 bundles/groupware/package.xml                      |   35 +-
 bundles/webmail/docs/CHANGES                       |  277 ++-
 bundles/webmail/docs/RELEASE_NOTES                 |   70 +-
 bundles/webmail/lib/Bundle.php                     |    2 +-
 bundles/webmail/package.xml                        |   39 +-
 chora/co.php                                       |   15 +-
 chora/commit.php                                   |   10 +-
 chora/diff.php                                     |   10 +-
 chora/docs/CHANGES                                 |    1 +
 chora/locale/chora.pot                             |  195 +-
 chora/locale/de/LC_MESSAGES/chora.mo               |  Bin 72009 -&gt; 71704 bytes
 chora/locale/de/LC_MESSAGES/chora.po               |  211 +-
 chora/locale/es/LC_MESSAGES/chora.mo               |  Bin 71446 -&gt; 71070 bytes
 chora/locale/es/LC_MESSAGES/chora.po               |  207 +-
 chora/package.xml                                  |    2 +
 components/lib/Components/Release/Task/Package.php |    4 +-
 content/docs/CHANGES                               |   15 +-
 content/lib/Application.php                        |    2 +-
 content/package.xml                                |   23 +-
 folks/lib/Friends.php                              |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync.php      |   24 +-
 .../lib/Horde/ActiveSync/Connector/Importer.php    |   29 +-
 .../lib/Horde/ActiveSync/Imap/Adapter.php          |    4 +-
 .../lib/Horde/ActiveSync/Message/Base.php          |    4 +
 .../lib/Horde/ActiveSync/Message/Mail.php          |    2 +
 .../lib/Horde/ActiveSync/Message/SendMail.php      |    7 +-
 .../lib/Horde/ActiveSync/Request/FolderCreate.php  |    6 +-
 .../lib/Horde/ActiveSync/Request/MoveItems.php     |    2 -
 .../lib/Horde/ActiveSync/Request/Sync.php          |   55 +-
 .../lib/Horde/ActiveSync/Request/SyncBase.php      |    2 +-
 .../ActiveSync/lib/Horde/ActiveSync/State/Sql.php  |   70 +-
 .../locale/es/LC_MESSAGES/Horde_ActiveSync.mo      |  Bin 1396 -&gt; 1396 bytes
 .../locale/es/LC_MESSAGES/Horde_ActiveSync.po      |   16 +-
 .../18_horde_activesync_addmapdeleteflag.php       |   17 +
 framework/ActiveSync/package.xml                   |   56 +-
 framework/Auth/lib/Horde/Auth/Imap.php             |   18 +-
 framework/Auth/package.xml                         |   38 +-
 .../bin/horde-autoloader-cache-prune               |   19 +-
 .../lib/Horde/Autoloader/Cache.php                 |  126 +-
 framework/Autoloader_Cache/package.xml             |   26 +-
 framework/Browser/lib/Horde/Browser.php            |    3 +-
 framework/Browser/locale/Horde_Browser.pot         |   14 +-
 .../Browser/locale/de/LC_MESSAGES/Horde_Browser.mo |  Bin 1382 -&gt; 1382 bytes
 .../Browser/locale/de/LC_MESSAGES/Horde_Browser.po |   14 +-
 .../Browser/locale/es/LC_MESSAGES/Horde_Browser.mo |  Bin 1396 -&gt; 1396 bytes
 .../Browser/locale/es/LC_MESSAGES/Horde_Browser.po |   14 +-
 framework/Cache/lib/Horde/Cache/Storage/File.php   |    3 +-
 framework/Cache/package.xml                        |   23 +-
 framework/Cli/lib/Horde/Cli.php                    |   19 +-
 framework/Cli/locale/Horde_Cli.pot                 |   12 +-
 framework/Cli/locale/de/LC_MESSAGES/Horde_Cli.mo   |  Bin 708 -&gt; 708 bytes
 framework/Cli/locale/de/LC_MESSAGES/Horde_Cli.po   |   12 +-
 framework/Cli/locale/es/LC_MESSAGES/Horde_Cli.mo   |  Bin 763 -&gt; 763 bytes
 framework/Cli/locale/es/LC_MESSAGES/Horde_Cli.po   |   12 +-
 framework/Cli/package.xml                          |   21 +-
 framework/Compress/locale/Horde_Compress.pot       |    8 +-
 .../locale/de/LC_MESSAGES/Horde_Compress.mo        |  Bin 939 -&gt; 939 bytes
 .../locale/de/LC_MESSAGES/Horde_Compress.po        |    8 +-
 .../locale/es/LC_MESSAGES/Horde_Compress.mo        |  Bin 982 -&gt; 982 bytes
 .../locale/es/LC_MESSAGES/Horde_Compress.po        |    8 +-
 framework/Compress/package.xml                     |   21 +-
 framework/Compress_Fast/package.xml                |   20 +-
 framework/Core/js/smartmobile.js                   |    2 +-
 .../Core/lib/Horde/Core/ActiveSync/Connector.php   |    8 +-
 .../Core/lib/Horde/Core/ActiveSync/Driver.php      |   58 +-
 framework/Core/lib/Horde/Core/Auth/Imsp.php        |   21 +-
 framework/Core/lib/Horde/Core/Factory/Cache.php    |    4 +-
 .../Core/lib/Horde/Core/Factory/DavServer.php      |    1 +
 .../Core/lib/Horde/Core/Factory/HashTable.php      |    2 +-
 framework/Core/lib/Horde/Core/Factory/Memcache.php |    2 +-
 .../Core/lib/Horde/Core/Factory/SessionHandler.php |    2 +-
 .../Core/lib/Horde/Core/HashTable/Wrapper.php      |   54 +
 framework/Core/lib/Horde/Core/Imsp/Utils.php       |   18 +-
 .../Core/Notification/Handler/Decorator/Base.php   |   19 +-
 framework/Core/lib/Horde/ErrorHandler.php          |   43 +-
 framework/Core/lib/Horde/Registry.php              |    1 +
 framework/Core/lib/Horde/Themes/Css.php            |   12 +-
 framework/Core/locale/Horde_Core.pot               |   45 +-
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.mo |  Bin 20259 -&gt; 20259 bytes
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.po |   42 +-
 framework/Core/locale/es/LC_MESSAGES/Horde_Core.mo |  Bin 20036 -&gt; 20070 bytes
 framework/Core/locale/es/LC_MESSAGES/Horde_Core.po |   86 +-
 framework/Core/locale/hu/LC_MESSAGES/Horde_Core.mo |  Bin 11129 -&gt; 10775 bytes
 framework/Core/locale/hu/LC_MESSAGES/Horde_Core.po |  842 ++--
 framework/Core/package.xml                         |   90 +-
 framework/Core/test/Horde/Core/RegistryTest.php    |   15 +-
 framework/Core/test/Horde/Core/Stub/Registry.php   |   16 +-
 framework/Crypt/locale/Horde_Crypt.pot             |   10 +-
 .../Crypt/locale/de/LC_MESSAGES/Horde_Crypt.mo     |  Bin 7765 -&gt; 7751 bytes
 .../Crypt/locale/de/LC_MESSAGES/Horde_Crypt.po     |   14 +-
 .../Crypt/locale/es/LC_MESSAGES/Horde_Crypt.mo     |  Bin 7500 -&gt; 7471 bytes
 .../Crypt/locale/es/LC_MESSAGES/Horde_Crypt.po     |   10 +-
 .../Css_Parser/lib/Sabberworm/CSS/Value/Size.php   |    2 +-
 framework/Css_Parser/package.xml                   |    4 +-
 framework/Dav/lib/Horde/Dav/Principals.php         |   16 +-
 framework/Dav/lib/Horde/Dav/Translation.php        |   55 +
 framework/Dav/locale/Horde_Dav.pot                 |   22 +
 framework/Dav/package.xml                          |   49 +-
 .../test/Horde/Exception/ExceptionTest.php         |   14 +-
 framework/HashTable/lib/Horde/HashTable/Base.php   |    5 +
 framework/HashTable/lib/Horde/HashTable/Predis.php |   14 +-
 framework/HashTable/package.xml                    |   38 +-
 framework/History/lib/Horde/History.php            |    8 +-
 framework/History/lib/Horde/History/Sql.php        |    4 +-
 .../History/4_horde_history_add_compositeindex.php |   25 +
 .../5_horde_history_remove_compositeindex.php      |   26 +
 .../History/6_horde_history_fix_botchedindexes.php |   37 +
 framework/History/package.xml                      |   93 +-
 framework/Icalendar/lib/Horde/Icalendar.php        |    4 +-
 framework/Icalendar/package.xml                    |   24 +-
 .../Icalendar/test/Horde/Icalendar/ExportTest.php  |   55 +
 .../Image/lib/Horde/Image/Effect/Im/CenterCrop.php |    2 +-
 framework/Image/lib/Horde/Image/Exif/Exiftool.php  |    2 +-
 framework/Image/package.xml                        |   21 +-
 .../Imap_Client/doc/Horde/Imap/Client/UPGRADING    |    9 +
 framework/Imap_Client/lib/Horde/Imap/Client.php    |    2 +
 .../Imap_Client/lib/Horde/Imap/Client/Base.php     |   24 +-
 .../lib/Horde/Imap/Client/Base/Mailbox.php         |    8 +
 .../Imap_Client/lib/Horde/Imap/Client/Socket.php   |    4 +
 framework/Imap_Client/locale/Horde_Imap_Client.pot |   17 +-
 .../locale/de/LC_MESSAGES/Horde_Imap_Client.mo     |  Bin 7205 -&gt; 7205 bytes
 .../locale/de/LC_MESSAGES/Horde_Imap_Client.po     |   17 +-
 .../locale/es/LC_MESSAGES/Horde_Imap_Client.mo     |  Bin 6958 -&gt; 6866 bytes
 .../locale/es/LC_MESSAGES/Horde_Imap_Client.po     |  112 +-
 framework/Imap_Client/package.xml                  |   28 +-
 framework/Mail/lib/Horde/Mail/Transport/Smtp.php   |    5 +
 framework/Mail/package.xml                         |   21 +-
 framework/Memcache/lib/Horde/Memcache.php          |   80 +-
 framework/Memcache/package.xml                     |   49 +-
 framework/Mime/lib/Horde/Mime/Mail.php             |    2 +
 framework/Mime/lib/Horde/Mime/Part.php             |   16 +-
 framework/Mime/locale/Horde_Mime.pot               |    6 +-
 framework/Mime/locale/de/LC_MESSAGES/Horde_Mime.mo |  Bin 1309 -&gt; 1309 bytes
 framework/Mime/locale/de/LC_MESSAGES/Horde_Mime.po |    6 +-
 framework/Mime/locale/es/LC_MESSAGES/Horde_Mime.mo |  Bin 1309 -&gt; 1309 bytes
 framework/Mime/locale/es/LC_MESSAGES/Horde_Mime.po |    6 +-
 framework/Mime/package.xml                         |   44 +-
 framework/Mime/test/Horde/Mime/MailTest.php        |   16 +-
 framework/Mime/test/Horde/Mime/PartTest.php        |   28 +-
 .../Mime/test/Horde/Mime/fixtures/bug12536.txt     |   14 +
 framework/Prefs/package.xml                        |   23 +-
 framework/Rpc/doc/Horde/Rpc/examples/xmlrpc.php    |    4 +-
 .../lib/Horde/SessionHandler/Storage/Hashtable.php |    2 +-
 framework/SessionHandler/package.xml               |   23 +-
 framework/Stream/lib/Horde/Stream.php              |   35 +-
 framework/Stream/package.xml                       |   27 +-
 framework/Stream/test/Horde/Stream/TempTest.php    |   32 +
 framework/Vfs/lib/Horde/Vfs/File.php               |  106 +-
 framework/Vfs/package.xml                          |   21 +-
 framework/lz4/CREDITS                              |    2 +-
 framework/lz4/LICENSE                              |   88 +-
 framework/lz4/horde_lz4.h                          |    2 +-
 framework/lz4/lz4.c                                |  888 ++---
 framework/lz4/lz4.h                                |   93 +-
 framework/lz4/lz4_encoder.h                        |  258 +
 framework/lz4/lz4hc.c                              |  504 +--
 framework/lz4/lz4hc.h                              |   67 +-
 framework/lz4/lz4hc_encoder.h                      |  349 ++
 framework/lz4/package.xml                          |   38 +-
 gollem/locale/de/LC_MESSAGES/gollem.mo             |  Bin 74046 -&gt; 74084 bytes
 gollem/locale/hu/LC_MESSAGES/gollem.mo             |  Bin 77048 -&gt; 71270 bytes
 hermes/locale/de/LC_MESSAGES/hermes.mo             |  Bin 81314 -&gt; 81352 bytes
 hermes/locale/de/LC_MESSAGES/hermes.po             |   20 +-
 hermes/locale/es/LC_MESSAGES/hermes.mo             |  Bin 80452 -&gt; 80452 bytes
 hermes/locale/es/LC_MESSAGES/hermes.po             |   20 +-
 hermes/locale/hermes.pot                           |   20 +-
 horde/.htaccess                                    |    1 +
 horde/admin/sessions.php                           |    4 +-
 horde/admin/user.php                               |   34 +-
 horde/bin/horde-clear-cache                        |    2 +-
 horde/docs/CHANGES                                 |   13 +-
 horde/docs/CREDITS                                 |    1 +
 horde/docs/RELEASE_NOTES                           |   16 +-
 horde/docs/UPGRADING                               |    2 +-
 horde/js/topbar.js                                 |   12 +-
 horde/lib/Application.php                          |    2 +-
 horde/lib/LoginTasks/Task/LastLogin.php            |    5 +-
 horde/lib/Test.php                                 |    7 +-
 horde/locale/de/LC_MESSAGES/horde.mo               |  Bin 65929 -&gt; 65967 bytes
 horde/locale/de/LC_MESSAGES/horde.po               |   34 +-
 horde/locale/horde.pot                             |   34 +-
 horde/locale/hu/LC_MESSAGES/horde.mo               |  Bin 68014 -&gt; 62085 bytes
 horde/locale/hu/LC_MESSAGES/horde.po               | 1996 ++++----
 horde/login.php                                    |    2 +-
 horde/package.xml                                  |   33 +-
 horde/templates/admin/sessions.html.php            |   48 +-
 horde/templates/admin/user/listfail.inc            |    6 +
 horde/templates/tree/menu.html.php                 |    6 +-
 horde/themes/default/screen.css                    |   13 +-
 imp/basic.php                                      |    7 +-
 imp/config/backends.php                            |   40 +-
 imp/config/hooks.php.dist                          |   16 +-
 imp/docs/CHANGES                                   |   26 +-
 imp/docs/CREDITS                                   |    1 +
 imp/docs/RELEASE_NOTES                             |   20 +-
 imp/docs/UPGRADING                                 |   12 +
 imp/js/compose-dimp.js                             |   35 +-
 imp/js/message-dimp.js                             |    3 +
 imp/js/smartmobile.js                              |   53 +-
 imp/lib/Ajax/Application/Handler/Common.php        |   42 +-
 imp/lib/Ajax/Application/Handler/Dynamic.php       |    5 +-
 imp/lib/Ajax/Application/ShowMessage.php           |   17 +-
 imp/lib/Application.php                            |   28 +-
 imp/lib/Basic/Compose.php                          |   56 +-
 imp/lib/Basic/Error.php                            |   31 +
 imp/lib/Block/Summary.php                          |    6 +-
 imp/lib/Compose.php                                |   55 +-
 imp/lib/Compose/Ui.php                             |   21 +-
 imp/lib/Compose/View.php                           |    2 +-
 imp/lib/Dynamic/Compose.php                        |    6 -
 imp/lib/Dynamic/Compose/Common.php                 |    9 +-
 imp/lib/Dynamic/Helper/Base.php                    |    2 -
 imp/lib/Dynamic/Mailbox.php                        |   22 +-
 imp/lib/Dynamic/Message.php                        |    5 -
 imp/lib/Mailbox.php                                |    6 +-
 imp/lib/Minimal/Compose.php                        |   19 +-
 imp/lib/Minimal/Error.php                          |   33 +
 .../Handler/Decorator/NewmailNotify.php            |    6 +-
 imp/lib/Prefs/Identity.php                         |   20 +-
 imp/lib/Prefs/Special/Acl.php                      |    2 +
 imp/lib/Prefs/Special/Mailto.php                   |    2 +-
 imp/locale/de/LC_MESSAGES/imp.mo                   |  Bin 184080 -&gt; 184079 bytes
 imp/locale/de/LC_MESSAGES/imp.po                   |  403 +-
 imp/locale/es/LC_MESSAGES/imp.mo                   |  Bin 180163 -&gt; 180357 bytes
 imp/locale/es/LC_MESSAGES/imp.po                   |  655 ++--
 imp/locale/hu/LC_MESSAGES/imp.mo                   |  Bin 190036 -&gt; 149113 bytes
 imp/locale/hu/LC_MESSAGES/imp.po                   | 5178 ++++++++++----------
 imp/locale/imp.pot                                 |  405 +-
 imp/minimal.php                                    |   18 +-
 imp/package.xml                                    |   45 +-
 imp/templates/basic/mailbox/navbar.html.php        |    2 +-
 imp/templates/dynamic/compose.html.php             |    2 +
 imp/templates/itip/action.html.php                 |   14 +-
 imp/templates/smartmobile/message.html.php         |   21 +-
 imp/themes/default/mime.css                        |   21 +-
 ingo/docs/CHANGES                                  |    9 +-
 ingo/docs/RELEASE_NOTES                            |   14 +-
 ingo/lib/Api.php                                   |   17 +-
 ingo/lib/Application.php                           |    2 +-
 ingo/lib/Ingo.php                                  |    4 +-
 ingo/locale/de/LC_MESSAGES/ingo.mo                 |  Bin 85482 -&gt; 85520 bytes
 ingo/locale/de/LC_MESSAGES/ingo.po                 |   28 +-
 ingo/locale/es/LC_MESSAGES/ingo.mo                 |  Bin 84440 -&gt; 84440 bytes
 ingo/locale/es/LC_MESSAGES/ingo.po                 |   48 +-
 ingo/locale/hu/LC_MESSAGES/ingo.mo                 |  Bin 86815 -&gt; 81133 bytes
 ingo/locale/ingo.pot                               |   28 +-
 ingo/package.xml                                   |   24 +-
 jonah/locale/de/LC_MESSAGES/jonah.mo               |  Bin 75807 -&gt; 75845 bytes
 klutz/locale/de/LC_MESSAGES/klutz.mo               |  Bin 70629 -&gt; 70667 bytes
 kronolith/docs/CHANGES                             |   12 +-
 kronolith/docs/RELEASE_NOTES                       |   13 +-
 kronolith/js/kronolith.js                          |    4 +-
 kronolith/lib/Ajax/Application/Handler.php         |   19 +-
 kronolith/lib/Api.php                              |    5 +-
 kronolith/lib/Application.php                      |   15 +-
 kronolith/lib/Calendar.php                         |    2 +-
 kronolith/lib/Calendar/External/Tasks.php          |   10 +-
 kronolith/lib/Calendar/Internal.php                |   10 +-
 kronolith/lib/Event.php                            |    4 +
 kronolith/lib/Form/EditCalendar.php                |   30 +-
 kronolith/lib/Kronolith.php                        |    5 +-
 kronolith/locale/de/LC_MESSAGES/kronolith.mo       |  Bin 127588 -&gt; 127718 bytes
 kronolith/locale/de/LC_MESSAGES/kronolith.po       |  308 +-
 kronolith/locale/es/LC_MESSAGES/kronolith.mo       |  Bin 126589 -&gt; 126700 bytes
 kronolith/locale/es/LC_MESSAGES/kronolith.po       |  370 +-
 kronolith/locale/hu/LC_MESSAGES/kronolith.mo       |  Bin 124682 -&gt; 118999 bytes
 kronolith/locale/kronolith.pot                     |  308 +-
 kronolith/package.xml                              |   28 +-
 kronolith/templates/chunks/calendar.php            |    4 +-
 kronolith/themes/default/dynamic/screen.css        |    2 +-
 luxor/locale/de/LC_MESSAGES/luxor.mo               |  Bin 67898 -&gt; 67936 bytes
 mnemo/docs/CHANGES                                 |    8 +-
 mnemo/docs/RELEASE_NOTES                           |   12 +-
 mnemo/lib/Application.php                          |    2 +-
 mnemo/lib/Notepads/Base.php                        |    2 +-
 mnemo/locale/de/LC_MESSAGES/mnemo.mo               |  Bin 75463 -&gt; 75501 bytes
 mnemo/locale/es/LC_MESSAGES/mnemo.mo               |  Bin 74648 -&gt; 74648 bytes
 mnemo/locale/es/LC_MESSAGES/mnemo.po               |   38 +-
 mnemo/locale/hu/LC_MESSAGES/mnemo.mo               |  Bin 78696 -&gt; 72935 bytes
 mnemo/locale/hu/LC_MESSAGES/mnemo.po               |    2 +-
 mnemo/package.xml                                  |   23 +-
 nag/docs/CHANGES                                   |   16 +-
 nag/docs/RELEASE_NOTES                             |   16 +-
 nag/lib/Ajax/Application/Handler/Smartmobile.php   |    5 +-
 nag/lib/Api.php                                    |   25 +-
 nag/lib/Application.php                            |   18 +-
 nag/lib/Block/Summary.php                          |    2 +-
 nag/lib/Driver.php                                 |    3 +-
 nag/lib/Driver/Smartlist.php                       |    4 +-
 nag/lib/Driver/Sql.php                             |   71 +-
 nag/lib/Form/EditTaskList.php                      |   30 +-
 nag/lib/Form/Task.php                              |    3 +-
 nag/lib/LoginTasks/Task/PurgeCompleted.php         |    3 +-
 nag/lib/Nag.php                                    |    5 +-
 nag/lib/Search.php                                 |    3 +-
 nag/lib/Task.php                                   |    6 +-
 nag/lib/Tasklist.php                               |    6 +-
 nag/lib/View/List.php                              |    3 +-
 nag/locale/de/LC_MESSAGES/nag.mo                   |  Bin 92149 -&gt; 92187 bytes
 nag/locale/de/LC_MESSAGES/nag.po                   |  206 +-
 nag/locale/es/LC_MESSAGES/nag.mo                   |  Bin 91399 -&gt; 91331 bytes
 nag/locale/es/LC_MESSAGES/nag.po                   |  236 +-
 nag/locale/hu/LC_MESSAGES/nag.mo                   |  Bin 90729 -&gt; 85051 bytes
 nag/locale/hu/LC_MESSAGES/nag.po                   |    2 +-
 nag/locale/nag.pot                                 |  206 +-
 nag/locale/nl/LC_MESSAGES/nag.mo                   |  Bin 88441 -&gt; 88446 bytes
 nag/locale/nl/LC_MESSAGES/nag.po                   |    4 +-
 nag/package.xml                                    |   35 +-
 nag/view.php                                       |    2 +-
 passwd/config/backends.php                         |    2 +
 passwd/docs/RELEASE_NOTES                          |   10 +-
 passwd/lib/Basic.php                               |    6 +-
 passwd/lib/Driver/Kolab.php                        |    6 +-
 passwd/lib/Driver/Ldap.php                         |   10 +-
 passwd/lib/Driver/Smbpasswd.php                    |    2 +-
 passwd/locale/de/LC_MESSAGES/passwd.mo             |  Bin 71884 -&gt; 71922 bytes
 passwd/locale/hu/LC_MESSAGES/passwd.mo             |  Bin 72267 -&gt; 66552 bytes
 sam/locale/de/LC_MESSAGES/sam.mo                   |  Bin 69963 -&gt; 70001 bytes
 sesha/locale/de/LC_MESSAGES/sesha.mo               |  Bin 74732 -&gt; 74770 bytes
 timeobjects/docs/CHANGES                           |    7 -
 timeobjects/locale/de/LC_MESSAGES/timeobjects.mo   |  Bin 66442 -&gt; 66504 bytes
 timeobjects/locale/hu/LC_MESSAGES/timeobjects.mo   |  Bin 68547 -&gt; 62729 bytes
 trean/data.php                                     |  101 -
 trean/docs/CHANGES                                 |   10 +-
 trean/docs/RELEASE_NOTES                           |   10 +-
 trean/lib/Application.php                          |   10 +-
 trean/lib/Bookmarks.php                            |    8 +-
 trean/lib/Data/Json.php                            |  109 -
 trean/locale/de/LC_MESSAGES/trean.mo               |  Bin 70241 -&gt; 70352 bytes
 trean/locale/de/LC_MESSAGES/trean.po               |   38 +-
 trean/locale/es/LC_MESSAGES/trean.mo               |  Bin 69671 -&gt; 69774 bytes
 trean/locale/es/LC_MESSAGES/trean.po               |   66 +-
 trean/locale/trean.pot                             |   36 +-
 trean/package.xml                                  |   36 +-
 trean/templates/data/import.inc                    |   25 -
 turba/docs/CHANGES                                 |   12 +-
 turba/docs/RELEASE_NOTES                           |   21 +-
 turba/lib/Application.php                          |    4 +-
 turba/lib/Driver.php                               |   28 +-
 turba/lib/Driver/Kolab.php                         |   41 +-
 turba/lib/View/Browse.php                          |    3 +
 turba/locale/de/LC_MESSAGES/turba.mo               |  Bin 98599 -&gt; 98637 bytes
 turba/locale/de/LC_MESSAGES/turba.po               |   52 +-
 turba/locale/es/LC_MESSAGES/turba.mo               |  Bin 98036 -&gt; 98006 bytes
 turba/locale/es/LC_MESSAGES/turba.po               |  160 +-
 turba/locale/hu/LC_MESSAGES/turba.mo               |  Bin 99825 -&gt; 94084 bytes
 turba/locale/hu/LC_MESSAGES/turba.po               |    2 +-
 turba/locale/turba.pot                             |   52 +-
 turba/package.xml                                  |   26 +-
 turba/test/Turba/Unit/Driver/Base.php              |   13 +
 ulaform/locale/de/LC_MESSAGES/ulaform.mo           |  Bin 71698 -&gt; 71736 bytes
 vilma/lib/Driver.php                               |    2 +-
 vilma/locale/de/LC_MESSAGES/vilma.mo               |  Bin 77289 -&gt; 77327 bytes
 whups/docs/CHANGES                                 |   12 +
 whups/docs/INSTALL                                 |   10 +-
 whups/docs/RELEASE_NOTES                           |   14 +-
 whups/lib/Api.php                                  |    2 -
 whups/lib/Application.php                          |   12 +-
 whups/lib/Driver.php                               |   77 +-
 whups/lib/Driver/Sql.php                           |   44 +-
 whups/lib/Ticket.php                               |   17 +-
 whups/lib/Whups.php                                |   15 +-
 whups/locale/de/LC_MESSAGES/whups.mo               |  Bin 107814 -&gt; 107852 bytes
 whups/locale/de/LC_MESSAGES/whups.po               |  102 +-
 whups/locale/es/LC_MESSAGES/whups.mo               |  Bin 106128 -&gt; 106223 bytes
 whups/locale/es/LC_MESSAGES/whups.po               |  366 +-
 whups/locale/hu/LC_MESSAGES/whups.mo               |  Bin 106916 -&gt; 101211 bytes
 whups/locale/whups.pot                             |  102 +-
 whups/package.xml                                  |   32 +-
 whups/query/run.php                                |    5 +-
 whups/templates/ticket/watchers.inc                |    8 +-
 wicked/docs/CHANGES                                |    7 +
 wicked/docs/RELEASE_NOTES                          |   12 +-
 wicked/lib/Page.php                                |    4 +-
 wicked/locale/de/LC_MESSAGES/wicked.mo             |  Bin 78073 -&gt; 78150 bytes
 wicked/locale/de/LC_MESSAGES/wicked.po             |   37 +-
 wicked/locale/es/LC_MESSAGES/wicked.mo             |  Bin 77518 -&gt; 77553 bytes
 wicked/locale/es/LC_MESSAGES/wicked.po             |   35 +-
 wicked/locale/wicked.pot                           |   35 +-
 wicked/package.xml                                 |   28 +-
 394 files changed, 12140 insertions(+), 9314 deletions(-)

http://git.horde.org/horde-git/-/commit/ebcbe36c914f86be0fd217949497a07a7e2fe1eb</description> 
   <pubDate>Tue, 17 Dec 2013 10:23:24 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/12536#t81808</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit 232b26328ae0</title> 
   <description>Changes have been made in Git (master):

commit 232b26328ae0f0622714985f2207a61d46e7e4be
Merge: 2c8383f ebfe54e
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
Date:   Thu Aug 8 18:24:05 2013 -0400

    Merge branch &#039;master&#039; into trean_1_1
    
    Conflicts:
    	trean/docs/CHANGES
    	trean/package.xml

 agora/locale/de/LC_MESSAGES/agora.mo               |  Bin 81869 -&gt; 81870 bytes
 agora/locale/hu/LC_MESSAGES/agora.mo               |  Bin 83173 -&gt; 77371 bytes
 ansel/docs/CHANGES                                 |    6 +
 ansel/docs/RELEASE_NOTES                           |   14 +-
 ansel/lib/Widget/ImageFaces.php                    |    2 +-
 ansel/locale/ansel.pot                             |  110 +-
 ansel/locale/de/LC_MESSAGES/ansel.mo               |  Bin 106866 -&gt; 106904 bytes
 ansel/locale/de/LC_MESSAGES/ansel.po               |  110 +-
 ansel/locale/es/LC_MESSAGES/ansel.mo               |  Bin 106043 -&gt; 106166 bytes
 ansel/locale/es/LC_MESSAGES/ansel.po               |  138 +-
 ansel/package.xml                                  |   26 +-
 bundles/groupware/docs/CHANGES                     |  224 +-
 bundles/groupware/docs/RELEASE_NOTES               |   45 +-
 bundles/groupware/lib/Bundle.php                   |    6 +-
 bundles/groupware/package.xml                      |   35 +-
 bundles/webmail/docs/CHANGES                       |  277 ++-
 bundles/webmail/docs/RELEASE_NOTES                 |   70 +-
 bundles/webmail/lib/Bundle.php                     |    2 +-
 bundles/webmail/package.xml                        |   39 +-
 chora/co.php                                       |   15 +-
 chora/commit.php                                   |   10 +-
 chora/diff.php                                     |   10 +-
 chora/docs/CHANGES                                 |    1 +
 chora/locale/chora.pot                             |  195 +-
 chora/locale/de/LC_MESSAGES/chora.mo               |  Bin 72009 -&gt; 71704 bytes
 chora/locale/de/LC_MESSAGES/chora.po               |  211 +-
 chora/locale/es/LC_MESSAGES/chora.mo               |  Bin 71446 -&gt; 71070 bytes
 chora/locale/es/LC_MESSAGES/chora.po               |  207 +-
 chora/package.xml                                  |    2 +
 components/lib/Components/Release/Task/Package.php |    4 +-
 content/docs/CHANGES                               |   15 +-
 content/lib/Application.php                        |    2 +-
 content/package.xml                                |   23 +-
 folks/lib/Friends.php                              |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync.php      |   25 +-
 .../lib/Horde/ActiveSync/Collections.php           |    7 +
 .../lib/Horde/ActiveSync/Connector/Importer.php    |   75 +-
 .../lib/Horde/ActiveSync/Imap/Adapter.php          |   30 +-
 .../lib/Horde/ActiveSync/Message/Base.php          |    4 +
 .../lib/Horde/ActiveSync/Message/Mail.php          |    2 +
 .../lib/Horde/ActiveSync/Message/SendMail.php      |    7 +-
 .../lib/Horde/ActiveSync/Request/FolderCreate.php  |    6 +-
 .../Horde/ActiveSync/Request/GetItemEstimate.php   |    5 +-
 .../lib/Horde/ActiveSync/Request/MoveItems.php     |    2 -
 .../lib/Horde/ActiveSync/Request/Sync.php          |   63 +-
 .../lib/Horde/ActiveSync/Request/SyncBase.php      |    2 +-
 .../ActiveSync/lib/Horde/ActiveSync/State/Sql.php  |  113 +-
 .../locale/es/LC_MESSAGES/Horde_ActiveSync.mo      |  Bin 1396 -&gt; 1396 bytes
 .../locale/es/LC_MESSAGES/Horde_ActiveSync.po      |   16 +-
 .../18_horde_activesync_addmapdeleteflag.php       |   17 +
 .../19_horde_activesync_addtimestamp.php           |   16 +
 framework/ActiveSync/package.xml                   |   87 +-
 framework/Auth/lib/Horde/Auth/Imap.php             |   18 +-
 framework/Auth/package.xml                         |   38 +-
 .../bin/horde-autoloader-cache-prune               |   19 +-
 .../lib/Horde/Autoloader/Cache.php                 |  126 +-
 framework/Autoloader_Cache/package.xml             |   26 +-
 framework/Browser/lib/Horde/Browser.php            |    3 +-
 framework/Browser/locale/Horde_Browser.pot         |   14 +-
 .../Browser/locale/de/LC_MESSAGES/Horde_Browser.mo |  Bin 1382 -&gt; 1382 bytes
 .../Browser/locale/de/LC_MESSAGES/Horde_Browser.po |   14 +-
 .../Browser/locale/es/LC_MESSAGES/Horde_Browser.mo |  Bin 1396 -&gt; 1396 bytes
 .../Browser/locale/es/LC_MESSAGES/Horde_Browser.po |   14 +-
 framework/Cache/lib/Horde/Cache/Storage/File.php   |    3 +-
 framework/Cache/package.xml                        |   23 +-
 framework/Cli/locale/Horde_Cli.pot                 |   12 +-
 framework/Cli/locale/de/LC_MESSAGES/Horde_Cli.mo   |  Bin 708 -&gt; 708 bytes
 framework/Cli/locale/de/LC_MESSAGES/Horde_Cli.po   |   12 +-
 framework/Cli/locale/es/LC_MESSAGES/Horde_Cli.mo   |  Bin 763 -&gt; 763 bytes
 framework/Cli/locale/es/LC_MESSAGES/Horde_Cli.po   |   12 +-
 framework/Cli/package.xml                          |   23 +-
 framework/Compress/locale/Horde_Compress.pot       |    8 +-
 .../locale/de/LC_MESSAGES/Horde_Compress.mo        |  Bin 939 -&gt; 939 bytes
 .../locale/de/LC_MESSAGES/Horde_Compress.po        |    8 +-
 .../locale/es/LC_MESSAGES/Horde_Compress.mo        |  Bin 982 -&gt; 982 bytes
 .../locale/es/LC_MESSAGES/Horde_Compress.po        |    8 +-
 framework/Compress/package.xml                     |   21 +-
 framework/Compress_Fast/package.xml                |   20 +-
 framework/Core/js/smartmobile.js                   |    2 +-
 .../Core/lib/Horde/Core/ActiveSync/Connector.php   |    8 +-
 .../Core/lib/Horde/Core/ActiveSync/Driver.php      |   60 +-
 framework/Core/lib/Horde/Core/Auth/Imsp.php        |   21 +-
 framework/Core/lib/Horde/Core/Factory/Cache.php    |    4 +-
 .../Core/lib/Horde/Core/Factory/DavServer.php      |    1 +
 .../Core/lib/Horde/Core/Factory/HashTable.php      |    2 +-
 framework/Core/lib/Horde/Core/Factory/Memcache.php |    2 +-
 .../Core/lib/Horde/Core/Factory/SessionHandler.php |    2 +-
 .../Core/lib/Horde/Core/HashTable/Wrapper.php      |   54 +
 framework/Core/lib/Horde/Core/Imsp/Utils.php       |   18 +-
 .../Core/Notification/Handler/Decorator/Base.php   |   19 +-
 framework/Core/lib/Horde/ErrorHandler.php          |   15 +-
 framework/Core/lib/Horde/Registry.php              |    3 +-
 framework/Core/lib/Horde/Themes/Css.php            |   12 +-
 framework/Core/locale/Horde_Core.pot               |   45 +-
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.mo |  Bin 20259 -&gt; 20259 bytes
 framework/Core/locale/de/LC_MESSAGES/Horde_Core.po |   42 +-
 framework/Core/locale/es/LC_MESSAGES/Horde_Core.mo |  Bin 20036 -&gt; 20070 bytes
 framework/Core/locale/es/LC_MESSAGES/Horde_Core.po |   86 +-
 framework/Core/locale/hu/LC_MESSAGES/Horde_Core.mo |  Bin 11129 -&gt; 10775 bytes
 framework/Core/locale/hu/LC_MESSAGES/Horde_Core.po |  842 ++--
 framework/Core/package.xml                         |  104 +-
 framework/Core/test/Horde/Core/RegistryTest.php    |   15 +-
 framework/Core/test/Horde/Core/Stub/Registry.php   |   16 +-
 framework/Crypt/locale/Horde_Crypt.pot             |   10 +-
 .../Crypt/locale/de/LC_MESSAGES/Horde_Crypt.mo     |  Bin 7765 -&gt; 7751 bytes
 .../Crypt/locale/de/LC_MESSAGES/Horde_Crypt.po     |   14 +-
 .../Crypt/locale/es/LC_MESSAGES/Horde_Crypt.mo     |  Bin 7500 -&gt; 7471 bytes
 .../Crypt/locale/es/LC_MESSAGES/Horde_Crypt.po     |   10 +-
 .../Css_Parser/lib/Sabberworm/CSS/Value/Size.php   |    2 +-
 framework/Css_Parser/package.xml                   |    4 +-
 framework/Dav/lib/Horde/Dav/Principals.php         |   16 +-
 framework/Dav/lib/Horde/Dav/Translation.php        |   55 +
 framework/Dav/locale/Horde_Dav.pot                 |   22 +
 framework/Dav/package.xml                          |   49 +-
 .../test/Horde/Exception/ExceptionTest.php         |   14 +-
 framework/HashTable/lib/Horde/HashTable/Base.php   |    5 +
 framework/HashTable/lib/Horde/HashTable/Predis.php |   14 +-
 framework/HashTable/package.xml                    |   38 +-
 framework/History/lib/Horde/History.php            |    8 +-
 framework/History/lib/Horde/History/Sql.php        |    4 +-
 .../History/4_horde_history_add_compositeindex.php |   25 +
 .../5_horde_history_remove_compositeindex.php      |   26 +
 .../History/6_horde_history_fix_botchedindexes.php |   37 +
 framework/History/package.xml                      |   93 +-
 framework/Icalendar/lib/Horde/Icalendar.php        |    4 +-
 framework/Icalendar/package.xml                    |   24 +-
 .../Icalendar/test/Horde/Icalendar/ExportTest.php  |   55 +
 .../Image/lib/Horde/Image/Effect/Im/CenterCrop.php |    2 +-
 framework/Image/lib/Horde/Image/Exif/Exiftool.php  |    2 +-
 framework/Image/package.xml                        |   21 +-
 .../Imap_Client/doc/Horde/Imap/Client/UPGRADING    |    9 +
 framework/Imap_Client/lib/Horde/Imap/Client.php    |    2 +
 .../Imap_Client/lib/Horde/Imap/Client/Base.php     |   28 +-
 .../lib/Horde/Imap/Client/Base/Mailbox.php         |    8 +
 .../Imap_Client/lib/Horde/Imap/Client/Socket.php   |   87 +-
 framework/Imap_Client/locale/Horde_Imap_Client.pot |   17 +-
 .../locale/de/LC_MESSAGES/Horde_Imap_Client.mo     |  Bin 7205 -&gt; 7205 bytes
 .../locale/de/LC_MESSAGES/Horde_Imap_Client.po     |   17 +-
 .../locale/es/LC_MESSAGES/Horde_Imap_Client.mo     |  Bin 6958 -&gt; 6866 bytes
 .../locale/es/LC_MESSAGES/Horde_Imap_Client.po     |  112 +-
 framework/Imap_Client/package.xml                  |   32 +-
 framework/Mail/doc/Horde/Mail/UPGRADING            |   12 +
 framework/Mail/lib/Horde/Mail/Rfc822/Address.php   |    9 +
 framework/Mail/lib/Horde/Mail/Rfc822/List.php      |    7 +
 framework/Mail/lib/Horde/Mail/Transport/Smtp.php   |    5 +
 framework/Mail/package.xml                         |   27 +-
 framework/Memcache/lib/Horde/Memcache.php          |   80 +-
 framework/Memcache/package.xml                     |   49 +-
 framework/Mime/lib/Horde/Mime/Mail.php             |    2 +
 framework/Mime/lib/Horde/Mime/Part.php             |   16 +-
 framework/Mime/locale/Horde_Mime.pot               |    6 +-
 framework/Mime/locale/de/LC_MESSAGES/Horde_Mime.mo |  Bin 1309 -&gt; 1309 bytes
 framework/Mime/locale/de/LC_MESSAGES/Horde_Mime.po |    6 +-
 framework/Mime/locale/es/LC_MESSAGES/Horde_Mime.mo |  Bin 1309 -&gt; 1309 bytes
 framework/Mime/locale/es/LC_MESSAGES/Horde_Mime.po |    6 +-
 framework/Mime/package.xml                         |   44 +-
 framework/Mime/test/Horde/Mime/MailTest.php        |   16 +-
 framework/Mime/test/Horde/Mime/PartTest.php        |   28 +-
 .../Mime/test/Horde/Mime/fixtures/bug12536.txt     |   14 +
 framework/Prefs/package.xml                        |   23 +-
 framework/Rpc/doc/Horde/Rpc/examples/xmlrpc.php    |    4 +-
 .../lib/Horde/SessionHandler/Storage/Hashtable.php |    2 +-
 framework/SessionHandler/package.xml               |   23 +-
 framework/Smtp/doc/Horde/Smtp/COPYING              |  458 ++
 framework/Smtp/lib/Horde/Smtp.php                  |  723 +++
 framework/Smtp/lib/Horde/Smtp/Connection.php       |  224 +
 framework/Smtp/lib/Horde/Smtp/Debug.php            |  145 +
 framework/Smtp/lib/Horde/Smtp/Exception.php        |  160 +
 framework/Smtp/lib/Horde/Smtp/Filter/Data.php      |   63 +
 framework/Smtp/lib/Horde/Smtp/Translation.php      |   57 +
 framework/Smtp/locale/Horde_Smtp.pot               |   66 +
 framework/Smtp/package.xml                         |  153 +
 framework/Smtp/test/Horde/Smtp/AllTests.php        |    3 +
 .../Smtp/test/Horde/Smtp/RemoteServerTest.php      |   87 +
 framework/Smtp/test/Horde/Smtp/bootstrap.php       |    3 +
 framework/Smtp/test/Horde/Smtp/conf.php.dist       |    9 +
 framework/Smtp/test/Horde/Smtp/phpunit.xml         |    1 +
 framework/Stream/lib/Horde/Stream.php              |   35 +-
 framework/Stream/package.xml                       |   27 +-
 framework/Stream/test/Horde/Stream/TempTest.php    |   32 +
 .../Stream_Filter/lib/Horde/Stream/Filter/Eol.php  |    4 +-
 .../Stream_Filter/lib/Horde/Stream/Filter/Null.php |    4 +-
 framework/Vfs/package.xml                          |   23 +-
 framework/lz4/CREDITS                              |    2 +-
 framework/lz4/LICENSE                              |   88 +-
 framework/lz4/horde_lz4.h                          |    2 +-
 framework/lz4/lz4.c                                |  888 ++---
 framework/lz4/lz4.h                                |   93 +-
 framework/lz4/lz4_encoder.h                        |  258 +
 framework/lz4/lz4hc.c                              |  504 +--
 framework/lz4/lz4hc.h                              |   67 +-
 framework/lz4/lz4hc_encoder.h                      |  349 ++
 framework/lz4/package.xml                          |   38 +-
 gollem/locale/de/LC_MESSAGES/gollem.mo             |  Bin 74046 -&gt; 74084 bytes
 gollem/locale/hu/LC_MESSAGES/gollem.mo             |  Bin 77048 -&gt; 71270 bytes
 hermes/js/hermes.js                                |    8 +-
 hermes/lib/Ajax/Application/Handler.php            |    3 +-
 hermes/locale/de/LC_MESSAGES/hermes.mo             |  Bin 81314 -&gt; 81352 bytes
 hermes/locale/de/LC_MESSAGES/hermes.po             |   20 +-
 hermes/locale/es/LC_MESSAGES/hermes.mo             |  Bin 80452 -&gt; 80452 bytes
 hermes/locale/es/LC_MESSAGES/hermes.po             |   20 +-
 hermes/locale/hermes.pot                           |   20 +-
 horde/.htaccess                                    |    1 +
 horde/admin/sessions.php                           |    4 +-
 horde/admin/user.php                               |   34 +-
 horde/bin/horde-clear-cache                        |    2 +-
 horde/docs/CHANGES                                 |   13 +-
 horde/docs/CREDITS                                 |    1 +
 horde/docs/RELEASE_NOTES                           |   16 +-
 horde/docs/UPGRADING                               |    2 +-
 horde/js/topbar.js                                 |   12 +-
 horde/lib/Application.php                          |    2 +-
 horde/lib/LoginTasks/Task/LastLogin.php            |    5 +-
 horde/lib/Prefs/Special/Activesync.php             |   28 +-
 horde/lib/Test.php                                 |    7 +-
 horde/locale/de/LC_MESSAGES/horde.mo               |  Bin 65929 -&gt; 65967 bytes
 horde/locale/de/LC_MESSAGES/horde.po               |   34 +-
 horde/locale/horde.pot                             |   34 +-
 horde/locale/hu/LC_MESSAGES/horde.mo               |  Bin 68014 -&gt; 62085 bytes
 horde/locale/hu/LC_MESSAGES/horde.po               | 1996 ++++----
 horde/login.php                                    |    2 +-
 horde/package.xml                                  |   33 +-
 horde/templates/admin/sessions.html.php            |   48 +-
 horde/templates/admin/user/listfail.inc            |    6 +
 horde/templates/tree/menu.html.php                 |    6 +-
 horde/themes/default/screen.css                    |   13 +-
 imp/basic.php                                      |    7 +-
 imp/config/backends.php                            |   46 +-
 imp/config/hooks.php.dist                          |   16 +-
 imp/docs/CHANGES                                   |   28 +-
 imp/docs/CREDITS                                   |    1 +
 imp/docs/RELEASE_NOTES                             |   20 +-
 imp/docs/UPGRADING                                 |   12 +
 imp/js/compose-dimp.js                             |   35 +-
 imp/js/message-dimp.js                             |    3 +
 imp/js/smartmobile.js                              |   53 +-
 imp/lib/Ajax/Application/Handler/Common.php        |   42 +-
 imp/lib/Ajax/Application/Handler/Dynamic.php       |    5 +-
 imp/lib/Ajax/Application/ShowMessage.php           |   17 +-
 imp/lib/Application.php                            |   28 +-
 imp/lib/Basic/Compose.php                          |   56 +-
 imp/lib/Basic/Error.php                            |   31 +
 imp/lib/Basic/Message.php                          |    2 +-
 imp/lib/Block/Summary.php                          |    6 +-
 imp/lib/Compose.php                                |   55 +-
 imp/lib/Compose/Ui.php                             |   21 +-
 imp/lib/Compose/View.php                           |    2 +-
 imp/lib/Dynamic/Compose.php                        |    6 -
 imp/lib/Dynamic/Compose/Common.php                 |    9 +-
 imp/lib/Dynamic/Helper/Base.php                    |    2 -
 imp/lib/Dynamic/Mailbox.php                        |   22 +-
 imp/lib/Dynamic/Message.php                        |    5 -
 imp/lib/Imap/Tree.php                              |    8 +-
 imp/lib/Mailbox.php                                |    6 +-
 imp/lib/Minimal/Compose.php                        |   19 +-
 imp/lib/Minimal/Error.php                          |   33 +
 .../Handler/Decorator/NewmailNotify.php            |    6 +-
 imp/lib/Prefs/Identity.php                         |   20 +-
 imp/lib/Prefs/Special/Acl.php                      |    2 +
 imp/lib/Prefs/Special/Mailto.php                   |    2 +-
 imp/locale/de/LC_MESSAGES/imp.mo                   |  Bin 184080 -&gt; 184079 bytes
 imp/locale/de/LC_MESSAGES/imp.po                   |  403 +-
 imp/locale/es/LC_MESSAGES/imp.mo                   |  Bin 180163 -&gt; 180357 bytes
 imp/locale/es/LC_MESSAGES/imp.po                   |  655 ++--
 imp/locale/hu/LC_MESSAGES/imp.mo                   |  Bin 190034 -&gt; 149113 bytes
 imp/locale/hu/LC_MESSAGES/imp.po                   | 5174 ++++++++++----------
 imp/locale/imp.pot                                 |  405 +-
 imp/minimal.php                                    |   18 +-
 imp/package.xml                                    |   47 +-
 imp/templates/basic/mailbox/navbar.html.php        |    2 +-
 imp/templates/dynamic/compose.html.php             |    2 +
 imp/templates/itip/action.html.php                 |   14 +-
 imp/templates/smartmobile/message.html.php         |   21 +-
 imp/themes/default/mime.css                        |   21 +-
 ingo/docs/CHANGES                                  |    9 +-
 ingo/docs/RELEASE_NOTES                            |   14 +-
 ingo/lib/Api.php                                   |   17 +-
 ingo/lib/Application.php                           |    2 +-
 ingo/lib/Ingo.php                                  |    4 +-
 ingo/locale/de/LC_MESSAGES/ingo.mo                 |  Bin 85482 -&gt; 85520 bytes
 ingo/locale/de/LC_MESSAGES/ingo.po                 |   28 +-
 ingo/locale/es/LC_MESSAGES/ingo.mo                 |  Bin 84440 -&gt; 84440 bytes
 ingo/locale/es/LC_MESSAGES/ingo.po                 |   48 +-
 ingo/locale/hu/LC_MESSAGES/ingo.mo                 |  Bin 86815 -&gt; 81133 bytes
 ingo/locale/ingo.pot                               |   28 +-
 ingo/package.xml                                   |   24 +-
 jonah/locale/de/LC_MESSAGES/jonah.mo               |  Bin 75807 -&gt; 75845 bytes
 klutz/locale/de/LC_MESSAGES/klutz.mo               |  Bin 70629 -&gt; 70667 bytes
 kronolith/docs/CHANGES                             |   14 +-
 kronolith/docs/RELEASE_NOTES                       |   13 +-
 kronolith/js/kronolith.js                          |    4 +-
 kronolith/lib/Ajax/Application/Handler.php         |   19 +-
 kronolith/lib/Api.php                              |    5 +-
 kronolith/lib/Application.php                      |   15 +-
 kronolith/lib/Calendar.php                         |    2 +-
 kronolith/lib/Calendar/External/Tasks.php          |   10 +-
 kronolith/lib/Calendar/Internal.php                |   10 +-
 kronolith/lib/Event.php                            |    4 +
 kronolith/lib/Form/EditCalendar.php                |   30 +-
 kronolith/locale/de/LC_MESSAGES/kronolith.mo       |  Bin 127588 -&gt; 127718 bytes
 kronolith/locale/de/LC_MESSAGES/kronolith.po       |  308 +-
 kronolith/locale/es/LC_MESSAGES/kronolith.mo       |  Bin 126589 -&gt; 126700 bytes
 kronolith/locale/es/LC_MESSAGES/kronolith.po       |  370 +-
 kronolith/locale/hu/LC_MESSAGES/kronolith.mo       |  Bin 124682 -&gt; 118999 bytes
 kronolith/locale/kronolith.pot                     |  308 +-
 kronolith/package.xml                              |   30 +-
 kronolith/templates/chunks/calendar.php            |    4 +-
 kronolith/themes/default/dynamic/screen.css        |    2 +-
 luxor/locale/de/LC_MESSAGES/luxor.mo               |  Bin 67898 -&gt; 67936 bytes
 mnemo/docs/CHANGES                                 |    8 +-
 mnemo/docs/RELEASE_NOTES                           |   12 +-
 mnemo/lib/Application.php                          |    2 +-
 mnemo/lib/Notepads/Base.php                        |    2 +-
 mnemo/locale/de/LC_MESSAGES/mnemo.mo               |  Bin 75463 -&gt; 75501 bytes
 mnemo/locale/es/LC_MESSAGES/mnemo.mo               |  Bin 74648 -&gt; 74648 bytes
 mnemo/locale/es/LC_MESSAGES/mnemo.po               |   38 +-
 mnemo/locale/hu/LC_MESSAGES/mnemo.mo               |  Bin 78696 -&gt; 72935 bytes
 mnemo/locale/hu/LC_MESSAGES/mnemo.po               |    2 +-
 mnemo/package.xml                                  |   23 +-
 nag/docs/CHANGES                                   |   18 +-
 nag/docs/RELEASE_NOTES                             |   16 +-
 nag/lib/Ajax/Application/Handler/Smartmobile.php   |    5 +-
 nag/lib/Api.php                                    |   25 +-
 nag/lib/Application.php                            |   18 +-
 nag/lib/Block/Summary.php                          |    2 +-
 nag/lib/Driver.php                                 |    3 +-
 nag/lib/Driver/Smartlist.php                       |    4 +-
 nag/lib/Driver/Sql.php                             |   71 +-
 nag/lib/Form/EditTaskList.php                      |   30 +-
 nag/lib/Form/Task.php                              |    3 +-
 nag/lib/LoginTasks/Task/PurgeCompleted.php         |    3 +-
 nag/lib/Nag.php                                    |    5 +-
 nag/lib/Search.php                                 |    3 +-
 nag/lib/Task.php                                   |    6 +-
 nag/lib/Tasklist.php                               |    6 +-
 nag/lib/View/List.php                              |    3 +-
 nag/locale/de/LC_MESSAGES/nag.mo                   |  Bin 92149 -&gt; 92187 bytes
 nag/locale/de/LC_MESSAGES/nag.po                   |  206 +-
 nag/locale/es/LC_MESSAGES/nag.mo                   |  Bin 91399 -&gt; 91331 bytes
 nag/locale/es/LC_MESSAGES/nag.po                   |  236 +-
 nag/locale/hu/LC_MESSAGES/nag.mo                   |  Bin 90729 -&gt; 85051 bytes
 nag/locale/hu/LC_MESSAGES/nag.po                   |    2 +-
 nag/locale/nag.pot                                 |  206 +-
 nag/locale/nl/LC_MESSAGES/nag.mo                   |  Bin 88441 -&gt; 88446 bytes
 nag/locale/nl/LC_MESSAGES/nag.po                   |    4 +-
 nag/package.xml                                    |   35 +-
 nag/view.php                                       |    2 +-
 passwd/config/backends.php                         |    2 +
 passwd/docs/RELEASE_NOTES                          |   10 +-
 passwd/lib/Basic.php                               |    6 +-
 passwd/lib/Driver/Kolab.php                        |    6 +-
 passwd/lib/Driver/Ldap.php                         |   10 +-
 passwd/lib/Driver/Smbpasswd.php                    |    2 +-
 passwd/locale/de/LC_MESSAGES/passwd.mo             |  Bin 71884 -&gt; 71922 bytes
 passwd/locale/hu/LC_MESSAGES/passwd.mo             |  Bin 72267 -&gt; 66552 bytes
 sam/locale/de/LC_MESSAGES/sam.mo                   |  Bin 69963 -&gt; 70001 bytes
 sesha/locale/de/LC_MESSAGES/sesha.mo               |  Bin 74732 -&gt; 74770 bytes
 timeobjects/docs/CHANGES                           |    7 -
 timeobjects/locale/de/LC_MESSAGES/timeobjects.mo   |  Bin 66442 -&gt; 66504 bytes
 timeobjects/locale/hu/LC_MESSAGES/timeobjects.mo   |  Bin 68547 -&gt; 62729 bytes
 trean/docs/CHANGES                                 |    8 +-
 trean/docs/RELEASE_NOTES                           |   10 +-
 trean/lib/Application.php                          |    2 +-
 trean/locale/de/LC_MESSAGES/trean.mo               |  Bin 70241 -&gt; 70352 bytes
 trean/locale/de/LC_MESSAGES/trean.po               |   38 +-
 trean/locale/es/LC_MESSAGES/trean.mo               |  Bin 69671 -&gt; 69774 bytes
 trean/locale/es/LC_MESSAGES/trean.po               |   66 +-
 trean/locale/trean.pot                             |   36 +-
 trean/package.xml                                  |   23 +-
 turba/docs/CHANGES                                 |   13 +-
 turba/docs/RELEASE_NOTES                           |   21 +-
 turba/lib/Api.php                                  |    6 +-
 turba/lib/Application.php                          |    4 +-
 turba/lib/Driver.php                               |   46 +-
 turba/lib/Driver/Kolab.php                         |   45 +-
 turba/lib/View/Browse.php                          |    3 +
 turba/locale/de/LC_MESSAGES/turba.mo               |  Bin 98599 -&gt; 98637 bytes
 turba/locale/de/LC_MESSAGES/turba.po               |   52 +-
 turba/locale/es/LC_MESSAGES/turba.mo               |  Bin 98036 -&gt; 98006 bytes
 turba/locale/es/LC_MESSAGES/turba.po               |  160 +-
 turba/locale/hu/LC_MESSAGES/turba.mo               |  Bin 99825 -&gt; 94084 bytes
 turba/locale/hu/LC_MESSAGES/turba.po               |    2 +-
 turba/locale/turba.pot                             |   52 +-
 turba/package.xml                                  |   28 +-
 turba/test/Turba/Unit/Driver/Base.php              |   13 +
 ulaform/locale/de/LC_MESSAGES/ulaform.mo           |  Bin 71698 -&gt; 71736 bytes
 vilma/lib/Driver.php                               |    2 +-
 vilma/locale/de/LC_MESSAGES/vilma.mo               |  Bin 77289 -&gt; 77327 bytes
 whups/docs/CHANGES                                 |   11 +
 whups/docs/RELEASE_NOTES                           |   14 +-
 whups/lib/Api.php                                  |    2 -
 whups/lib/Application.php                          |    2 +-
 whups/lib/Driver.php                               |   77 +-
 whups/lib/Driver/Sql.php                           |   44 +-
 whups/lib/Ticket.php                               |   17 +-
 whups/lib/Whups.php                                |   15 +-
 whups/locale/de/LC_MESSAGES/whups.mo               |  Bin 107814 -&gt; 107852 bytes
 whups/locale/de/LC_MESSAGES/whups.po               |  102 +-
 whups/locale/es/LC_MESSAGES/whups.mo               |  Bin 106128 -&gt; 106223 bytes
 whups/locale/es/LC_MESSAGES/whups.po               |  366 +-
 whups/locale/hu/LC_MESSAGES/whups.mo               |  Bin 106916 -&gt; 101211 bytes
 whups/locale/whups.pot                             |  102 +-
 whups/package.xml                                  |   32 +-
 whups/query/run.php                                |    5 +-
 whups/templates/ticket/watchers.inc                |    8 +-
 wicked/docs/CHANGES                                |    7 +
 wicked/docs/RELEASE_NOTES                          |   12 +-
 wicked/lib/Page.php                                |    4 +-
 wicked/locale/de/LC_MESSAGES/wicked.mo             |  Bin 78073 -&gt; 78150 bytes
 wicked/locale/de/LC_MESSAGES/wicked.po             |   37 +-
 wicked/locale/es/LC_MESSAGES/wicked.mo             |  Bin 77518 -&gt; 77553 bytes
 wicked/locale/es/LC_MESSAGES/wicked.po             |   35 +-
 wicked/locale/wicked.pot                           |   35 +-
 wicked/package.xml                                 |   28 +-
 414 files changed, 14433 insertions(+), 9158 deletions(-)

http://git.horde.org/horde-git/-/commit/232b26328ae0f0622714985f2207a61d46e7e4be</description> 
   <pubDate>Tue, 17 Dec 2013 11:53:10 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/12536#t81882</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
