adapt to starttls interface change in imap_tools

pin imap-tools version to avoid breaking changes
improve mail log
This commit is contained in:
phail
2022-04-09 13:07:14 +02:00
parent ef090e8421
commit b83f8a1cab
2 changed files with 48 additions and 30 deletions

View File

@@ -19,7 +19,7 @@ djangorestframework = "~=3.13"
filelock = "*"
fuzzywuzzy = {extras = ["speedup"], version = "*"}
gunicorn = "*"
imap-tools = "*"
imap-tools = "~=0.53.0"
langdetect = "*"
pathvalidate = "*"
pillow = "~=9.0"