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:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user