iequidoo

Results 291 comments of iequidoo

So, only two tests on partial downloads broke, but this will be fixed by pre-messages anyway. Would be good to remove these outer heaaders as well, this way an eavesdropper...

> Partial download was also used to show a stub message when parsing an IMAP message failed, so user could press "download message" to try it again after updating delta...

Note that `OutMdnRcvd` is a "virtual" message state, it's not used in the db for new messages (instead, we just look whether a message has MDNs). I'd also add a...

A question: for large classical emails (encrypted as well), can't we artificially generate a pre-message and pass it to `receive_imf` (or `download_message()` as per the code above) so that when...

> The receiving side can't because it would need to download the full message for this, and at this point you can just normally receive the message. I meant, just...

> ``` > background_fetch() > ... > // optionally, in order to guard against lost pre-messages: > while (msg = available_full_msgs){ > // ... (like in normal_fetch()) > } >...

But when looking at `handle_edit_delete()`, i don't see that `timestamp_sent` of the edit participates in any logic. Probably this is another bug that should be fixed. ... It'd good to...

> If no one else is working on this, I want dive deeper into this issue and try to fix it. I think we can use github's "Assignees" for this....

> CI is failing. Edit: Might be that our CI server is having some problems Yes, there were random timeouts in various tests. Now everything works except `test_qr_securejoin_broadcast[False]`, it looks...

Maybe we can also add smth like `ShowEmails::AllFolders` (but not enable it by default) for users that still want to see emails from all folders? UIs can be adapted later....