README 1.3 KB

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