- Proper IMAP namespace fix (Closes issue #557 and issue #563)
  - Require `mailsuite>=1.9.17`
  - Revert PR #552
- Add pre-flight check for nameservers (PR #562 closes issue #543)
- Reformat code with `ruff`
This commit is contained in:
Sean Whalen
2024-10-02 21:19:57 -04:00
parent fdb4e4cb36
commit 1ef3057110
29 changed files with 2086 additions and 1902 deletions

View File

@@ -46,7 +46,7 @@ dependencies = [
"imapclient>=2.1.0",
"kafka-python-ng>=2.2.2",
"lxml>=4.4.0",
"mailsuite>=1.6.1",
"mailsuite>=1.9.17",
"msgraph-core==0.2.2",
"opensearch-py>=2.4.2,<=3.0.0",
"publicsuffixlist>=0.10.0",