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
9 lines
No EOL
130 B
SYSTEMD
9 lines
No EOL
130 B
SYSTEMD
[Unit]
|
|
Description=Run Email Forwarder every 5 minutes
|
|
|
|
[Timer]
|
|
OnCalendar=*:0/5
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |