Hey,
i need some help with the http-api from doveadm, i try to search a string in the mail-text from all mails in my inbox. My curl-post looks like these:
curl -v -X POST -u <user>:<password> -H "Content-Type: application/json" -d '[["search",{"query":["mailbox","INBOX","TEXT","8887"],"user":"<mailUser>"},"tag1"]]' http://<server>:8080/doveadm/v1 | python -mjson.tool > out.json
I receive only empty results, do have anyone an idea?
Mit freundlichen Grüßen
Yours sincerely
|