Author Topic: Exporting folders of email  (Read 5221 times)

Offline amkai

  • Newbie
  • *
  • Posts: 1
Exporting folders of email
« 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

Offline Dmitry42

  • Full Member
  • ***
  • Posts: 232
Re: Exporting folders of email
« Reply #1 on: April 12, 2023, 12:28:12 PM »
As I see before on this forum - export folder still not work..

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,856
Re: Exporting folders of email
« Reply #2 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.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline OliveBranchMarketing

  • Newbie
  • *
  • Posts: 1
Re: Exporting folders of email
« Reply #3 on: November 28, 2023, 11:07:09 AM »
How do I enable and configure the zipdownload plugin which is distributed with Roundcube?

Offline Dmitry42

  • Full Member
  • ***
  • Posts: 232
Re: Exporting folders of email
« Reply #4 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