cancel_send
Cancel a queued email before it is sent. Provide the id from a delayed send_email call to stop delivery while the send delay is still active.
Instructions
Cancel a send_email call that was queued because PROTONMAIL_SEND_DELAY_SECONDS is set. Only works while the item is still pending — once it has actually sent, this returns canceled: false. No effect (throws) if PROTONMAIL_SEND_DELAY_SECONDS is 0, since nothing is ever queued in that case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id returned by a queued send_email call. |