core
core copied to clipboard
Chatmail Rust Core library, used by Android/iOS/desktop chatmail apps, bindings and bots 📧
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...
see https://github.com/deltachat/deltachat-core-rust/pull/3256#pullrequestreview-954675723 - would be great if someone else can pick up this task.
## 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...
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"...
`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...
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...
- 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...
#skip-changelog