Added better GMail handling and multi file type support

This commit is contained in:
Christian Krakau-Louis
2025-02-19 14:03:29 +01:00
parent 2241c1de6c
commit c40e9f034e
6 changed files with 167 additions and 44 deletions
+1
View File
@@ -27,6 +27,7 @@ class Settings(BaseSettings):
azure_ai_key: str
azure_region: str
azure_endpoint: str
gotenberg_url: str
# IMAP 1
imap1_host: Optional[str] = None