<feed xmlns='http://www.w3.org/2005/Atom'>
<title>roundcube.git/tests, branch v1.0-rc</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.hiegel.fr/cgit/roundcube.git/atom?h=v1.0-rc</id>
<link rel='self' href='https://git.hiegel.fr/cgit/roundcube.git/atom?h=v1.0-rc'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/'/>
<updated>2014-01-30T08:12:57Z</updated>
<entry>
<title>Branching off for release 1.0</title>
<updated>2014-01-30T08:12:57Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2014-01-30T08:12:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=8c893b79d230cc844226bdf3b1de95cd5a99ecb2'/>
<id>urn:sha1:8c893b79d230cc844226bdf3b1de95cd5a99ecb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix confusing intersect/filter methods naming/behaviour.</title>
<updated>2014-01-24T18:05:18Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-01-24T18:05:18Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=3b1d410b4ede2fd54be23bb47da5950535df9b04'/>
<id>urn:sha1:3b1d410b4ede2fd54be23bb47da5950535df9b04</id>
<content type='text'>
Removed rcube_result_index::intersect() method.
Changed rcube_result_index::filter() to filter in the same way as
rcube_result_thread::filter(), which means it actually does array_intersect().
Added tests scripts for rcube_result_index class.
</content>
</entry>
<entry>
<title>Remove quotes around addressee name in case they are encoded.</title>
<updated>2014-01-24T11:36:48Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-01-24T11:36:48Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=5140c310645b1728f59e27d8f5fe37aeb2928d6f'/>
<id>urn:sha1:5140c310645b1728f59e27d8f5fe37aeb2928d6f</id>
<content type='text'>
Some clients encode quotes with name using base64/quoted-printable
encoding. Quotes were removed only for unencoded strings. Now also
encoded names are handled this way.
So, recipient/sender strings are displayed without quotes around
and e.g. saving to addressbook does not save these redundant quotes.
</content>
</entry>
<entry>
<title>Add more IMAP THREAD parser tests</title>
<updated>2014-01-15T14:19:34Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-01-15T14:19:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=f56ca13f7e3dd78b57cbd354458de13143e38f09'/>
<id>urn:sha1:f56ca13f7e3dd78b57cbd354458de13143e38f09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added some tests for IMAP THREAD parser</title>
<updated>2014-01-15T13:19:36Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-01-15T13:19:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=18ff2e4ac68044d94ef9edf403b6638dc9a6b91a'/>
<id>urn:sha1:18ff2e4ac68044d94ef9edf403b6638dc9a6b91a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix issue where deprecated syntax for HTML lists was not handled properly (#1488768)</title>
<updated>2013-12-28T18:14:51Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-12-28T18:14:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=c7250749ab01721b55a26d6badf4dcdbbdaf7309'/>
<id>urn:sha1:c7250749ab01721b55a26d6badf4dcdbbdaf7309</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix handling of invalid closing tags in HTML messages (#1489446)</title>
<updated>2013-11-28T08:12:03Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-11-28T08:12:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=ffec857b697ce0a23134f04cf345dc3a8b45a7ae'/>
<id>urn:sha1:ffec857b697ce0a23134f04cf345dc3a8b45a7ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix browser version detection and failing tests</title>
<updated>2013-11-18T18:50:01Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-11-18T18:50:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=3373e4ae1026b4ec729172074a7ec540410ebee4'/>
<id>urn:sha1:3373e4ae1026b4ec729172074a7ec540410ebee4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Internet Explorer 11 detection (#1489434)</title>
<updated>2013-11-15T09:45:44Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-11-15T09:45:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=741ddced5bece22908591c7ea30f67ca65151041'/>
<id>urn:sha1:741ddced5bece22908591c7ea30f67ca65151041</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve identity selection based on From: header (#1489378)</title>
<updated>2013-11-04T10:19:56Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-11-04T10:19:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=a8b004e8d8f040d868e4b19da9527c177be9959d'/>
<id>urn:sha1:a8b004e8d8f040d868e4b19da9527c177be9959d</id>
<content type='text'>
</content>
</entry>
</feed>
