diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-04-18 10:13:51 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-04-18 10:13:51 +0200 |
commit | ed1ceea87829093ddd62bf214e56213bf4d91c2f (patch) | |
tree | a59617f4bcf108b40beb08779f9af3941b238819 /plugins/zipdownload/composer.json | |
parent | e5a77d2634cd165da7bc6f86bb08fe21d9e357ea (diff) |
Add possibility to download messages in mbox format (#1486069)
Removed "download folder" option, the same can be done by selecting all messages in a folder
Code refactoring
Diffstat (limited to 'plugins/zipdownload/composer.json')
-rw-r--r-- | plugins/zipdownload/composer.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/plugins/zipdownload/composer.json b/plugins/zipdownload/composer.json index 7f6e30935..cdfbf9923 100644 --- a/plugins/zipdownload/composer.json +++ b/plugins/zipdownload/composer.json @@ -1,14 +1,19 @@ { "name": "roundcube/zipdownload", "type": "roundcube-plugin", - "description": "Adds an option to download all attachments to a message in one zip file, when a message has multiple attachments. Also allows the download of a selection of messages in one zip file and the download of entire folders.", + "description": "Adds an option to download all attachments to a message in one zip file, when a message has multiple attachments. Also allows the download of a selection of messages in one zip file. Supports mbox and maildir format.", "license": "GNU GPLv3+", - "version": "2.1", + "version": "3.0", "authors": [ { "name": "Thomas Bruederli", "email": "roundcube@gmail.com", "role": "Lead" + }, + { + "name": "Aleksander Machniak", + "email": "alec@alec.pl", + "role": "Lead" } ], "repositories": [ |