ultisuite-backend/internal/api/mail
R3D347HR4Y 95196f7777 Add mail attachment and draft management features
- Introduced new functionality for managing email attachments and drafts in the mail API.
- Added handlers for listing, uploading, and downloading message attachments in `internal/api/mail/handlers_attachments.go`.
- Implemented draft management endpoints for creating, updating, and deleting drafts in `internal/api/mail/handlers_drafts.go`.
- Created new service methods for handling draft and attachment operations in `internal/api/mail/drafts.go` and `internal/api/mail/storage.go`.
- Added validation and error handling for draft and attachment operations.
- Included unit tests for draft and folder functionalities in `internal/api/mail/drafts_test.go` and `internal/api/mail/folders_test.go`.
- Updated API routes to support new draft and attachment features, enhancing overall mail management capabilities.
2026-05-22 17:14:36 +02:00
..
attachments.go Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
drafts_test.go Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
drafts.go Add mail attachment and draft management features 2026-05-22 17:14:36 +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 Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
handlers_drafts.go Add mail attachment and draft management features 2026-05-22 17:14:36 +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_search.go Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
handlers_test.go Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
handlers.go Add mail attachment and draft management features 2026-05-22 17:14:36 +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
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 Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
service.go Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00
validate_drafts.go Add mail attachment and draft management features 2026-05-22 17:14:36 +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 Add mail attachment and draft management features 2026-05-22 17:14:36 +02:00