core
core copied to clipboard
Chatmail Rust Core library, used by Android/iOS/desktop chatmail apps, bindings and bots 📧
Clone certificate check configuration
Use separate strings for "... by me" and "... by contact" to make them easier to translate. Fixes #3429
`get_info_json()` was added some years ago with the goal to help desktop getting information about a a chat. i came over this function when working on #3520, i thought, that...
- Operating System (Linux/Mac/Windows/iOS/Android): xubuntu 20.04 - Delta Chat Version: python bindings 1.92.0 (from pypi.org) - Expected behavior: when I run `account.set_config("addr", new_address)`, it's supposed to reconfigure the account with...
Having features like a [webxdc app selector](https://github.com/deltachat/deltachat-ios/issues/1661) or a sticker selector in mind, it would be great if [dc_get_chat_media()](https://c.delta.chat/classdc__context__t.html#a344a82b9f288b5eb5d39c7cf475cddb7) could be used for a global search for messages with certain...
> ⚠️ ~~There be dragons~~ 🐉 > There be exciting things **Idea:** use p2p based transfer methods to move backups from one device to the other. **Implementation:** Use [iroh](https://github.com/n0-computer/iroh) a...
in the future, we want some selected, probably internal, webxdc to access the internet, eg. a webxdc showing maps (needs to download tiles) or a video chat (need webrtc). this...
- Operating System (Linux/Mac/Windows/iOS/Android): Android 12. - Delta Chat Version: 1.31.0 (nightly build of 2022-07-15). - Expected behavior: No error message `Failed to run incremental vacuum` logged. - Actual behavior:...
I have switched recently my usage for binding generations to use https://github.com/getditto/safer_ffi/, and am quite happy. It removes almost entirely the need to write unsafe code in the binding layer,...