Roundcube Community Forum

 

Exporting folders of email

Started by amkai, April 12, 2023, 11:45:13 AM

Previous topic - Next topic

amkai

Hello,

I am looking for guidance on exporting a folder of messages.  I have come across a RoundCube document which says it can be done but FatCow says it cannot - that we have to select each message. 

This is link is for the document I found: https://docs.roundcube.net/doc/help/1.1/en_US/mail/importexport.html

I would appreciate any help in understanding if exporting a folder (as is) can be done, and how to do it.

Thanks!
Amkai

Dmitry42

As I see before on this forum - export folder still not work..

JohnDoh

To download multiple messages at the same time you must enable and configure the zipdownload plugin which is distributed with Roundcube.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

OliveBranchMarketing

How do I enable and configure the zipdownload plugin which is distributed with Roundcube?

Dmitry42

Just  add it to your config.inc.php like this

Quote
$config['plugins'] = [
.......
.......
......
...... ,
      'zipdownload',
      ];


for configure plugin edit plugin config file
..........Roundcube/plugins/zipdownload/config.inc.php