update readme

This commit is contained in:
Quentin 2023-02-07 16:12:47 +01:00
parent 269da4c240
commit f4f7f5a24f
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 5 additions and 1 deletions

View File

@ -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)