Quarantine
Edit mails in Quarantine
Using this endpoint you can perform actions on quarantine items. It is possible to release emails from quarantine into to the inbox, or learn them as ham to improve Rspamd filtering. You must provide the quarantine item IDs. You can get the IDs using the GET method.
post/api/v1/edit/qitem
Request body
Example request
{
"items": [
"33",
"34"
],
"attr": {
"action": "release"
}
}Response
OK