From f4f7f5a24f5eb708b409a12429425d48585a053b Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 7 Feb 2023 16:12:47 +0100 Subject: [PATCH] update readme --- tests/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index c932a0e..b479cf4 100644 --- a/tests/README.md +++ b/tests/README.md @@ -13,8 +13,12 @@ docker-compose up - listen on :994, run `openssl s_client -connect 127.0.0.1:994` - login with `A LOGIN test@example.com pass` - Cyrus - - lient on :143, run `nc 127.0.0.1 143` + - listen on :143, run `nc 127.0.0.1 143` - login with `A LOGIN test pass` + - Stalwart + - listen on :1993, run `openssl s_client -connect 127.0.0.1:993` + - login with `A LOGIN test@example.com pass` + - note: not packaged in docker yet... Other IMAP servers we could add: - WildDuck (own node.js imap implementation)