diff options
author | Quentin <quentin@dufour.io> | 2024-01-08 10:39:15 +0000 |
---|---|---|
committer | Quentin <quentin@dufour.io> | 2024-01-08 10:39:15 +0000 |
commit | 42a54b2c500294c594f3efdd25db28c18f5ac238 (patch) | |
tree | e43a11753472f1917ce4aa6ddba24ae3a513bd50 /tests/instrumentation/send-to-imap.py | |
parent | 72f9a221ed2318d8ca3452b6574c900be923d3d5 (diff) | |
parent | 152d5b7604337fe19a7aea7fc37b3d4615ca7393 (diff) | |
download | aerogramme-42a54b2c500294c594f3efdd25db28c18f5ac238.tar.gz aerogramme-42a54b2c500294c594f3efdd25db28c18f5ac238.zip |
Merge branch 'main' into feat/search
Diffstat (limited to 'tests/instrumentation/send-to-imap.py')
-rw-r--r-- | tests/instrumentation/send-to-imap.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/instrumentation/send-to-imap.py b/tests/instrumentation/send-to-imap.py index df49076..1f8edae 100644 --- a/tests/instrumentation/send-to-imap.py +++ b/tests/instrumentation/send-to-imap.py @@ -51,6 +51,14 @@ parameters = { "ext": ".cyrus", "mb": "INBOX."+base_test_mb, }, + "courier": { + "con": IMAP4, + "port": 144, + "user": "debian", + "pw": "debian", + "ext": ".courier", + "mb": base_test_mb, + }, "stalwart": { "con": IMAP4_SSL, "port": 1993, |