Commit Graph

4 Commits

Author SHA1 Message Date
duffyduck cbdd296aae Add network timeouts to prevent container hangs on unreachable servers
Without timeouts, smtplib.SMTP() / imaplib.IMAP4_SSL() / paramiko.Transport()
hang indefinitely when the remote server is down or firewall-dropped, blocking
the entire background thread and eventually freezing the app.

- SMTP: 30s connect/operation timeout
- IMAP: 30s connect/operation timeout
- SFTP (paramiko): 15s socket connect, 15s banner, 30s auth
- SMB and FTP already had timeouts

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-31 14:03:07 +02:00
duffyduck a4e39332c7 added amazon importer and logging smtp 2026-03-20 16:22:38 +01:00
duffyduck f74f936d72 remove lexoffice name in project 2026-03-06 08:40:53 +01:00
Stefan Hacker cb34aa00af first commit 2026-03-06 08:20:07 +01:00