Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: tkn777 on July 20, 2013, 06:05:53 PM

Title: zipplugin: How to download selection of messages
Post by: tkn777 on July 20, 2013, 06:05:53 PM
Hi,

I have installed the zipplugin and configured it like:

Code: [Select]
$rcmail_config['zipdownload_attachments'] = 1;
$rcmail_config['zipdownload_folder'] = true;
$rcmail_config['zipdownload_selection'] = true;
$rcmail_config['zipdownload_charset'] = 'UTF-8';

Download of attachments and folders works well, but how can I download selection of mails? Where is the button or the link for doing that?

Thanks in advance for any help

Thomas
Title: Re: zipplugin: How to download selection of messages
Post by: MrEddy on July 21, 2013, 05:29:07 PM
Hi,

As far as I now, zipdownload plugin is only for attachement (so you can download all of them at once)
Maybe there is a plugin to download multiple mails at once ? THe only other way I know is to download mails one by one in .eml (from the "more" option)

Hope this helps a little.

Eddy
Title: Re: zipplugin: How to download selection of messages
Post by: tkn777 on July 22, 2013, 07:46:10 AM
Using the configuration you can also enable the download of whole folders and selected mails with the zipplugin.
The download of whole folders works well, but I do not how to start the download of selected mails.

Thomas
Title: Re: zipplugin: How to download selection of messages
Post by: MrEddy on July 22, 2013, 12:37:39 PM
Okay sorry ! Haven't checked the config.inc.php file.
To download a folder, all I could see is to click on the cog-wheel at the bottom of the folder column.
And to download a selection of mail, I found out that after clicking a selection of mails and then on the "MORE" button in the "icon menu", I was offered to download them (just the same way as it is when clicking on a single mail)

Is this what you were looking for ?
Title: Re: zipplugin: How to download selection of messages
Post by: tkn777 on July 22, 2013, 04:59:36 PM
Thank you. That's it!