feat: Email-Eingangsverarbeitung für Destinatäre implementieren
Neues System zur automatischen Verarbeitung eingehender E-Mails von Destinatären. IMAP-Polling alle 15 Minuten via Celery Beat, automatische Zuordnung zu Destinatären anhand der E-Mail-Adresse, Upload von Anhängen zu Paperless-NGX. Umfasst: - DestinataerEmailEingang Model mit Status-Tracking - Celery Task für IMAP-Polling und Paperless-Integration - Web-UI (Liste + Detail) mit Such- und Filterfunktion - Admin-Interface mit Bulk-Actions - Agent-Dokumentation (SysAdmin, RentmeisterAI) - Dev-Environment Modernisierung (docker compose v2) Reviewed by: SysAdmin (STI-15), RentmeisterAI (STI-16) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -35,7 +35,7 @@ services:
|
||||
- DB_PORT=5432
|
||||
- DJANGO_SECRET_KEY=dev-secret-key-not-for-production
|
||||
- DJANGO_DEBUG=1
|
||||
- DJANGO_ALLOWED_HOSTS=localhost,127.0.0.1
|
||||
- DJANGO_ALLOWED_HOSTS=localhost,127.0.0.1,100.81.230.53
|
||||
- LANGUAGE_CODE=de
|
||||
- TIME_ZONE=Europe/Berlin
|
||||
- REDIS_URL=redis://redis:6379/0
|
||||
|
||||
Reference in New Issue
Block a user