Full pipeline: IMAP ingress -> OpenClaw dispatch -> callback -> SMTP reply. SQLite stateful storage with idempotency, threading, and retry logic. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
17 lines
116 B
Plaintext
17 lines
116 B
Plaintext
# Environment
|
|
.env
|
|
|
|
# Database
|
|
data/*.db
|
|
data/*.db-wal
|
|
data/*.db-shm
|
|
|
|
# Go
|
|
/bin/
|
|
/tmp/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|