email-forwarder/email_forwarder
Jeena a32f79980e Implement configurable STATE_DIR for state files
Move processed_message_ids.txt and last_run.txt to STATE_DIR,
configurable via .env. Install script creates ./state by default.

Changes:
- Add STATE_DIR to .env.example and config loading
- Update EmailForwarder to use os.path.join for file paths
- Add os.makedirs for state dir creation
- Update README with STATE_DIR option
2026-01-04 19:45:48 +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 Implement configurable STATE_DIR for state files 2026-01-04 19:45:48 +09:00