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

This PR enables TLS 1.3 session resumption on the client for Rustls connections. For native-tls there is no support for session resumption, but it is only used for connections without...

Chat-Version is used sometimes by Sieve filters to move messages to DeltaChat folder: https://github.com/mailcow/mailcow-dockerized/blob/37beed6ad93f259b97cad41877982bce95295629/data/conf/dovecot/global_sieve_before This probably prevents notifications to MUAs that don't watch DeltaChat folder but watch Inbox folder. There...

- **change export name from `DeltaChat` to `WebsocketDeltaChat`** - **export `Event` and `ContextEvents` type to include them in the documentation.** - **dedicated readme for `@deltachat/jsonrpc-client`. so there is something more...

api!: jsonrpc new variant of `Account` enum: `Account::Locked`. TODO: - [X] `Account::Locked` type - [ ] when #6118 is merged add event and test upon unlocking/opening - [x] Add missing...

There are still many open questions, this is just a prototype, see the comments in the code. The most controversial thing is the member list, I needed it to make...

- **feat: jsonrpc: add `create_draft`, `draft_set_text`, `draft_set_subject`, `draft_set_quoted_message`, `draft_set_quoted_text`** - **refactor: jsonrpc: deprecate `misc_set_draft ` and`misc_send_draft`** Still a work in progress. Preparation for [Composer refactoring in desktop](https://github.com/deltachat/deltachat-desktop/milestone/9). **Why did I...

See commit messages. Let's continue the discussion here, this is a reply to https://github.com/deltachat/deltachat-core-rust/pull/6351#issuecomment-2575304115. > FTR, if we have an actual user value for emitting MsgsNoticed on receipt of an...