<feed xmlns='http://www.w3.org/2005/Atom'>
<title>roundcube.git/program/include/rcube_imap_generic.php, branch v0.7-beta1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.hiegel.fr/cgit/roundcube.git/atom?h=v0.7-beta1</id>
<link rel='self' href='https://git.hiegel.fr/cgit/roundcube.git/atom?h=v0.7-beta1'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/'/>
<updated>2011-10-11T08:36:50Z</updated>
<entry>
<title>- Fix FETCH response parsing in fetchMIMEHeaders() method (first line of headers was malformed)</title>
<updated>2011-10-11T08:36:50Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-10-11T08:36:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=52c2aa3ea50cf7cd93b8c3fc553d7c24974e7c44'/>
<id>urn:sha1:52c2aa3ea50cf7cd93b8c3fc553d7c24974e7c44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Improved performance of draft saving by usage of APPENDUID response if available (skipped SEARCH call)</title>
<updated>2011-10-03T13:13:44Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-10-03T13:13:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=765fdeb5b5269f7647972046bac3d0054a6b7946'/>
<id>urn:sha1:765fdeb5b5269f7647972046bac3d0054a6b7946</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Allow setting connection options in imap_connect hook</title>
<updated>2011-09-19T12:34:01Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-09-19T12:34:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=e7e79470e425c75495a846435b43350f0b793bb7'/>
<id>urn:sha1:e7e79470e425c75495a846435b43350f0b793bb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Cache synchronization using QRESYNC/CONDSTORE</title>
<updated>2011-09-18T09:02:35Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-09-18T09:02:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=609d3923d7dc674263ddea990387dbf5488fabc6'/>
<id>urn:sha1:609d3923d7dc674263ddea990387dbf5488fabc6</id>
<content type='text'>
- Fixed message ID updates in cache
- Changed message flags handling + some fixes (e.g. fixed messages listing after delete)


</content>
</entry>
<entry>
<title>- Fix handling of binary attachments encoded with quoted-printable (#1488065)</title>
<updated>2011-09-12T08:49:47Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-09-12T08:49:47Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=66a3b034193ceef1315ab68ceaf6789ccbf882eb'/>
<id>urn:sha1:66a3b034193ceef1315ab68ceaf6789ccbf882eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Rewritten messages caching (merged devel-mcache branch):</title>
<updated>2011-09-07T11:07:03Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-09-07T11:07:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=80152b333ca5d856dcf09f5ca10a9ffd80ba117f'/>
<id>urn:sha1:80152b333ca5d856dcf09f5ca10a9ffd80ba117f</id>
<content type='text'>
  Indexes are stored in a separate table, so there's no need to store all messages in a folder
  Added threads data caching
  Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE
- Partial QRESYNC support
- Improved FETCH response handling
- Improvements in response tokenization method


</content>
</entry>
<entry>
<title>- Added unique connection identifier to IMAP debug messages</title>
<updated>2011-08-24T07:31:40Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-08-24T07:31:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=0c7fe2fd97ecd1289a07a30bba728b304dc99bd2'/>
<id>urn:sha1:0c7fe2fd97ecd1289a07a30bba728b304dc99bd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Added 'priority' column on messages list</title>
<updated>2011-08-22T15:44:07Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-08-22T15:44:07Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=7a2bade211d2e8951dda2b88754a564670847b35'/>
<id>urn:sha1:7a2bade211d2e8951dda2b88754a564670847b35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Revert r5046, the change will be applied to devel-mcache branch, where it belongs for now</title>
<updated>2011-08-12T09:30:19Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-08-12T09:30:19Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=f4c364967153f9b1532b55e8ca82f4a6a1cad460'/>
<id>urn:sha1:f4c364967153f9b1532b55e8ca82f4a6a1cad460</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Added IMAP ENABLE (RFC5161) support</title>
<updated>2011-08-11T08:32:04Z</updated>
<author>
<name>alecpl</name>
<email>alec@alec.pl</email>
</author>
<published>2011-08-11T08:32:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=077cfdac2d979f177489495d6e6524377756f832'/>
<id>urn:sha1:077cfdac2d979f177489495d6e6524377756f832</id>
<content type='text'>
- Removed deprecated @access comments


</content>
</entry>
</feed>
