l
l
Actually looking at the TLS 1.3 handshake, I don't see how session resumption can reduce latency for IMAP and SMTP. The server is the first to talk in these protocols...
I now think session storage should also be separate per-context. It is not a good idea to have multiple profiles that you want to keep separate inside a single Delta...
Made session store separate per `Context`.
I moved CLI commit used for measurement into a separate PR https://github.com/chatmail/core/pull/7310, so the rest can be merged already.
The problem with the logic introduced in https://github.com/deltachat/deltachat-core-rust/pull/5376 is that it assumes that if `timestamp_sent` of the message is newer than the last membership change in the chat, then the...
> The problem is that the referenced message might be also sent being offline, or by another user not having recent messages in the chat. But at least, assuming everyone's...
If looking at the parent timestamp fixes the test without breaking other tests then it's good enough to close this PR/issue until we get another problem in a real group...
Assigning this to myself so nobody tries to fix it in ad-hoc way. Plan for fixing group consistency is at https://github.com/chatmail/specs/tree/main/group-membership, I'll open an issue describing the algorithm in detail...
I moved the test into #6404 and plan to fix it there.
ruzstd does not support compression and has no plan to implement it. It can only be used for decompression.