# Maildrop

## Maildrop

- [Developer Documentation](https://docs.maildrop.cc/developer-documentation.md): Welcome to the Maildrop developer docs!
- [Quickstart](https://docs.maildrop.cc/quickstart.md): This page helps you get up and running with the Maildrop API within ten minutes.
- [Overview](https://docs.maildrop.cc/api-reference/overview.md): This page gives you all the information you need to start connecting to the Maildrop API and performing queries.
- [Rate Limiting](https://docs.maildrop.cc/api-reference/rate-limiting.md): This page provides information about the Maildrop API service limits.
- [GraphQL API Schema](https://docs.maildrop.cc/api-reference/graphql-api-schema.md): This page provides general information about GraphQL and the reference schema for Maildrop.
- [Get a Mailbox Listing](https://docs.maildrop.cc/api-reference/get-a-mailbox-listing.md): This is the GraphQL query to run in order to get a list of all messages inside a mailbox.
- [Get a Specific Message](https://docs.maildrop.cc/api-reference/get-a-specific-message.md): This is the GraphQL query to run when you want to get the body and html of a particular message.
- [Delete a Message](https://docs.maildrop.cc/api-reference/delete-a-message.md): This is the GraphQL mutation to run when you want to delete a message from a mailbox.
- [Get a Mailbox Alias](https://docs.maildrop.cc/api-reference/get-a-mailbox-alias.md): This is the GraphQL query to run when you want to get the mailbox alias for a given mailbox.
- [Maildrop Statistics](https://docs.maildrop.cc/api-reference/maildrop-statistics.md): This is the GraphQL query to run when you want to see overall statistics about Maildrop emails.
- [Service Status](https://docs.maildrop.cc/api-reference/service-status.md): This is the GraphQL query to run to return a simple boolean of whether Maildrop is functioning or not.
- [Message](https://docs.maildrop.cc/graphql-types/message.md): The GraphQL type definition for a Message returned by the API.
- [Statistics](https://docs.maildrop.cc/graphql-types/statistics.md): The GraphQL type definition for the Maildrop Statistics returned by the API.
