1.10.0
Client API v2 Expansion
New API Endpoints
GET /client/v2/emails/receiving/{id}— Get inbound email detailDELETE /client/v2/emails/receiving/{id}— Delete a received emailPOST /client/v2/emails/receiving/{id}/reply— Reply to a received emailPOST /client/v2/emails/receiving/{id}/forward— Forward a received emailGET /client/v2/emails/{id}— Get outbound email detailDELETE /client/v2/emails/{id}— Delete a sent email- Attachment APIs — List, download, and delete attachments on received emails
Improvements
- API documentation updated with all new endpoints
- Improved error responses with consistent JSON format
Security
- Domain-based email restrictions for API keys
- Allowed domains whitelist enforced on send operations