mirror of
https://github.com/chatmail/core.git
synced 2026-04-22 07:56:29 +03:00
This API allows to check if the message with given ID exists and distinguish between message not existing and database error. It might also be faster than checking messages one by one if multiple messages need to be checked because of using a single SQL transaction.