ultisuite-backend/internal/mail
R3D347HR4Y 65fc9e517a Implement outbox management features with scheduling and attachment support
- Added new API endpoints for sending, rescheduling, and canceling scheduled outbox messages.
- Implemented outbox processing logic to handle attachments and manage message statuses.
- Introduced a dead-letter strategy for failed outbox messages, enhancing reliability.
- Updated database schema to support new outbox statuses and dead-letter entries.
- Enhanced unit tests for outbox functionalities, ensuring robust error handling and validation.
- Improved attachment handling in the outbox processor to support inline and regular attachments.
2026-05-22 17:46:30 +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 Implement IMAP sync pipeline with rules and webhook support 2026-05-22 17:38:39 +02:00
limits Enhance mail API with rate limiting, idempotency, and attachment management 2026-05-22 17:19:16 +02:00
rules Implement IMAP sync pipeline with rules and webhook support 2026-05-22 17:38:39 +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 Add CI workflow and unit tests for mail API 2026-05-22 17:02:37 +02:00