diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-07 16:12:47 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-07 16:12:47 +0100 |
commit | f4f7f5a24f5eb708b409a12429425d48585a053b (patch) | |
tree | 23a67dcf9eb4749803485c2826e892b1ca772b32 /tests/README.md | |
parent | 269da4c240000d67eebda9571843234671509e37 (diff) | |
download | aerogramme-f4f7f5a24f5eb708b409a12429425d48585a053b.tar.gz aerogramme-f4f7f5a24f5eb708b409a12429425d48585a053b.zip |
update readme
Diffstat (limited to 'tests/README.md')
-rw-r--r-- | tests/README.md | 6 |
1 files changed, 5 insertions, 1 deletions
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) |