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

- **feat: tests: add `TestCheckpointEvent` and `Context.trigger_checkpoint_event`** - **new `clear_events`** - **use new clear_events method in rust** - **remove the old flawed clear_events method** - **update python (does not work...

This is a restored #4165 PR after deletion of `master` branch. It is rebased and updated to serialize new fields added since previous PR. The goal for this is to...

Also remove outdated comment about split groups introduced in C core commit

This is broken due to https://github.com/NixOS/nixpkgs/issues/180771 and waiting for https://github.com/NixOS/nixpkgs/pull/256590 `nix build .#deltachat-rpc-server` works on main branch since https://github.com/deltachat/deltachat-core-rust/commit/2c5a0cac5f6f86c6a84726467722d1d28a22aaf2, when running on arm64 macOS it builds a working binary. Cross-compilation...

Sometimes it happens to me that i need to message some new contact having their PGP key, but i can't do that with Delta Chat because there's no way to...

enhancement
discussion

Currently we use iroh 0.4 branch for backup transfer and recent version of iroh for webxdc realtime message. To avoid building multiple versions of iroh we need to port backup...

in the json-rpc you can send a message with `send_msg` which accepts a `MessageData` object, that object has a `quoted_message_id` property, this allows to set a message as quote, but...

bot
jsonrpc

when doing a QR code scan or tapping an invite link, on the currently released versions (1.46), using recent core, the avatars are not picked up from all devices. i...

needs-retry
bug

We should not use default iroh relays, but only connect to other peers that have relays if we don't have our own relay: https://github.com/deltachat/deltachat-core-rust/blob/36f1fc4f9d64520d99830c08b25e9328a28882aa/src/peer_channels.rs#L208-L210 However, disabling it now will break...