ultisuite-backend/internal/mail/imap
R3D347HR4Y e6a04fdd31
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(mail): implement UTF-8 mojibake repair functionality
- Added repairUTF8Mojibake function to fix UTF-8 text misread as Latin-1, addressing common encoding issues in email bodies.
- Enhanced RepairStoredBodies and RepairSnippetWithBodies functions to utilize the new mojibake repair logic.
- Introduced unit tests for mojibake repair functionality to ensure accurate text restoration.
- Updated charset handling in repairLegacyCharsetString to incorporate mojibake repair, improving overall text processing reliability.
2026-06-18 11:11:36 +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 feat(mail): implement UTF-8 mojibake repair functionality 2026-06-18 11:11:36 +02:00
charset_test.go feat(mail): implement UTF-8 mojibake repair functionality 2026-06-18 11:11:36 +02:00
charset.go feat(mail): implement UTF-8 mojibake repair functionality 2026-06-18 11:11:36 +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