Roundcube Webmail ZipDownload=============================This plugin adds an option to download all attachments to a message in one zipfile, when a message has multiple attachments. The plugin also allows thedownload 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 optionLicense=======This plugin is released under the GNU General Public License Version 3or later (http://www.gnu.org/licenses/gpl.html).Even if skins might contain some programming work, they are not consideredas a linked part of the plugin and therefore skins DO NOT fall under theprovisions of the GPL license. See the README file located in the core skinsfolder for details on the skin license.Install=======* Place this plugin folder into plugins directory of Roundcube* Add zipdownload to $config['plugins'] in your Roundcube configNB: When downloading the plugin from GitHub you will need to create adirectory called zipdownload and place the files in there, ignoring theroot directory in the downloaded archiveConfig======The default config file is plugins/zipdownload/config.inc.php.distRename this to plugins/zipdownload/config.inc.php