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