<feed xmlns='http://www.w3.org/2005/Atom'>
<title>roundcube.git/program/lib/Roundcube/rcube_imap_cache.php, branch 1.0.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.hiegel.fr/cgit/roundcube.git/atom?h=1.0.2</id>
<link rel='self' href='https://git.hiegel.fr/cgit/roundcube.git/atom?h=1.0.2'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/'/>
<updated>2014-04-11T17:29:49Z</updated>
<entry>
<title>Fix messages index cache update under some conditions (e.g. proxy) (#1489756)</title>
<updated>2014-04-11T17:29:49Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-04-11T17:28:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=d9588ff2282ec93945a8b6865ddb30c66504ec3b'/>
<id>urn:sha1:d9588ff2282ec93945a8b6865ddb30c66504ec3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix preparation of message object before saving into the cache.</title>
<updated>2013-11-28T14:20:58Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-11-28T14:20:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=5f31429de5732617ad18fd2b67d6e2424a7185a7'/>
<id>urn:sha1:5f31429de5732617ad18fd2b67d6e2424a7185a7</id>
<content type='text'>
The bug cased e.g. displaying HTML content as plain text for messages
with Content-Type: text/html.
</content>
</entry>
<entry>
<title>Fix regression where wrong set of message identifiers was used</title>
<updated>2013-10-15T07:22:09Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-10-15T07:22:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=64c924ea06afa1eec463078a5d05fc908c12d10d'/>
<id>urn:sha1:64c924ea06afa1eec463078a5d05fc908c12d10d</id>
<content type='text'>
in sql query that was supposed to fetch list of messages from cache
</content>
</entry>
<entry>
<title>Add possibility to programmatically set cache mode, so it is possible</title>
<updated>2013-10-07T07:26:37Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-10-07T07:26:37Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=aceb0149b8f7f6c57e8dd6ba6f69aa0d6cacc6bc'/>
<id>urn:sha1:aceb0149b8f7f6c57e8dd6ba6f69aa0d6cacc6bc</id>
<content type='text'>
to cache only indexes/threads but not messages
</content>
</entry>
<entry>
<title>Make cached message size limit configurable - messages_cache_threshold (#1489317)</title>
<updated>2013-09-06T16:21:09Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-09-06T16:21:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=21601b4deb74555cfde23d3d7c9e255d5f98f5d2'/>
<id>urn:sha1:21601b4deb74555cfde23d3d7c9e255d5f98f5d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix issue where too big message data was stored in cache causing sql errors (#1489316)</title>
<updated>2013-09-03T13:16:17Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-09-03T13:16:17Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=b6be23ac4bb9ebe8fd90f347e3f209c2e0e5f24e'/>
<id>urn:sha1:b6be23ac4bb9ebe8fd90f347e3f209c2e0e5f24e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos in sql queries of garbage collector (expired -&gt; expires)</title>
<updated>2013-06-13T11:04:20Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-06-13T11:04:20Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=12f1190a62f4df7d681a320b00c2c906b9158c70'/>
<id>urn:sha1:12f1190a62f4df7d681a320b00c2c906b9158c70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix thread cache syncronization/validation (#1489028)</title>
<updated>2013-06-13T09:07:35Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-06-13T09:07:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=603e048f7307e260bf0f064ed73700d6723a0e5c'/>
<id>urn:sha1:603e048f7307e260bf0f064ed73700d6723a0e5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix database cache expunge issues (#1489149) - added 'expires' column</title>
<updated>2013-06-09T09:07:46Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-06-09T09:07:46Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=60b6d7c3894f61eb9c8bc40efe5528e91386bf94'/>
<id>urn:sha1:60b6d7c3894f61eb9c8bc40efe5528e91386bf94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix "duplicate entry" errors on inserts to imap cache tables (#1489146)</title>
<updated>2013-06-05T13:20:53Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-06-05T13:20:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=be4b5c2fe57fbf667e24d3042239e75f48a6bd78'/>
<id>urn:sha1:be4b5c2fe57fbf667e24d3042239e75f48a6bd78</id>
<content type='text'>
</content>
</entry>
</feed>
