Author Topic: zipplugin: How to download selection of messages  (Read 3708 times)

Offline tkn777

  • Newbie
  • *
  • Posts: 3
zipplugin: How to download selection of messages
« 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

Offline MrEddy

  • Newbie
  • *
  • Posts: 7
Re: zipplugin: How to download selection of messages
« Reply #1 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

Offline tkn777

  • Newbie
  • *
  • Posts: 3
Re: zipplugin: How to download selection of messages
« Reply #2 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

Offline MrEddy

  • Newbie
  • *
  • Posts: 7
Re: zipplugin: How to download selection of messages
« Reply #3 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 ?

Offline tkn777

  • Newbie
  • *
  • Posts: 3
Re: zipplugin: How to download selection of messages
« Reply #4 on: July 22, 2013, 04:59:36 PM »
Thank you. That's it!