treefit
-
@lns sorry, but no. gnupgp UX sucks so hard that even I don't get it without extensive internet searching.
And I heard horrible stuff about integration into programs, like that they need to kill the #gpg daemon regularly to make it work.
Let's rather invest our efforts into making modern alternatives like #rpgp and #rsop
https://crates.io/crates/rsop/ great. -
@qgustavor @adbenitez you can add as many profiles/accounts as you like, some of them can be classic email accounts that can email everyone that uses email, even if they don't support encryption. If they have a client with #autocrypt support (or deltachat), then the conversation is encrypted as soon as they answer you (outgoing messages contain your pubkey, there is no key server).
Go to the profile switcher -> Add Profile -> new profile -> use different server -> classical email login
-
✨ 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 -
anyone interested in helping out with maintaining the message parser for #deltachat desktop?
It's #test_driven_development like a #coding_puzzle, written in #rust :rust_ferris: with the #nom parser combinator library.
Repo: https://github.com/deltachat/message-parser
We have some bugs that I currently don't have the capacity to fix.
-
Since when do you know about #deltachat ?
What was your point where you said "wow, I can now actually use it (since my favourite feature was finally implement)"?
I estimate for most people it was the introduction of #chatmail (instant profile creation) and reliable #push_notifications
-
#deltachat_desktop 1.46 rollout is basically done except for #homebrew and #nix (the Nix package is already in the works, home-brew could use some help)
There are also some users reporting crashes with the flatpak: https://github.com/deltachat/deltachat-desktop/issues/3930
And with the MacOS version from the appstore https://github.com/deltachat/deltachat-desktop/issues/3938So if you have problems tell us, additional information will help us to solve these issues. (frankly we rely on user feedback because we have #noTelemetry)
-
Context: if you follow #deltachat_desktop discussions on the #deltachat forum you might already know that we're planning to move #deltachat_desktop from #electron to #tauri in the future. But porting the desktop client is a big effort (our move to #jsonrpc was one step into this direction).
So I made this small sample project to check tauri out.
It's a nice side effect if the emoji picker is useful by itself, maybe we could even build a community for the emoji picker. -
scrolling in #deltachat_desktop feels even faster now after switching the backend from cffi to #jsonrpc & #rust
Be ready for #deltachat desktop 1.34, It's coming soon..
-
We’re working hard on the upcoming 1.34 desktop release.
The bulk of the work was moving all talking with core to #jsonrpc api, which speeds up development and #deltachat_desktop itself.The move to jsonrpc is also one big step in liberating us from electron, as we plan to switch to https://tauri.app in the far future.
Stay tuned for the new test releases in the 1.33.X release row.
(even versions are releases, odd versions are test releases)What new features are you most excited about?