ultisuite-backend/internal/mail
R3D347HR4Y bb5be669c1 Implement IMAP sync pipeline with rules and webhook support
- Introduced a new sync pipeline for IMAP that integrates a rules engine and webhook execution.
- Enhanced the `SyncWorker` to support attachment management and folder synchronization.
- Added functionality to detect special folder types (Sent, Drafts, Trash, Archive, Spam) during sync.
- Implemented a database schema for tracking rule executions and their outcomes.
- Created unit tests for the new rules engine and webhook execution logic.
- Updated migration scripts to accommodate new database structures for rule executions and folder states.
- Enhanced error handling and logging throughout the sync process for better observability.
2026-05-22 17:38:39 +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 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