Dockerfile und docker-compose angepasst wegen Zugriffsberechtigung bei Docker

This commit is contained in:
2026-03-02 17:22:31 +00:00
parent 26a9a267a0
commit 2299d5f78c
3 changed files with 8 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ def process_mails():
# Mail nach Verarbeitung löschen
mail.store(num, "+FLAGS", "\\Deleted")
# mail.expunge()
mail.expunge()
mail.logout()