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

The library extension is hardcoded as `.so`: https://github.com/deltachat/deltachat-core-rust/blob/0691aa3d2ce1a7c56d920dd01acdd35f93cf637c/CMakeLists.txt#L9 It should be `.dylib` on Darwin. I'm not a CMake expert so I don't know how adapting that dynamically is usually achieved....

- Operating System: Linux (nixos) - Delta Chat Version: Version 1.15.5 (git: v1.15.4-1-g77948e7b) - Expected behavior: When receiving a reply from a traditional mail client, delta chat should hide the...

enhancement
good first issue

- Operating System (Linux/Mac/Windows/iOS/Android): Android 10 on Fairphone FP2 (Lineage OS 17.1 build QQ3A.200805.001 from 2021-04-16). - Delta Chat Version: 1.19.1. - Expected behavior: The ephemeral timer for sent group...

- Operating System (Linux/Mac/Windows/iOS/Android): Android 10 on Fairphone FP2 (Lineage OS 17.1 build QQ3A.200805.001 from 2021-04-09). - Delta Chat Version: 1.17.0 (latest nightly build). - Expected behavior: When a contact...

- Operating System (Linux/Mac/Windows/iOS/Android): Android 10 on Fairphone FP2 (Lineage OS 17.1 build QQ3A.200805.001 from 2021-03-26). - Delta Chat Version: 1.15.0-beta. - Expected behavior: When more than one mail from...

bug

This line does not work for `multipart/mixed` parts: https://github.com/deltachat/deltachat-core-rust/blob/36aef6499d0c2e2787cc8ee2bd798a6c9a7400a0/src/mimefactory.rs#L591 The result is still `Content-Type: multipart/mixed; boundary="some-random-string"`, so Thunderbird does not look for protected headers and displays message Subject as `...`.

bug

for outgoing messages, currently, it is possible to pass arbitrary long text to `dc_msg_set_text()` that is also sent with `dc_msg_send()` then. however, these outgoing messages cannot be displayed correctly on...

If there are multiple non-standard footers, like ``` Message -------------- more info -------------- footer ``` DC currently cuts the message after the first `--------------` rather than the last.

- Bob verifies Alice even if Alice's vg-member-added or vc-contact-confirm message was not signed/encrypted - QR-joining a non-verified group relies on this bug. The current flow of messages does not...

security
bug

- Operating System (Linux/Mac/Windows/iOS/Android): Linux - Delta Chat Version: 1.3.2 - Expected behavior: I have two devices (one mobile, one desktop) on the same account, and one verified group. If...

bug