core icon indicating copy to clipboard operation
core copied to clipboard

Chatmail Rust Core library, used by Android/iOS/desktop chatmail apps, bindings and bots 📧

Results 449 core issues
Sort by recently updated
recently updated
newest added

closes #3529 ...actually, I'm not sure if it is this easy. Maybe we should add some more tests if the AEAP change goes fine. What would be proper test cases?

Blocked mailing lists or multi-recipient emails still notify even if the sender is blocked.

Also do not assume `/` path separator

My project uses `deltachat-core-rust` as a dependency and I encountered a build error in a specific situation. When some crates in the dependency tree enables `derive` feature in `strum` crate,...

Running `cargo vendor` on 50e53f2c8293314ca535711ebb109a050e8ea133 fails with ``` error: failed to sync Caused by: found duplicate version of package `encoded-words v0.2.0` vendored from two sources: source 1: registry `crates-io` source...

this pr allows passing `0` to `dc_get_chat_media()`, the function returns media from any chat then - similar to `dc_search_msgs()`. moreover, this pr fixes a minor issue to not return hidden...

It is needed to generate .gcno and .gcda files. Debug info has been disabled in a8c389c3b476a14f96453917622f1be1c7d69172 which broke coverage script.

see https://github.com/deltachat/interface/pull/48 for the specification. ## progress ### deltachat.h - [X] constants - [X] documentation (lot/function) ### implementation - [X] parsing - [X] test parsing - [x] have a test...

desktop had this in it's backend code and we don't expose startio/stopio in the jsonrpc api yet. also deltachat.h docs say it needs to be done. I added the new...