Commit graph

2 commits

Author SHA1 Message Date
daef4cbc9f Fix systemd variable expansion with shell wrapper
Wrap ExecStartPost in /bin/sh -c to enable variable expansion for
UPTIME_SUCCESS_URL. Add EnvironmentFile to load vars from .env.

Changes:
- Update ExecStartPost to use shell for  expansion
- Add EnvironmentFile=/.env to service
- Update fail service ExecStart similarly
2026-01-04 18:53:06 +09:00
686c4877d3 Implement email forwarder
Add core IMAP forwarding logic with time-based searches and Message-ID
deduplication to prevent duplicates in destination mailbox.

Changes:
- Implement SINCE-based email search using last_run.txt for incremental forwarding
- Add Message-ID extraction and IMAP checks for deduplication
- Configure systemd user services with drop-in overrides for portability
- Integrate Uptime Kuma pings for monitoring
- Set up virtual environment for dependency isolation
- Update documentation and configuration templates
2026-01-04 15:34:31 +09:00