ultisuite-backend/internal/mail
R3D347HR4Y a2e17c5b6c Enhance WebSocket hub with authentication and event handling improvements
- Updated the WebSocket hub to replace the insecure `user_id` query parameter with an authentication token for secure connections.
- Introduced typed events for mail operations (created, updated, deleted) to streamline event handling.
- Implemented heartbeat functionality (ping/pong) to maintain connection health.
- Enhanced client reconnection logic and delta replay for improved user experience.
- Added limits on connections per user/session to prevent abuse and ensure stability.
2026-05-22 18:09:02 +02:00
..
credentials Initialize Ulti Backend project with Docker setup, environment configuration, and core services. Added .dockerignore, .env.example, Dockerfile, and docker-compose files for PostgreSQL, KeyDB, RustFS, Authentik, Nextcloud, Jitsi, and Immich. Implemented main application structure in Go with API handlers and environment variable expansion. Included README for project overview and setup instructions. 2026-05-22 16:02:53 +02:00
imap Enhance WebSocket hub with authentication and event handling improvements 2026-05-22 18:09:02 +02:00
limits Enhance mail API with rate limiting, idempotency, and attachment management 2026-05-22 17:19:16 +02:00
rules Implement rule simulation and webhook enhancements 2026-05-22 17:53:51 +02:00
sanitize Enhance mail API with rate limiting, idempotency, and attachment management 2026-05-22 17:19:16 +02:00
smtp Implement outbox management features with scheduling and attachment support 2026-05-22 17:46:30 +02:00
storage Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
threading Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
webhooks Implement rule simulation and webhook enhancements 2026-05-22 17:53:51 +02:00