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

to save diskspace on chatmail servers, we experimented at https://github.com/deltachat/deltachat-android/pull/3147 with the assumption that the vast majority of newly created accounts is never used in multi-device scenario. however, multi-device is...

enhancement

Otherwise it's complicated to implement bots that resend messages when a new member joins the group as noted by @adbenitez: > only situation it will not work because I didn't...

enhancement

Received messages shouldn't mingle with just sent ones and appear somewhere in the middle of the chat, so we go after the newest non fresh message. But if a received...

See commit messages. My devices go online/offline independently and i use both to send messages, so often i see my messages wrongly ordered around incoming messages.

https://github.com/deltachat/deltachat-core-rust/actions/runs/10132963150/job/28017593275 ``` lp.sec("import backup and check it's proper") with ac2.temp_plugin(ImexTracker()) as imex_tracker: ac2.import_all(path) # check progress events for import > assert imex_tracker.wait_progress(1, progress_upper_limit=249) tests/test_1_online.py:1564: _ _ _ _ _ _...

- Android version: Android 11. - Device: Fairphone FP2 (Lineage OS 18.1 build RQ3A.211001.001 1618d67eec from 2024-02-12). - Delta Chat version: 1.43.0 (nightly built 2024-02-14). - Expected behavior: A backup...

bug

Delta Chat currently sends PGP/MIME messages and does not support PGP/Inline. This has been requested before as an issue and on the forum: - https://support.delta.chat/t/display-plain-pgp-email/3196 - https://support.delta.chat/t/add-support-for-pgp-inline/1227 - https://github.com/deltachat/deltachat-core-rust/issues/2029 For...

enhancement

When UID validity changes, Delta Chat schedules resync to update UIDs stored in the `imap` table: https://github.com/deltachat/deltachat-core-rust/blob/9996c2db80e0ebafb2d44b8777ed75c9bf355388/src/imap.rs#L836 However, it does not download any messages that arrived between previous fetch and...

this PR allows setting a "private tag" for a profile, see https://github.com/deltachat/deltachat-android/pull/3373 for a possible UI. currently, the core does not do anything with the tag (so, it could also...