Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Robin Thoni 6486178dfa updated postgres docker; updated rounecube to 1.3.6 il y a 6 ans
..
localization updated postgres docker; updated rounecube to 1.3.6 il y a 6 ans
skins updated postgres docker; updated rounecube to 1.3.6 il y a 6 ans
README updated postgres docker; updated rounecube to 1.3.6 il y a 6 ans
composer.json updated postgres docker; updated rounecube to 1.3.6 il y a 6 ans
config.inc.php.dist updated postgres docker; updated rounecube to 1.3.6 il y a 6 ans
zipdownload.js updated postgres docker; updated rounecube to 1.3.6 il y a 6 ans
zipdownload.min.js updated postgres docker; updated rounecube to 1.3.6 il y a 6 ans
zipdownload.php updated postgres docker; updated rounecube to 1.3.6 il y a 6 ans

README

Roundcube Webmail ZipDownload
=============================
This plugin adds an option to download all attachments to a message in one zip
file, when a message has multiple attachments. The plugin also allows the
download of a selection of messages in 1 zip file.

Requirements
============
* php_zip extension (including ZipArchive class)
Either install it via PECL or for PHP >= 5.2 compile with --enable-zip option

License
=======
This plugin is released under the GNU General Public License Version 3
or later (http://www.gnu.org/licenses/gpl.html).

Even if skins might contain some programming work, they are not considered
as a linked part of the plugin and therefore skins DO NOT fall under the
provisions of the GPL license. See the README file located in the core skins
folder for details on the skin license.

Install
=======
* Place this plugin folder into plugins directory of Roundcube
* Add zipdownload to $config['plugins'] in your Roundcube config

NB: When downloading the plugin from GitHub you will need to create a
directory called zipdownload and place the files in there, ignoring the
root directory in the downloaded archive

Config
======
The default config file is plugins/zipdownload/config.inc.php.dist
Rename this to plugins/zipdownload/config.inc.php