✨ 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
✨ 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
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.
a new minor version of #deltachat_desktop is ready for testing:
https://download.delta.chat/desktop/v1.34.5/
- fixes missing emojis in emoji picker on &
- 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.
We just reached the 100th version of our core library since we moved from #c to #rustlang 🎉
Thanks to everyone that contributed!