update readme
This commit is contained in:
parent
269da4c240
commit
f4f7f5a24f
1 changed files with 5 additions and 1 deletions
|
@ -13,8 +13,12 @@ docker-compose up
|
||||||
- listen on :994, run `openssl s_client -connect 127.0.0.1:994`
|
- listen on :994, run `openssl s_client -connect 127.0.0.1:994`
|
||||||
- login with `A LOGIN test@example.com pass`
|
- login with `A LOGIN test@example.com pass`
|
||||||
- Cyrus
|
- 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`
|
- 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:
|
Other IMAP servers we could add:
|
||||||
- WildDuck (own node.js imap implementation)
|
- WildDuck (own node.js imap implementation)
|
||||||
|
|
Loading…
Reference in a new issue