Maildrop
Return to Maildrop
  • 📚Developer Documentation
  • ⚡Quickstart
  • API Reference
    • 🖥️Overview
    • Rate Limiting
    • GraphQL API Schema
    • 📬Get a Mailbox Listing
    • ✉️Get a Specific Message
    • 🗑️Delete a Message
    • Get a Mailbox Alias
    • Maildrop Statistics
    • Service Status
  • GraphQL Types
    • 📨Message
    • 📶Statistics
Powered by GitBook
On this page
  1. GraphQL Types

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.

PreviousMessage

Last updated 2 years ago

📶