- Zimbra Collaboration 8.6 Patch 9 now available (includes fix for CVE-2017-8802). Read the announcement.
- Zimbra Collaboration 8.8.7 + Zimbra Connector for Outlook 8.8.7 are available.. Read the announcement.
- Are you a Zimbra Developer? You can find some interesting stuff in our Official GitHub: https://github.com/Zimbra and check the Community Projects too: https://github.com/Zimbra-Community/
Zimlet to save email as eml files
-
- Posts: 15
- Joined: Sat Sep 13, 2014 12:49 am
Zimlet to save email as eml files
For years I have been hoping that Zimbra owners/developers would provide an easy way to save individual emails which can the be stored with other files in traditional file systems. My users never stop complaining that it should be easy like Outlook. I have tried a number of zimlets over the years but most seem to be stuck to certain versions or have some other downside. Surely it is obvious that there is a strong need be able save individual emails simply from the web client? I know that .eml may not be an open standard, but it has the benefit of being well understood. Please, please can you address this major shortcoming
- JDunphy
- Outstanding Member
- Posts: 482
- Joined: Fri Sep 12, 2014 11:18 pm
- Location: Victoria, BC
- ZCS/ZD Version: 8.7.11_P14 RHEL6 Network Edition
- Contact:
Re: Zimlet to save email as eml files
Have you tried the one mentioned here - https://blog.zimbra.com/2016/11/know-downloader-zimlet/ It is close to what you mention. You have an Export button next to zimbra actions button for the user. Although the website link is not in english, the zimlet supports english and you can change button title to whatever you want since its just a text file. It does single or multi select and it will popup a save dialog with the emails having .eml extensions.
You could execute this directly to see how it would behave without installing the zimlet since it is generating the following request before your browser takes over.
where list contains your mail message[s] by id that you selected. Depending on your environment, an archive manager would normally pop up since it's a zip archive and at this point and you can save the zip file to disk or explore inside the zip file and traverse the folders and save from there. Hint: do a show original on any email message to grab a few message id's if you want to simulate the zimlet behavior before installing the zimlet.
It was working on 8.7.11 ... There are a ton of downloader zimlets mostly forked from the original so other than the export button, it works about the same.
You could execute this directly to see how it would behave without installing the zimlet since it is generating the following request before your browser takes over.
Code: Select all
https://mail.example.com/home/user%40example.com/?fmt=zip&list=682820,682640&filename=ZimbraItems
where list contains your mail message[s] by id that you selected. Depending on your environment, an archive manager would normally pop up since it's a zip archive and at this point and you can save the zip file to disk or explore inside the zip file and traverse the folders and save from there. Hint: do a show original on any email message to grab a few message id's if you want to simulate the zimlet behavior before installing the zimlet.
It was working on 8.7.11 ... There are a ton of downloader zimlets mostly forked from the original so other than the export button, it works about the same.

Re: Zimlet to save email as eml files
Try this zimlet https://www.zimbra.org/extend/items/view/folder-backup, it works for messages, folders and conversation
Bye
Bye
Who is online
Users browsing this forum: No registered users and 3 guests