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

TO DO: - [x] check if existing tests pass on this pr - [x] check if example bots use this (echo bot) - [ ] desktop pr https://github.com/deltachat/deltachat-desktop/pull/5527 closes #6945...

jsonrpc

bcc_self=0 means that the user disabled it or it's a chatmail setup with the only device and w/o backups. If a backup is made someday, old messages not marked as...

Helps #7115. Not sure about the second commit because it breaks the scenario described in `ephemeral.rs`: ``` //! When Delta Chat deletes the message locally, it moves the message //!...

I don't think it's worth changing the API because of this glitch, should be a rare case.

This PR adds the feature that webxdc info messages belonging to a wexbdc are deleted when the webxdc is deleted. This is implemented by checking every deleted message whether it...

Currently call SDP is stored in the message parameters. Once the call has ended or expired (missing call), SDP remains there. It should be removed eventually if it is not...

When most people have v2.22.0 (i.e. around December/January), we want to have stricter rules for who counts as verified: - Revert https://github.com/chatmail/core/pull/7336 - Unresolved question: Do we also want to...

RPC server currently listens on stdin and prints to stdout. To support long-running server for [`cmsend`](https://pypi.org/project/cmsend/) and similar projects it needs to be able to accept more connections while running....

enhancement