Aleksander Machniak
2013-06-18 c64beed6bb31c697459290484a256cd83b377922
commit | author | age
70bbab 1 Roundcube Webmail ZipDownload
TB 2 =============================
3 This plugin adds an option to download all attachments to a message in one zip
4 file, when a message has multiple attachments. The plugin also allows the
5 download of a selection of messages in 1 zip file and the download of entire
6 folders.
7
8 Requirements
9 ============
10 * php_zip extension (including ZipArchive class)
11   Either install it via PECL or for PHP >= 5.2 compile with --enable-zip option
12
13 License
14 =======
15 This plugin is released under the GNU General Public License Version 3
16 or later (http://www.gnu.org/licenses/gpl.html).
17
18 Even if skins might contain some programming work, they are not considered
19 as a linked part of the plugin and therefore skins DO NOT fall under the
20 provisions of the GPL license. See the README file located in the core skins
21 folder for details on the skin license.
22
23 Install
24 =======
25 * Place this plugin folder into plugins directory of Roundcube
26 * Add zipdownload to $rcmail_config['plugins'] in your Roundcube config
27
28 NB: When downloading the plugin from GitHub you will need to create a
29 directory called zipdownload and place the files in there, ignoring the
30 root directory in the downloaded archive
31
32 Config
33 ======
34 The default config file is plugins/zipdownload/config.inc.php.dist
35 Rename this to plugins/zipdownload/config.inc.php