• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..22-Nov-2021-

localization/H22-Nov-2021-1,5781,294

skins/H22-Nov-2021-2521

READMEH A D22-Nov-20211.3 KiB3428

composer.jsonH A D22-Nov-2021905 3130

config.inc.php.distH A D22-Nov-2021609 2015

zipdownload.phpH A D22-Nov-202113.7 KiB421277

README

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