ultisuite-backend/internal/mail/imap
R3D347HR4Y f97988b51f
Some checks failed
CI / Go tests (push) Has been cancelled
CI / Integration tests (push) Has been cancelled
CI / DB migrations (push) Has been cancelled
feat(devices): implement mobile device token management and push notifications
- Added device token management API for mobile devices, including registration, unregistration, and listing of devices.
- Implemented push notification functionality using FCM for Android and APNS for iOS.
- Introduced new endpoints for device registration and management in the devices API.
- Enhanced the configuration to support mobile push notifications with optional credentials for FCM and APNS.
- Updated database schema to include a new table for storing device tokens.
- Added integration tests for device management and push notification features.
2026-06-17 00:11:25 +02:00
..
attachments_test.go Lots of changes 2026-06-04 00:12:11 +02:00
attachments.go Lots of changes 2026-06-04 00:12:11 +02:00
body_repair_test.go huhu 2026-05-25 13:52:27 +02:00
body_repair.go Refactor snippet processing and enhance boilerplate detection 2026-06-04 10:49:22 +02:00
charset_test.go Lots of changes 2026-06-04 00:12:11 +02:00
charset.go Lots of changes 2026-06-04 00:12:11 +02:00
credentials_test.go Backend starting to get good 2026-05-24 00:03:36 +02:00
folders_test.go Implement IMAP sync pipeline with rules and webhook support 2026-05-22 17:38:39 +02:00
folders.go huhu 2026-05-25 13:52:27 +02:00
headers_meta_test.go huhu 2026-05-25 13:52:27 +02:00
headers_meta.go huhu 2026-05-25 13:52:27 +02:00
parse_test.go huhu 2026-05-25 13:52:27 +02:00
parse.go Lots of changes 2026-06-04 00:12:11 +02:00
pipeline.go feat(devices): implement mobile device token management and push notifications 2026-06-17 00:11:25 +02:00
snippet_test.go Refactor snippet processing and enhance boilerplate detection 2026-06-04 10:49:22 +02:00
snippet.go Refactor snippet processing and enhance boilerplate detection 2026-06-04 10:49:22 +02:00
subject_repair.go huhu 2026-05-25 13:52:27 +02:00
sync_state.go Lots of changes 2026-06-04 00:12:11 +02:00
sync.go feat(devices): implement mobile device token management and push notifications 2026-06-17 00:11:25 +02:00