Merge branch 'main' into copilot/fix-mailbox-connectivity-issues

This commit is contained in:
Christian Krakau-Louis
2026-05-04 00:21:59 +02:00
committed by GitHub
10 changed files with 80 additions and 4 deletions
+1
View File
@@ -210,6 +210,7 @@ async def process_mail_account(account_id: int):
"host": user_smtp.host,
"port": user_smtp.port,
"username": user_smtp.username,
"sender_email": user_smtp.sender_email or "",
"password": decrypt_credential(user_smtp.encrypted_password), # type: ignore[arg-type]
"use_tls": user_smtp.use_tls,
}