email-forwarder/email_forwarder
Jeena 05f2e6c870 Fail script on all server errors
Remove local exception handling for IMAP operations to ensure script
exits on any server failure (e.g., auth, connection, search errors).
This allows systemd OnFailure to notify on fixable issues.

Changes:
- Remove try-except in check_duplicate, sync_folder, sync_all_folders
- Let IMAP exceptions propagate to main() for exit(1)
2026-01-04 20:10:33 +09:00
..
__init__.py Restructure as runnable Python module 2026-01-04 18:22:42 +09:00
__main__.py Restructure as runnable Python module 2026-01-04 18:22:42 +09:00
email_forwarder.py Fail script on all server errors 2026-01-04 20:10:33 +09:00