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

cd deltachat-jsonrpc/typescript npm i && npm run docs upload contents of deltachat-jsonrpc/typescript/docs there is also the documentation of the rust part of the jsonrpc (the "server" part), but I think...

good first issue

Currently update sending may be delayed due to rate limits and later merged into large messages. This is undesirable for apps that want to send large files over WebXDC updates,...

enhancement
webxdc

- Operating System (Linux/Mac/Windows/iOS/Android): Android 11. - Delta Chat Version: 1.26.2 (nightly build). - Expected behavior: Read messages are confirmed by read receipts (when enabled), even when the size of...

bug

I am debugging a test timeout in `test_qr_join_chat_with_pending_bobstate_issue4894`. Accounts have the following addresses: ac1: [email protected] ac2: [email protected] ac3: [email protected] ac4: [email protected] In GitHub Actions log ac1 sent `vg-auth-required`, but ac2...

bug

In the https://github.com/deltachat/securejoin repository, we started a stripped-down version of the old countermitm-docs. It is available at https://securejoin.delta.chat already and auto-regenerated on commit. This issue here is about a review...

verified-chats

Historically we replaced the message with an error in square brackets in two cases: - `[Unknown sender for this chat. See 'info' for more details.]` - `[Verification problem: {err} See...

enhancement
verified-chats

Current: When Alice adds Bob back to a group, the others will only get green-checkmarked direct chats with Bob if Bob sends a message. Many 1:1 chats with Bob will...

enhancement
verified-chats

Using [RFC 5465](https://www.rfc-editor.org/rfc/rfc5465.html) we can subscribe to notifications about new messages using command `NOTIFY SET (selected (Messagenew {PREFETCH_FLAGS} messageexpunge))` like this: ``` ? SELECT INBOX * FLAGS (\Answered \Flagged \Deleted...

enhancement

Here is a failure log: ``` =================================== FAILURES =================================== ____________________________ test_echo_quit_plugin _____________________________ [gw5] darwin -- Python 3.10.13 /Users/runner/work/deltachat-core-rust/deltachat-core-rust/python/.tox/py/bin/python acfactory = lp = def test_echo_quit_plugin(acfactory, lp): lp.sec("creating one echo_and_quit bot") botproc...

Currently, after the server sends an EXISTS response, we do all kinds of things before we fetch the newly-arrived message. This leads to increased answer times. We should: - [x]...