Dockerized

This commit is contained in:
rxf
2025-10-02 09:19:32 +02:00
parent 88f80252d6
commit 3fc1b91041
8 changed files with 275 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
# Keine externen Dependencies erforderlich
# Das Skript verwendet nur Python Standard-Bibliotheken:
# - imaplib (E-Mail IMAP-Zugriff)
# - email (E-Mail-Parsing)
# - os (Dateisystem-Operationen)
# - shutil (Datei-/Ordner-Operationen)
# - datetime (Datum/Zeit-Operationen)