feat(requirements): add a summary of project requirements

This commit is contained in:
2026-06-17 15:53:07 +01:00
commit a41fbf04da
+4
View File
@@ -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