Roundcube Community Forum

 

zipplugin: How to download selection of messages

Started by tkn777, July 20, 2013, 06:05:53 PM

Previous topic - Next topic

tkn777

Hi,

I have installed the zipplugin and configured it like:


$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

MrEddy

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

tkn777

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

MrEddy

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 ?