This is a simple SMTP/IMAP server that uses Supabase as a backend for authentication and email storage. It follows the SMTP and IMAP protocols to allow sending, receiving, and managing emails.
This repo is a work in progress and is not yet ready for production use.
To install the server, run the following command:
bun installTo start the server, run the following command:
bun startThe following environment variables are required:
SUPABASE_URL: The Supabase URLSUPABASE_ANON_KEY: The Supabase API keyTLS_KEY_PATH: The path to the TLS key fileTLS_CERT_PATH: The path to the TLS certificate file