ultisuite-backend/internal/api/mail
R3D347HR4Y 621b0099d6
Some checks are pending
CI / Go tests (push) Waiting to run
CI / Integration tests (push) Waiting to run
CI / DB migrations (push) Waiting to run
feat(deploy): enhance Nginx configuration and API integration for UltiAI
- Updated .env.example to include new configuration options for the UltiAI branding and API endpoints.
- Enhanced Nginx configuration to support new API routes for the MCP and WebSocket connections.
- Introduced sub-filters for branding adjustments in Nginx responses.
- Added new JavaScript patch for API endpoint adjustments.
- Implemented tests for new API functionalities and improved error handling in the AI gateway.
2026-06-15 00:22:23 +02:00
..
drivebridge Refactor and enhance unified frontend and API features 2026-06-07 15:44:30 +02:00
sendguard Enhance mail API with rate limiting, idempotency, and attachment management 2026-05-22 17:19:16 +02:00
account_bootstrap_test.go Backend starting to get good 2026-05-24 00:03:36 +02:00
account_bootstrap.go Backend starting to get good 2026-05-24 00:03:36 +02:00
account_scope_sql_test.go Refactor and enhance unified frontend and API features 2026-06-07 15:44:30 +02:00
account_scope_sql.go Refactor and enhance unified frontend and API features 2026-06-07 15:44:30 +02:00
accounts.go Backend starting to get good 2026-05-24 00:03:36 +02:00
attachments.go feat(scan): add VirusTotal upload antivirus 2026-06-07 22:05:27 +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
drive_save.go feat(scan): add VirusTotal upload antivirus 2026-06-07 22:05:27 +02:00
drive_upload.go Refactor and enhance unified frontend and API features 2026-06-07 15:44:30 +02:00
folder_filter_test.go feat(deploy): enhance Nginx configuration and API integration for UltiAI 2026-06-15 00:22:23 +02:00
folder_filter.go feat(deploy): enhance Nginx configuration and API integration for UltiAI 2026-06-15 00:22:23 +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_account_discover.go Backend starting to get good 2026-05-24 00:03:36 +02:00
handlers_account_maintenance.go Lots of changes 2026-06-04 00:12:11 +02:00
handlers_account_oauth.go docxi import lol 2026-06-10 00:27:21 +02:00
handlers_account_test_route_test.go Backend starting to get good 2026-05-24 00:03:36 +02:00
handlers_api_tokens.go feat(transcription): integrate Faster Whisper for Jitsi transcriptions 2026-06-12 19:10:18 +02:00
handlers_attachments.go feat(scan): add VirusTotal upload antivirus 2026-06-07 22:05:27 +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 Backend starting to get good 2026-05-24 00:03:36 +02:00
handlers_hosted.go feat(config): enhance AI gateway and model management features 2026-06-13 20:38:26 +02:00
handlers_identities.go Backend starting to get good 2026-05-24 00:03:36 +02:00
handlers_mail_scope.go Refactor and enhance unified frontend and API features 2026-06-07 15:44:30 +02:00
handlers_outbox.go Implement outbox management features with scheduling and attachment support 2026-05-22 17:46:30 +02:00
handlers_reorder.go Backend starting to get good 2026-05-24 00:03:36 +02:00
handlers_search.go feat(deploy): enhance Nginx configuration and API integration for UltiAI 2026-06-15 00:22:23 +02:00
handlers_settings.go Backend starting to get good 2026-05-24 00:03:36 +02:00
handlers_signatures.go Backend starting to get good 2026-05-24 00:03:36 +02:00
handlers_test.go Refactor and enhance unified frontend and API features 2026-06-07 15:44:30 +02:00
handlers_unified_folders.go Backend starting to get good 2026-05-24 00:03:36 +02:00
handlers.go feat(deploy): enhance Nginx configuration and API integration for UltiAI 2026-06-15 00:22:23 +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 Backend starting to get good 2026-05-24 00:03:36 +02:00
identities.go Backend starting to get good 2026-05-24 00:03:36 +02:00
labels.go Backend starting to get good 2026-05-24 00:03:36 +02:00
list_unsubscribe.go huhu 2026-05-25 13:52:27 +02:00
outbox_scheduling.go Implement outbox management features with scheduling and attachment support 2026-05-22 17:46:30 +02:00
reorder.go Backend starting to get good 2026-05-24 00:03:36 +02:00
resanitize_bodies.go huhu 2026-05-25 13:52:27 +02:00
search_advanced.go feat(deploy): enhance Nginx configuration and API integration for UltiAI 2026-06-15 00:22:23 +02:00
search_test.go huhu 2026-05-25 13:52:27 +02:00
service_iface.go Refactor and enhance unified frontend and API features 2026-06-07 15:44:30 +02:00
service_rules_simulate.go huhu 2026-05-25 13:52:27 +02:00
service_webhooks.go feat(transcription): integrate Faster Whisper for Jitsi transcriptions 2026-06-12 19:10:18 +02:00
service.go feat(deploy): enhance Nginx configuration and API integration for UltiAI 2026-06-15 00:22:23 +02:00
settings.go Backend starting to get good 2026-05-24 00:03:36 +02:00
signatures.go Backend starting to get good 2026-05-24 00:03:36 +02:00
unified_folders.go Backend starting to get good 2026-05-24 00:03:36 +02:00
validate_accounts_test.go Backend starting to get good 2026-05-24 00:03:36 +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 Backend starting to get good 2026-05-24 00:03:36 +02:00
validate_settings_test.go Backend starting to get good 2026-05-24 00:03:36 +02:00
validate_settings.go Backend starting to get good 2026-05-24 00:03:36 +02:00
validate_signatures.go Backend starting to get good 2026-05-24 00:03:36 +02:00
validate_unified_folders.go Backend starting to get good 2026-05-24 00:03:36 +02:00
validate.go feat(transcription): integrate Faster Whisper for Jitsi transcriptions 2026-06-12 19:10:18 +02:00
webhook_scope.go feat(transcription): integrate Faster Whisper for Jitsi transcriptions 2026-06-12 19:10:18 +02:00