summaryrefslogtreecommitdiff
path: root/plugins/zipdownload/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/zipdownload/composer.json')
-rw-r--r--plugins/zipdownload/composer.json9
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": [