core
core copied to clipboard
Chatmail Rust Core library, used by Android/iOS/desktop chatmail apps, bindings and bots 📧
@link2xt and others, I wondered whether it may be possible to speed up message receiving by fetching immediately when the server interrupts the IDLE because there are new messages, e.g....
Some programs require specific casing, e.g. `.Rmd`. fixes https://github.com/deltachat/deltachat-desktop/issues/2685 cc @dumblob
This refactors the APIs to work with encrypted storage to follow the Resource Acquisition Is Initialisation principle. Having our structures behave like this is beneficial because it removes a lot...
New API is: - dc_context_is_encrypted() - dc_context_change_passphrase()
I propose to add a column `expiration_timestamp` to `imap` table which will say when the message should be deleted from IMAP server. This column should be calculated at the time...
Ease synchronization of core and node developments much as happens with the python/bot bindings as well already. It would mean we only need two repositories needed for building a desktop....
Currently there is a bug in the message parser (https://github.com/deltachat/message-parser/issues/19) that triggers this behavior, but there are also other ways one can get a contact with an address that ends...
Using the current iOS app 1.22.1 with core 1.60.0 an image of 9.5 mb sent by deltachat consumes more than 250 MB RAM. This leads to crashes of the share...
- Android version: 10 - Device: redmi note 7 - Delta Chat version: 1.28.3 - Expected behavior: Receive mail normally. - Actual behavior:Unable to receive mail normally. Login failed, but...