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

I've heart some surprise expressed that Delta Chat knew contacts after configuration. It probably makes sense to provide an informational device message "successfully added 384 new contacts after scanning your...

onboarding

see https://github.com/deltachat/deltachat-core-rust/pull/3256#pullrequestreview-954675723 - would be great if someone else can pick up this task.

python

## The problem Currently bot code needs to check for and accept contact requests on incoming message, that adds unnecessary complexity to the examples and basic bots. Example of the...

bot

gist of the error: `ld: library not found for -lsqlcipher` full error ``` Compiling deltachat v1.78.0 (~/Coding/deltachat-core-rust) error: linking with `cc` failed: exit status: 1 | = note: "cc" "-Wl,-exported_symbols_list,/var/folders/zk/vsl75gsn4qxgnqj373m1jqcw0000gn/T/rustc0Z6Rq4/list"...

bug

`BobState` is currently kept in memory only and there is only one `BobState`. this has the following disadvantages: 1. if the app is terminated before Alice answers, the secure join...

enhancement
verified-chats

This is my attempt at getting a `deltachat.h` header automatically generated by cbindgen. I think the structs and functions are there already, but I'm a bit stuck at getting the...

Here UNKNOWN contact should probably be treated as blocked: https://github.com/deltachat/deltachat-core-rust/blob/7bcb03f1eca2114f8a387b03f60abdf31c7e988b/src/dc_receive_imf.rs#L392

in an opportunistic chat, currently you cannot quote-reply (swipe-to-reply) to a message message if the quoted message was encrypted and the new message cannot be encrypted. to reproduce: - open...

bug

- Operating System (Linux/Mac/Windows/iOS/Android): Android - Delta Chat Version: 1.28.1 - Expected behavior: When I deactivate a group invitation QRCode, I expect that no one who has my QRCode deactivated...

needs-retry
bug