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

- Operating System (Linux/Mac/Windows/iOS/Android): macOS - Delta Chat Version: 1.29.0 - Expected behavior: Image maintains transparency or uses white background - Actual behavior: Image loses transparency and/or uses black background...

Even upgrading to Mocha 9 with `npm install mocha@9` does not just work. [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md#900--2021-06-07) says that at version 9.0 "Mocha is going ESM-first!". `npm run test` fails with an error:...

Currently the core falls back to using `8.8.8.8` resolver if `/etc/resolv.conf` is not found, which is the case on Android: https://github.com/deltachat/deltachat-core-rust/blob/2f5c6b5e1601427b1c343f8b385688e9e057b657/src/provider.rs#L163-L177 This fallback was added in https://github.com/deltachat/deltachat-core-rust/pull/2852 We should fallback...

Currently configuring an account consists of setting options such as `addr`, `mail_pw` etc. via `set_config`, followed by running a `configure()`. If `configure()` fails, invalid settings are stored and will be...

- Operating System (Linux/Mac/Windows/iOS/Android): na - Delta Chat Version: na - Expected behavior: - Actual behavior:SpamAssassin bloks Delta.chat messages - Steps to reproduce the problem: - Screenshots: atrached - Logs:...

Currently there are 3 ways to use JSON-RPC bindings from JavaScript: 1. Use legacy node bindings https://github.com/deltachat/deltachat-core-rust/tree/4a0585404a0a5f2e3edb4257a69d63efeb199ef3/node with CFFI calls to submit JSON-RPC requests and receive responses. This is what...

enhancement
jsonrpc

Releases have `deltachat-rpc-server` binaries now, but they are not packed into .tar.gz (Linux) or .zip (Windows): https://github.com/deltachat/deltachat-core-rust/releases/tag/v1.112.0 The binaries are automatically uploaded by this workflow: https://github.com/deltachat/deltachat-core-rust/blob/7add1c116c7f29323a015eac87e49ab6f6bdf0c4/.github/workflows/deltachat-rpc-server.yml Linux users now have...

good first issue
jsonrpc

it is common need to stag a webxdc app to setup its state before sending it, that is set the app as draft (like on DC android), but with current...

jsonrpc

- Operating System (Linux/Mac/Windows/iOS/Android): Linux - Delta Chat Version: 1.40.4 ## Expected behavior If I get added to a group through a resent message (which is properly encrypted), I can...

Format outgoing messages like this: ``` Thank you! On 2023-07-24 16:54, Alice wrote: > > Happy birthday! ``` instead of: ``` > Happy birthday! Thank you! ``` See https://support.delta.chat/t/poll-discussion-put-quotes-under-the-message-content-in-outgoing-emails/2630 for...

good first issue
discussion