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

trying to build https://github.com/deltachat/deltachat-core-rust/pull/3489 on android leads to different errors: for "arm64-v8a" and "x86_64" (though printed as a "warning", compiling is aborted with an error): ``` cargo:warning=rocksdb/env/io_posix.cc:1001:41: error: use of...

bug

- Operating System (Linux/Mac/Windows/iOS/Android): Android 11. - Delta Chat Version: 1.32.0 (nightly build of 2022-08-21 and younger). - Expected behavior: The timestamps for Sent/Read in message details are displayed correctly....

Previously shall_stop_ongoing() was never used in backup export, so cancelling backup export did not actually stop the process.

Compilation of vendored OpenSSL inside Nix is broken since due to build script changes. There is anyway no need to compile vendored OpenSSL as nixpkgs already contains OpenSSL package. This...

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.10.0 to 3.10.1. Changelog Sourced from tempfile's changelog. 3.10.1 Handle potential integer overflows in 32-bit systems when seeking/truncating "spooled" temporary files past 4GiB (2³²). Handle a theoretical...

dependencies

api: rust: add `set_disable_background_io` and `get_disable_background_io` to a `Accounts` (the account manager) api: jsonrpc: add `set_disable_background_io` method and `Account::Configured.background_io_disabled` property api: select account now starts and stops io for "background...

enhancement

Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.2 to 0.11.2. Release notes Sourced from env_logger's releases. v0.11.2 [0.11.2] - 2024-02-13 v0.11.1 What's Changed fix(fmt): Fix passing of WriteStyle when using Target::Pipe by @​Bobo1239 in...

dependencies

# Based on PR #5315 PR adds two new APIs: - `dc_accounts_set_push_device_token(accounts, token)` to provide device token from the application to the core. This can be called as soon as...