Help: Need a REST URL to return all emails (all folders) matching search criteria
Hi Zimbra Community
I'd like to issue a REST URL to query a users mail store and return a ZIP or RSS feed to all emails matching a query.
There is some information in the Wiki.
http://wiki.zimbra.com/index.php?title=User_Migration
And SVN
http://svn.sourceforge.net/viewvc/zi...=1&view=markup
For example:
Code:
http://[hostname]/zimbra/home/[/url][zimbra-username]/?fmt=zip&query=(from:(@zimbra.com))
Should return a ZIP containing all emails from zimbra.com. But it doesn't work.
This example DOES work, but only searches the Inbox folder.
Code:
http://[hostname]/zimbra/home/[/url][zimbra-username]/inbox.zip?query=(from:(@zimbra.com))
Can anyone help out?