aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-07-08 13:09:13 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-07-08 13:09:13 +0200
commitc926de6ef553abca36af6cb4aed398d88d9c6bca (patch)
tree339042dfd70f51c9ba9cca9e3f04d0951ce423ee /tests
parente72985a38cec9e31eb2c4b6fa012895ff07226a8 (diff)
downloadaerogramme-c926de6ef553abca36af6cb4aed398d88d9c6bca.tar.gz
aerogramme-c926de6ef553abca36af6cb4aed398d88d9c6bca.zip
List other possible implementations
Diffstat (limited to 'tests')
-rw-r--r--tests/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md
index e2bfa6b..039c65b 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -16,6 +16,16 @@ docker-compose up
- lient on :143, run `nc 127.0.0.1 143`
- login with `A LOGIN test pass`
+Other IMAP servers we could add:
+ - WildDuck (own node.js imap implementation)
+ - https://github.com/nodemailer/wildduck
+ - DBMail (own C IMAP implementation)
+ - https://github.com/dbmail/dbmail/tree/master
+ - UW IMAP (known to be the reference IMAP implementation)
+ - https://wiki.archlinux.org/title/UW_IMAP
+ - Apache James (has its own implementation of IMAP too)
+ - https://james.apache.org/
+
# Inject emails and dump the computed `BODY` + `BODYSTRUCTURE`
Once you ran `docker-compose up`, launch `./send-to-imap.py`