<feed xmlns='http://www.w3.org/2005/Atom'>
<title>roundcube.git/plugins/zipdownload/zipdownload.php, branch 1.1-rc</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.hiegel.fr/cgit/roundcube.git/atom?h=1.1-rc</id>
<link rel='self' href='https://git.hiegel.fr/cgit/roundcube.git/atom?h=1.1-rc'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/'/>
<updated>2014-10-22T12:29:44Z</updated>
<entry>
<title>Fix download of attachments that are part of TNEF message (#1490091)</title>
<updated>2014-10-22T12:29:44Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-10-22T12:29:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=48ba4414b33c8982f8232b06f06d68f3213aa986'/>
<id>urn:sha1:48ba4414b33c8982f8232b06f06d68f3213aa986</id>
<content type='text'>
Rcube_message_part::body content should never be modified by code out of the rcube_message.
Added convenient rcube_message::get_part_body() method, making rcube_message::get_part_content() deprecated.
</content>
</entry>
<entry>
<title>Further accessibility improvements regarding keyboard navigation and document structure</title>
<updated>2014-05-07T15:34:28Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2014-05-07T15:34:28Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=b2992dd2283c3d0ac95f3293497dfaed0493f607'/>
<id>urn:sha1:b2992dd2283c3d0ac95f3293497dfaed0493f607</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add possibility to download messages in mbox format (#1486069)</title>
<updated>2014-04-18T08:13:51Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-04-18T08:13:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=ed1ceea87829093ddd62bf214e56213bf4d91c2f'/>
<id>urn:sha1:ed1ceea87829093ddd62bf214e56213bf4d91c2f</id>
<content type='text'>
Removed "download folder" option, the same can be done by selecting all messages in a folder
Code refactoring
</content>
</entry>
<entry>
<title>Disable time limit for folder download requests</title>
<updated>2014-04-08T17:12:12Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2014-04-08T17:12:12Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=b08306ec1fe1a8e444a87cdb1a0304042ba0f7d4'/>
<id>urn:sha1:b08306ec1fe1a8e444a87cdb1a0304042ba0f7d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update zipdownload plugin to work with multi-folder search results</title>
<updated>2014-04-07T15:32:31Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2014-04-07T15:32:31Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=bde3ba5e93f9b02ac8bd1d10e33fa65cc4da31c5'/>
<id>urn:sha1:bde3ba5e93f9b02ac8bd1d10e33fa65cc4da31c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CS fixes</title>
<updated>2014-01-09T11:08:27Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-01-09T11:08:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=eaf9d81ee993a41b245a4304bcaa9642d9807a18'/>
<id>urn:sha1:eaf9d81ee993a41b245a4304bcaa9642d9807a18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix issue where filesystem path was added to all-attachments (zip) file (#1489507)</title>
<updated>2014-01-09T10:19:30Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-01-09T10:19:30Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=2eef77c6e349bc29d066068facd26b454d2392b6'/>
<id>urn:sha1:2eef77c6e349bc29d066068facd26b454d2392b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix zipdownload plugin issue with filenames charset (#1489156)</title>
<updated>2013-06-09T13:40:41Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-06-09T13:40:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=49224720be7041b0865dd5d776da3513fd69035a'/>
<id>urn:sha1:49224720be7041b0865dd5d776da3513fd69035a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid unused local variables</title>
<updated>2013-05-07T11:51:23Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-05-07T11:51:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=2193f6a1301edcb62de6f0cf338acccdbf5ec2f1'/>
<id>urn:sha1:2193f6a1301edcb62de6f0cf338acccdbf5ec2f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix filenames charset handling (#1488946)</title>
<updated>2013-02-08T07:57:13Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-02-08T07:57:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=dafb50aa49e13edebdd0c47af861facf4bef12e1'/>
<id>urn:sha1:dafb50aa49e13edebdd0c47af861facf4bef12e1</id>
<content type='text'>
</content>
</entry>
</feed>
