From a41fbf04da2d6aaa2effbc6e0146ba62fee657b8 Mon Sep 17 00:00:00 2001 From: Lyra Thorpe Date: Wed, 17 Jun 2026 15:53:07 +0100 Subject: [PATCH] feat(requirements): add a summary of project requirements --- REQUIREMENTS.MD | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 REQUIREMENTS.MD diff --git a/REQUIREMENTS.MD b/REQUIREMENTS.MD new file mode 100644 index 0000000..70afa6c --- /dev/null +++ b/REQUIREMENTS.MD @@ -0,0 +1,4 @@ +- Runs in a docker container +- Host an unencrypted, unauthenticated POP3 / SMTP server, proxy connections to this server to authenticated IMAPS and SMTPS +- If this is impossible, connect to IMAPS and SMTPS, cache these mailboxes, and serve them again on an unencrypted server. Mail sent to the unencrypted server by a client should then be re-sent to the backend encrypted server. +- Backend server configuration, hosts, ports, logins, should be done via environment variables