Hi ! I've found a useful documentation on query structure
here
I've another little question : with this query
http://server/zimbra/user/uname/?fmt=zip&query=(tag:tagname)
I would collect in a zip file all messages tagged with "tagname" present in ALL directories, or ALL directories except TRASH o SPAM, but I get in return all messages in INBOX tagged with "tagname" without searching recursively in INBOX.
If I have a directory structure like this (dirs with capital letter)
INBOX
...|--->Message tagged0
...|--->Message tagged0.1
...|--> TEST1
.............|--->Message tagged1
...|--->TEST2
.............|--->Message tagged2
.............|--->TEST2.1
.......................|--->Message tagged2.1
...|--->TEST3
The query will return only Message tagged{0, 0.1} without scanning recursively in all subdirs. I read (
here in ISSUES/NOTES) in the past that there was a way to do this adding at the end of the url "?recursive=1" but this solution doesn't work.
If I add "&recursive=1" there is always no recursively scan.
Does anybody know a solution ?
10x