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

See commit messages. This is aimed to solve the @adbenitez's problem with sharing the same key by several accounts.

If we encrypt the message, we strip display names from `to` and `from` fields in the unencrypted headers but put this information in the encrypted part. Otherwise, we put the...

See commit messages. Also need to think how to add at least some tests for this.

I have just unpacked an old backup, changed the setting delete_device_after and tried to export a backup. This did not delete anything because all files were considered recent by their...

TODO: - [x] Deduplicate webxdc updates (#5048) - [x] Recreate gossips for reopening webxdcs - [x] Store secret key in database - [x] Destroy magicendpoint on stop_io() and create on...

**feat: Sync chats deletion across devices** Motivation: Now broadcast lists creation is synced across devices. Groups creation, in some means, too -- on a group promotion by a first message....

multi-device

Started something for #4983 Setting up NOTIFY is going to be part of `prefetch`, because we cannot use NOTIFY to `prefetch_existing_msgs`, we have to do proper prefetch once after setting...