core
core copied to clipboard
Chatmail Rust Core library, used by Android/iOS/desktop chatmail apps, bindings and bots 📧
See commit messages. Still sometimes we don't want to error out in the release conf if the error isn't critical (in which case it's better to log a warning as...
No tests yet, have done a quick check in Desktop. Close #6913 EDIT: I think the logic may be simplified and we can just ask for donation once a month...
*(based on issue https://github.com/deltachat/deltachat-desktop/issues/4842 )* Sometimes, DeltaChat Desktop no longer syncs on one of my devices. This seems to be potentially a core bug. The UI sometimes will say "Updating..."...
if the app is in reasonable use (eg. for some weeks, with some amount of messages and chats created), we want to add a device message that ask for donations....
See commit messages and also https://github.com/deltachat/deltachat-desktop/issues/3879 for reasoning.
See comment by @Hocuri in https://github.com/chatmail/core/pull/6796/files#r2083567038
In larger verified chats (51+ members) it was several times observed that the newly added member can get message from non-verified senders before they see that they got added. This...
Followup to #6847 If a message can't be send since the recipient key is missing, the message should not be saved in database. Current behaviour: the message is saved in...
We want to protect the sender date (the `Date` header) to reduce the metadata available to the server. There is some preparation work done in https://github.com/chatmail/core/pull/6669 to make the client...