core
core copied to clipboard
Chatmail Rust Core library, used by Android/iOS/desktop chatmail apps, bindings and bots 📧
in a bot + webxdc interface setup, it can be important to know the status update sender, currently this is not possible the bot doesn't even know easily if an...
Here SQL code checks that the contact is not a member of any chat: https://github.com/deltachat/deltachat-core-rust/blob/a119b24eeb60d38aa95f8cadbd1727eb3b64d9ef/src/contact.rs#L1062-L1066 However, even if the contact is not a member of the chat, they may be...
receive_imf could have some easy speed wins: Currently, it always passes around a chat_id and contact_id, and then loads them from the database repeatedly. Instead, they should be loaded only...
so we can finally display a nice contact list with the encryption status instead of the plain text message _creating this issue as requested by @Simon-Laux in https://github.com/deltachat/deltachat-core-rust/issues/4572#issuecomment-1665626339_
Recently there was an accident with a [chatbot](https://github.com/deltachat-bot/chatbot/) that replaced its avatar set from the command line with an unrelated avatar of a contact. Both the `selfavatar` setting and the...
Message parser is a crate used by Delta Chat Desktop to parse markdown-like formatting in the messages: https://github.com/deltachat/message-parser It is currently used by Delta Chat Desktop if experimental setting "Render...
receiving a large backup can take several dozen minutes - if, at 90%, the device is out of storage, this is very frustrating - not only that the backup did...
Messages that are deleted within 10 seconds of being sent will reappear. The bug occurs in both _DC-iOS 1.34.1_ (_iOS 15.7_) and _DC-Desktop 1.33_ (_macOS 12.6_). It doesn't matter whether...
- Android version: 12 - Device: Samsung GS20 - Delta Chat version: 1.34.2 - Expected behavior: At least the ability to toggle a thread's designation as channel, in case DL/DC...
In account manager it should be possible to disable accounts in such a way that they are not started when `dc_accounts_start_io()` is called. It could be implemented as `dc_accounts_enable(account_id: u32,...