ultisuite-backend/internal/api/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
..
sendguard Enhance mail API with rate limiting, idempotency, and attachment management 2026-05-22 17:19:16 +02:00
attachments.go Enhance mail API with rate limiting, idempotency, and attachment management 2026-05-22 17:19:16 +02:00
drafts_test.go Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
drafts.go Enhance mail API with rate limiting, idempotency, and attachment management 2026-05-22 17:19:16 +02:00
folders_test.go Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
folders.go Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
handlers_attachments.go Enhance mail API with rate limiting, idempotency, and attachment management 2026-05-22 17:19:16 +02:00
handlers_drafts.go Enhance mail API with rate limiting, idempotency, and attachment management 2026-05-22 17:19:16 +02:00
handlers_folders_labels.go Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
handlers_identities.go Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
handlers_outbox.go Implement outbox management features with scheduling and attachment support 2026-05-22 17:46:30 +02:00
handlers_search.go Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
handlers_test.go Implement outbox management features with scheduling and attachment support 2026-05-22 17:46:30 +02:00
handlers.go Implement outbox management features with scheduling and attachment support 2026-05-22 17:46:30 +02:00
idempotency_test.go Enhance mail API with rate limiting, idempotency, and attachment management 2026-05-22 17:19:16 +02:00
idempotency.go Enhance mail API with rate limiting, idempotency, and attachment management 2026-05-22 17:19:16 +02:00
identities_test.go Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
identities.go Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
labels.go Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
outbox_scheduling.go Implement outbox management features with scheduling and attachment support 2026-05-22 17:46:30 +02:00
search_advanced.go Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
search_test.go Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
service_iface.go Implement outbox management features with scheduling and attachment support 2026-05-22 17:46:30 +02:00
service.go Enhance mail API with rate limiting, idempotency, and attachment management 2026-05-22 17:19:16 +02:00
validate_drafts.go Enhance mail API with rate limiting, idempotency, and attachment management 2026-05-22 17:19:16 +02:00
validate_folders_labels.go Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
validate_identities.go Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
validate.go Implement outbox management features with scheduling and attachment support 2026-05-22 17:46:30 +02:00