mirror of
https://github.com/axllent/mailpit.git
synced 2025-02-03 13:12:03 +02:00
12 lines
421 B
Markdown
12 lines
421 B
Markdown
|
# API v1
|
||
|
|
||
|
Mailpit provides a simple REST API to access and delete stored messages.
|
||
|
|
||
|
If the Mailpit server is set to use Basic Authentication, then API requests must use Basic Authentication too.
|
||
|
|
||
|
The API is split into three main parts:
|
||
|
|
||
|
- [Messages](Messages.md) - Listing, deleting & marking messages as read/unread.
|
||
|
- [Message](Message.md) - Return message data & attachments
|
||
|
- [Search](Search.md) - Searching messages
|