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
As I see before on this forum - export folder still not work..
To download multiple messages at the same time you must enable and configure the zipdownload plugin which is distributed with Roundcube.
How do I enable and configure the zipdownload plugin which is distributed with Roundcube?
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