diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-27 18:33:06 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-27 18:33:06 +0100 |
commit | ccc9b6abb66ebda0b91b4e21f8ec2fb2e87390f7 (patch) | |
tree | 985f9d136a981ec7cc43984c976c60e9295340d5 /tests/README.md | |
parent | 7744625c18aff5990a792bb13a44b60d8c4d4fc5 (diff) | |
download | aerogramme-ccc9b6abb66ebda0b91b4e21f8ec2fb2e87390f7.tar.gz aerogramme-ccc9b6abb66ebda0b91b4e21f8ec2fb2e87390f7.zip |
add a --dev mode
Diffstat (limited to 'tests/README.md')
-rw-r--r-- | tests/README.md | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/tests/README.md b/tests/README.md deleted file mode 100644 index b479cf4..0000000 --- a/tests/README.md +++ /dev/null @@ -1,38 +0,0 @@ -# Spawn Dovecot+Maddy+Cyrus - -Run: - -``` -docker-compose up -``` - - - Dovecot - - listen on :993, run `openssl s_client -connect 127.0.0.1:993` - - login with `A LOGIN test pass` - - Maddy - - listen on :994, run `openssl s_client -connect 127.0.0.1:994` - - login with `A LOGIN test@example.com pass` - - Cyrus - - 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) - - 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/ - - Citadel - - https://citadel.org - - https://code.citadel.org/?p=citadel;a=tree;f=citadel/server/modules/imap;h=3ceaa1d6b518bddb7539911a8dd9d81136d4e594;hb=HEAD - -# Inject emails and dump the computed `BODY` + `BODYSTRUCTURE` - -Once you ran `docker-compose up`, launch `./send-to-imap.py` |