------
v2.2.4
------

[mjr] PHP 7.4 compatibility fixes (Remi Collet <remi@famillecollet.com>, PR
      #1).



------
v2.2.3
------

[jan] Fix detecting large number of messages when logging.
[jan] Update German translation.
[jan] Update Portuguese translation.


------
v2.2.2
------

[jan] Update Greek translation (Limperis Antonis <limperis@cti.gr>).


------
v2.2.1
------

[jan] Mark PHP 7 as supported.


------
v2.2.0
------

[mjr] Fix decoding base64 encoded Kolab objects (Bug #14199,
      mike.gabriel@das-netzwerkteam.de).
[mjr] Fix updating Kolab data that contains non 7-bit data (Bug #14201).
[mjr] Implement a token based syncronization strategy for servers with
      QRESYNC/MODSEQ support.
[mjr] Improve debug logging.
[mjr] Add full Horde_History support for better Kolab<->Horde<->Sync client
      support.


------
v2.1.4
------

[jan] Fix issues with certain locales like Turkish.


------
v2.1.3
------

[jan] Fix deleting object attachments from cache (Bug #13268).


------
v2.1.2
------

[jan] Support loading translations from Composer-installed package.
[jan] Improve PSR-2 compatibility.


------
v2.1.1
------

[jan] Fix tests including Horde_Mime_Part.


------
v2.1.0
------

[jan] Consistently return a stream from the getBodypart() methods.
[jan] Add Horde_Kolab_Storage_Object#getBackendId().
[jan] Implement saving and loading of attachments to Kolab objects (backward
      compatibility break in Horde_Kolab_Storage_Data#getAttachment()!).
[mms] Fix grabbing annotation list from IMAP server.


------
v2.0.5
------

[jan] Catch errors in Kolab_Storage_Driver_Imap#fetchComplete() (Thomas Jarosch
      <thomas.jarosch@intra2net.com>, Bug #12584).
[jan] Retrieve status changes during running requests (Thomas Jarosch
      <thomas.jarosch@intra2net.com>, Bug #12589).


------
v2.0.4
------

[jan] Fix unit tests.


------
v2.0.3
------

[jan] Update Basque translation (Ibon Igartua <ibon.igartua@ehu.es>).


------
v2.0.2
------

[gwr] Add a time based snychronization strategy (Bug #11590).
[gwr] Correct cache update after move (Bug #11305).
[gwr] Remove deleted objects from the cache (Bug #11674).


------
v2.0.1
------

[jan] Update Japanese translation (Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>).


------
v2.0.0
------

First stable release for Horde 5.


---------
v2.0.0RC1
---------

[gwr] Corrected fix for modifying Kolab objects.


-----------
v2.0.0beta3
-----------

[gwr] Allow setting the default folder.
[gwr] Reactivate folder list caching.


-----------
v2.0.0beta2
-----------

[gwr] Avoid overwriting unknown XML elements (Bug #11309)


-----------
v2.0.0beta1
-----------

First beta release for Horde 5.
[jan] Fix renaming of shares (Bug #11281).
[jan] Fix moving objects to a different folder (Bug #11280).
[jan] Fix listing and loading data from IMAP server (Bug #11273).


------------
v2.0.0alpha1
------------

First alpha release for Horde 5.


------
v1.1.0
------

[gwr] Readd support for updating Horde_History.
[gwr] Fix support for multiple namespaces of the same type.
[jan] Update Latvian translation.
[gwr] Add support for retrieving objects by backend id.
[gwr] Add a handler for active sync settings.
[gwr] Add preference data query.
[gwr] Add support for storing data query results in the cache.
[gwr] Add support for deleting messages by backend UID.
[jan] Update Spanish translation.
[gwr] Add logging for data handlers.


------
v1.0.0
------

First stable release for Horde 4.


---------
v1.0.0RC2
---------

Second release candidate for Horde 4.


---------
v1.0.0RC1
---------

First release candidate for Horde 4.
[gwr] Fix creating/modifying objects.
[gwr] Deal with Kolab_Format parsing exceptions.
[gwr] Throw an exception on a duplicate UID within one folder.


-----------
v1.0.0beta1
-----------

First beta release for Horde 4.


------------
v1.0.0alpha1
------------

First alpha release for Horde 4.


------
v0.4.0
------

Added namespace support (Bug #6691).
Converted the package to Horde 4 / PHP 5.
Fixed list driver to prevent overwriting folder data when authenticating twice
      (relevant for testing).
Allow to supress triggering (relevant for testing).


------
v0.3.0
------

Added attachment support.
Fixed triggering folders.
Fixed renaming default folders.
Implemented extended free/busy access concept.
kolab/issue3292 (Sharing default groupware resources does not work in the web
      client)


------
v0.2.0
------

Fixed the Kolab_Storage::getFolder() function.
Added Kolab_List::getForeignDefault() to retrieve the default folders of other
      users. Also fixes issues with overlapping default folders.
Fixed retrieval of general Kolab annotations.
Correctly determine the owner of the INBOX of another user.
Automatically trigger a folder within the folder handler.
Moved Kolab session handler from Kolab_Storage to Kolab_Server.
Moved the IMAP drivers from Kolab_Storage to Kolab_Server as the IMAP
      connection must be handled by the Kolab session.


------
v0.1.0
------

Initial release.
