Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: amkai on April 12, 2023, 11:45:13 AM

Title: Exporting folders of email
Post by: amkai on April 12, 2023, 11:45:13 AM
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
Title: Re: Exporting folders of email
Post by: Dmitry42 on April 12, 2023, 12:28:12 PM
As I see before on this forum - export folder still not work..
Title: Re: Exporting folders of email
Post by: JohnDoh on April 12, 2023, 12:42:27 PM
To download multiple messages at the same time you must enable and configure the zipdownload plugin which is distributed with Roundcube.
Title: Re: Exporting folders of email
Post by: OliveBranchMarketing on November 28, 2023, 11:07:09 AM
How do I enable and configure the zipdownload plugin which is distributed with Roundcube?
Title: Re: Exporting folders of email
Post by: Dmitry42 on November 28, 2023, 09:31:19 PM
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