Displaying 2 results from an estimated 2 matches for "api_key_here".
2018 Sep 18
2
HTTP DoveAdm API - Possible bug?
...get the expected fields back.
From a python shell, with an asterisk causes the following behaviour
(note that doveadm is a python module that wrappers the dovecot API into
Python's requests module).
>>> doveadm.do_query("http://[xxxx:xxxx:xxxx:xxxx::ffff]:24280",
"API_KEY_HERE", [ ["user", { "userMask": ["*"] }, "c01"] ])
'[["doveadmResponse",,"c01"]]'
If I run the same command with a valid mailbox in the userMask Field, I
get the response I expect:
>>> doveadm.do_query("http://[[x...
2018 Sep 19
0
HTTP DoveAdm API - Possible bug?
....
>
> From a python shell, with an asterisk causes the following behaviour
> (note that doveadm is a python module that wrappers the dovecot API
> into Python's requests module).
>
> >>> doveadm.do_query("http://[xxxx:xxxx:xxxx:xxxx::ffff]:24280",
> "API_KEY_HERE", [ ["user", { "userMask": ["*"] }, "c01"] ])
> '[["doveadmResponse",,"c01"]]'
>
> If I run the same command with a valid mailbox in the userMask Field,
> I get the response I expect:
>
> >>> doveadm...