Do queries work on sub-folders under your inbox when using the RSS feeds?
For instance all of these work:
Code:
https://server/zimbra/home/username/inbox.rss
https://server/zimbra/home/username/inbox.rss?query=is:unread
https://server/zimbra/home/username/inbox/subfolder.rss?query=is:unread
https://server/zimbra/home/username/inbox/sub (with a space) folder.rss
In the above the space is replaced with %20 so sub%20folder.rss
But this does not:
Code:
https://server/zimbra/home/username/inbox/sub%20folder.rss?query=is:unread
It gives me this error:
Code:
HTTP Status 404 - no such item
type Status report
message no such item
description The requested resource (no such item) is not available.
Apache Tomcat/5.5.15
Any ideas?