Search Emails
All Emails
Load emails with pagination for better performance:
API Documentation
The following REST API endpoints are available:
GET /all
/all?limit=20&offset=0
Get all stored messages with pagination support
Parameters: limit (max 100), offset
GET /from/<email>
/from/test@example.com?limit=20&offset=0
Get messages from a specific sender with pagination
Parameters: limit (max 100), offset
GET /to/<email>
/to/user@example.com?limit=20&offset=0
Get messages to a specific recipient with pagination
Parameters: limit (max 100), offset
GET /health
/health
Health check endpoint
Usage Example
Send an email to any address ending with your domain, then query:
curl http://localhost:14000/to/test@yourdomain.com