fix: IMAP attachments (size/download) and immediate sync for deletions

- Fix IMAP attachment sizes showing as '0 B' by falling back to decoded content length.
- Fix IMAP attachment downloads failing for single-part fetches by falling back to root message.
- Implement immediate server-side sync for deletions/flags using a new onChangesQueued stream.
- Automate FVM SDK setup and add 'task setup'.
- Make MobSF optional in build-android to handle environment restrictions.
- Update test fakes to match EmailRepository interface changes.
This commit is contained in:
Thomas Güttler
2026-05-06 09:58:42 +02:00
parent 848d8f2c5b
commit 2f58fb7a08
11 changed files with 193 additions and 12 deletions
-4
View File
@@ -20,7 +20,3 @@ Then push
## Tasks
Download of attachments does not work yet. Attachments have size 0. (IMAP account)
---
I deleted some mails, then I use Thunderbird, but the deleted mails are still there. After restart of sharedinbox the delete seems to get synced. Why not immediately?