Files
claw-email/.env.example
T
thuanleandClaude Opus 4.7 92121278bb
CI / fmt (pull_request) Successful in 4m47s
CI / test (pull_request) Successful in 12m54s
docs: add ADR-0002, update flow and add BLOCKLIST_EMAILS
- ADR-0002: external rules pipeline architecture
- README: updated flow to show safety checks → rules → dispatch
- .env.example: added BLOCKLIST_EMAILS

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-28 06:39:50 +07:00

27 lines
552 B
Bash

# === IMAP ===
IMAP_HOST=imap.example.com
IMAP_PORT=993
IMAP_USER=bridge@example.com
IMAP_PASS=changeme
# === SMTP ===
SMTP_HOST=smtp.example.com
SMTP_PORT=587
SMTP_USER=bridge@example.com
SMTP_PASS=changeme
# === OpenClaw ===
OPENCLAW_URL=https://api.openclaw.example.com
OPENCLAW_API_KEY=
# === Bridge ===
BRIDGE_CALLBACK_TOKEN=a-strong-random-token
SYSTEM_EMAIL=bridge@example.com
WHITELIST_EMAILS=user1@example.com,user2@example.com
BLOCKLIST_EMAILS=
# === Optional ===
IMAP_PROXY_URL=
LISTEN_ADDR=:8080
CALLBACK_BASE_URL=http://localhost:8080