Deletes emails from the quarantine.
An array of email IDs to delete from quarantine.
A promise that resolves to the Mailcow API response indicating success or failure.
Acts on quarantined emails: release them to the recipient's inbox or learn them as ham to improve future Rspamd filtering.
The IDs to act on and the action to take.
A promise that resolves to the Mailcow API response indicating success or failure.
Retrieves all emails currently held in quarantine.
A promise that resolves to an array of QuarantineItem representing each quarantined email.
Interface for all Quarantine endpoints related to email handling in Mailcow.