You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/plugins/zipdownload
Thomas Bruederli 38ab0be093 Created composer.json files for default plugins 11 years ago
..
localization Synchronized localization files from Transifex 11 years ago
skins Make margin-top on "Download all attachments" button smaller 12 years ago
tests Add basic tests for plugins 12 years ago
CHANGELOG Add zipdwonload plugin by Phil Weir at tehinterweb.co.uk to core repository 12 years ago
README s/$rcmail_config/$config/ also for plugins configuration 11 years ago
composer.json Created composer.json files for default plugins 11 years ago
config.inc.php.dist s/$rcmail_config/$config/ also for plugins configuration 11 years ago
package.xml Add zipdwonload plugin by Phil Weir at tehinterweb.co.uk to core repository 12 years ago
zipdownload.js Add zipdwonload plugin by Phil Weir at tehinterweb.co.uk to core repository 12 years ago
zipdownload.php Fix zipdownload plugin issue with filenames charset (#1489156) 11 years ago

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 and the download of entire
folders.

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