core
core copied to clipboard
Chatmail Rust Core library, used by Android/iOS/desktop chatmail apps, bindings and bots 📧
See commit messages.
This guard can be awaited and will resolve when Context::stop_ongoing is called, i.e. the ongoing process is cancelled. The guard will also free the ongoing process when dropped, making it...
the reaction details in mailinglists seems not to use `getSenderName()` as in similar places (group bubbles etc.); i've seen this on the screen of @hpk42 @adbenitez i do not have...
We have several issues and forum discussions related to contact sharing, export and import. There is generally an agreement to use vCard because it is supported by at least Android...
Here is a message with a large video and verified signature is received: We don't know yet that it has a signature of a verified key. When we download it,...
Accordingly, there's no need in `Peerstate` for self addresses (and in the db too).
Attached is a log from CI: [flaky-test.txt](https://github.com/deltachat/deltachat-core-rust/files/14000065/flaky-test.txt) Maybe similar issue to #5191 but better understand what exactly happened.
If chat is verified (group chat or verified 1:1 chat) we should put `From:` and `To:` fields with only addresses and no display names into the unencrypted part. Encrypted part...
Once we add import (#5202) and export (#5203) of vCards, we can use export function to generate vCard for a single contact and attach it to share contact instead of...
This is the next step after #5202 (adding vCard-based address book import API). Importing address book from a file will need to be an explicit action in the settings. There...