UPDATE: For 5.0.9/10+ I highly recommend the tar formatter for personal backups to get items plus metadata:
ZCS-to-ZCS Migrations » Zimbra :: Blog
(5.0.11/.12+ has it nicely exposed to users -instead of remembering url tricks- in the import/export section of the preferences tab)
---
Though it's not exactly an easy way to search through them later (besides importing them into a mail client or using your operating system's search) to make their own copies:
Exporting to .zip does not delete them from your zimbra account, but I'll explain below how you could tag the messages you want to remove and delete them from zimbra later.
Login first
To get a .zip of all emails in the inbox you would just browse to:
http://server.domain.com/user/~/inbox.zip (or any other folder name at the end)
Easy:
http:// server.domain.com/user/~/?fmt=zip&query=is:anywhere
Notes:
-Be sure to rename items.zip to something descriptive so you know what it is! (subfolders will show up inside it as well if your searching across multiple folders)
-You can replace accountnames with ~
-'user' & 'home', as well as 'service' & 'zimbra' are mostly interchangeable/often not needed/you can construct in a variety of ways. ie:
/user/~
/home/accountname
/zimbra/user/~/
/zimbra/home/~/
/zimbra/user/accountnamehere/
/zimbra/home/accountnameehere/
/service/home/~
For instance, you could:
-Do an advanced search in the web-client first, and move them to a folder or tag named 'NowArchiving' (and if you want then you could just delete that folder after you're happy with your export)
-Grab a zip of all items with a tag ; without going back into the web-client you can search across all folders for things like:
Update: Remove those quotes
(You can make combinations of the above, for other ideas see
Search Tips - ZimbraWiki)
See more at:
/blog/archives/2006/01/rest_update.html &
/blog/archives/2005/11/all_rest_and_no.html &
/blog/archives/2006/05/updating_via_re_1.html
To get those stuff back in?
Import into a thick-client and drag from local > zimbra
Use CURL/zmmailbox addMessge/zmlmtpinject to put the messages back into zimbra
(for usage see
Moving Folders between users &
Recover data from store folders
Heck, you could build a portal that pulls up their current folder structure/does the search and REST export to .zip in the first place. You would give them some checkbox items for options & a calendar to pick before dates, etc. exporting/importing the .eml (or conversion to .msg)
Or make a zimlet!
I suppose you could could go ahead and open an
RFE if it's not already open doing something like 'message export/import in preferences', for whole folders it would be just like the contacts & cal import/exports.