Thread: RSS for tags
View Single Post
  #2 (permalink)  
Old 06-29-2007, 08:58 AM
dkarp dkarp is offline
Zimbra Employee
 
Posts: 1,434
Default

Remove the double-quotes around the query (and use the correct syntax) and it should work. Something like this:
Code:
https://.../inbox.atom?query=tag:aws
or if you want to search the entire mailbox and not just the inbox folder:
Code:
https://.../?fmt=atom&query=tag:aws
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote