Remove PROCESSED_FILE references and update .env.example with placeholder Uptime URLs for privacy. Changes: - Remove unused processed_file variable and loading in main.py - Update .env.example to use generic Uptime URLs - Remove processed_uids.txt from .gitignore
12 lines
No EOL
395 B
Text
12 lines
No EOL
395 B
Text
SOURCE_HOST=imap.gmx.com
|
|
SOURCE_PORT=993
|
|
SOURCE_USER=your@gmx.com
|
|
SOURCE_PASS=password
|
|
DEST_HOST=yourserver.mxrouting.net
|
|
DEST_PORT=993
|
|
DEST_USER=your@mxroute.com
|
|
DEST_PASS=password
|
|
FOLDER=INBOX
|
|
DRY_RUN=false
|
|
UPTIME_SUCCESS_URL=https://your-uptime-instance.com/api/push/your-token?status=up&msg=OK&ping=
|
|
UPTIME_FAIL_URL=https://your-uptime-instance.com/api/push/your-token?status=down&msg=Failed |