5 Apr
2016
5 Apr
'16
9:25 a.m.
On 2016-04-04 20:22, aki.tuomi@dovecot.fi wrote:
A simple 1-line curl-example in the docs would do wonders :)
an example command would be
curl -H "Content-Type: application/json" -H "Authorization: Basic <base64 username:password>" -d '[["fetch",{"user":"username","field":["uid"],"query":["mailbox","INBOX"]},"c01"]]' http://server:8080/doveadm/v1
Awesome, I got it working with the API key. Thanks :)