What problem does it solve?
mailescrow provides a safe, human-supervised path for sending and receiving emails via a REST API, ensuring that outbound messages cannot be sent without explicit human approval and inbound messages are surfaced only after human review.
Core Features & Use Cases
- Outbound emails are queued and require a human to approve or reject in a web UI before being sent via SMTP.
- Inbound emails are captured via IMAP poll and presented for approval, then retrieved via API once approved.
- The solution exposes a REST API for programmatic submission and retrieval; a web UI provides the approval workflow; IMAP folders track lifecycle; and SQLite persists emails.
Quick Start
Submit an outbound email via the REST API and approve it in the web UI to send.