56d92c153b
- _safe_decode() faengt LookupError bei unbekannten/kaputten Mail-Charsets (z.B. 'x-unknown') ab, Fallback utf-8 -> latin-1. Verhindert Crash der Mail-Suche/Read bei einzelnen kaputt-kodierten Mails. - common.py: OAuth access_token Lifetime 24h -> 30 Tage (weniger Re-Auth in claude.ai) - .gitignore: *.before-* Backups ausschliessen Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
8 lines
80 B
Plaintext
8 lines
80 B
Plaintext
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
tokens.json
|
|
config.json
|
|
.active_tokens.json
|
|
*.before-*
|