ultisuite-backend/internal/mail
R3D347HR4Y 4eadb91a64 Enhance mail API with rate limiting, idempotency, and attachment management
- Added rate limiting for outbound email sends to prevent abuse, implemented in `internal/api/mail/sendguard`.
- Introduced idempotency key support for email sending to avoid duplicate submissions.
- Enhanced attachment handling with new limits and validation in `internal/api/mail/limits`.
- Updated outbox processing to include retry logic and circuit breaker for SMTP failures.
- Improved HTML sanitization for email content to enhance security.
- Added unit tests for new features, ensuring robust functionality and error handling.
- Updated configuration options in `.env.example` for new mail settings.
2026-05-22 17:19:16 +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 Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
limits Enhance mail API with rate limiting, idempotency, and attachment management 2026-05-22 17:19:16 +02:00
rules Add CI workflow and unit tests for mail API 2026-05-22 17:02:37 +02:00
sanitize Enhance mail API with rate limiting, idempotency, and attachment management 2026-05-22 17:19:16 +02:00
smtp Enhance mail API with rate limiting, idempotency, and attachment management 2026-05-22 17:19:16 +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 Add CI workflow and unit tests for mail API 2026-05-22 17:02:37 +02:00