core
core copied to clipboard
Chatmail Rust Core library, used by Android/iOS/desktop chatmail apps, bindings and bots 📧
Copy docs from `src/qr.rs` to `deltachat-jsonrpc/src/api/types/qr.rs`. Because that way the autogenerated jsonrpc bindings (typescript and openrpc docs) can take advantage of the documentation.
Run: https://github.com/deltachat/deltachat-core-rust/actions/runs/4513199072/jobs/7947708420?pr=4226
We recently had a problem with two messages received in wrong order: "member added" message and following editor.xdc message. Two messages received by [email protected] running Delta Chat Android version 1.42.6...
Since we have started synchronizing QR codes to other devices, this situation frequently happens: 1. Alice1 creates a QR code for the group. 2. QR code gets synchronized to device...
If we have two contacts with the same key in a verified group and then someone writes to this group with the same key from a third address, currently Delta...
On Desktop I attached a file to the message. Filename: **"Chor St. Otto Bismarck - Mitglieder.html"**. But the attached file was renamed to **"Chor St.otto bismarck mitglieder.html"**. Seems that changes...
On Desktop 1.46.1 (using .deb packages, on a debian trixie (testing) system), i received several messages in a group chat which read: > "This message was sent with non-verified encryption....
Documentation comment says forward and backward verification is set, but the code was not doing it. `vc-contact-confirm` and `vg-member-added` messages indicate that other device finished securejoin protocol so we know...
See comment in https://github.com/deltachat/deltachat-core-rust/pull/5930#issuecomment-2319934675 1. Alice sets up two devices. 2. Alice puts the second device offline. 3. Alice creates unpromoted group on the first device. 4. Alice creates securejoin...
bcc_self has been enabled by default since core version 1.95.0 by merging PR . However deltachat.h documentation still incorrectly said that bcc_self is disabled by default.