Links
📶

Statistics

The GraphQL type definition for the Maildrop Statistics returned by the API.
type Statistics {
blocked: Int
saved: Int
}
Field
Description
blocked
The number of messages that the Heluna antispam filters have blocked for Maildrop.
saved
The number of clean messages that have been delivered to Maildrop mailboxes.
These statistics may be cached for up to a minute and may not reflect the current true totals.
Last modified 7mo ago