Items tagged with: deltachat_core

Search

Items tagged with: deltachat_core


✨ My first technical blogpost is out now. ✨

If you ever wanted to learn a bit about how
#deltachat works internally and why we have two ways to communicate with our #rust core, then this is the introduction to read

delta.chat/en/2025-02-11-why-j…

#jsonrpc #cffi #c #rust #deltachat_desktop #deltachat_core


Before you ask, this is not standalone. For that someone would need to compile #deltachat_core to wasm and setup some WebSocket proxy because websites are not allowed to open raw TCP connections which are the basis of IMAP and SMTP.

But not impossible, as we could decide to make such a "WebSocket to IMAP/SMTP"-proxy part of the #chatmail project.


desktop client is still electron, but we have plans to try out switching to tauri. though tauri is still web-based. But you could probably fork some other messenger app like fractal and convert it to use deltachat core instead of matrix for the backend to have some starting point.

As @lk108 wrote in the blogpost it's not so hard to make your own client ui on top of #deltachat_core


a new minor version of #deltachat_desktop is ready for testing:
download.delta.chat/desktop/v1…

- fixes missing emojis in emoji picker on :tux: & :windows:
- make <delimited@email.addresses> really clickable
- and updated to the new 1.110 version of #deltachat_core, which brings stability and speed improvements. @r10s experienced significant faster message sending for example.

This release will rollout in the next weeks when we find no issues, please help us with testing if you can.