> ## Documentation Index
> Fetch the complete documentation index at: https://docs.syntr.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Mark not spam

> Move message from Spam/Junk to Inbox. JSON body: senderId (UUID), messageId; mailboxId required for WildDuck and Stalwart (same as list row).

<RequestExample>
  ```json Request theme={null}
  {
    "senderId": "uuid",
    "messageId": "123",
    "mailboxId": "folder path or mailbox id"
  }
  ```
</RequestExample>

<ResponseExample>
  ```json Response theme={null}
  {
    "success": true,
    "data": {
      "ok": true
    }
  }
  ```
</ResponseExample>
