Willow

Results 264 comments of Willow

Hey, sorry for misunderstanding. When tuta contacts are synced you should see a new account in your contacts app (the same one you've found in setting). Do you see it...

We are writing "raw contacts" to Android to a separate account from Google. Android is designed to merge raw contacts from different sources into a user-visible "contact". If you want...

This is only about desktop/ios app right? In browser on macOS we won't do it? So it shouldn't have any conflicts?

> Here's my version of the `onResolve`-to-queue algorithm: thanks for the code @dcecile ! from my testing: - it does not work with named entry points (but it is easy...

We have required move timestamp from #959 but we don't delete them yet

This does not work either currently: ```js typeof navigator.registerProtocolHandler === "function" ``` which I find a bit silly. Even if I would not be doing typeof but would just check...

Deleting `~/.config/tutanota-desktop` should help unless it's a flatpak

It seems like we are in a pickle with wasm: - to load wasm reliably we need `import.meta.url` - it is only available in module context - we cannot run...

Results for SDK prototype in Rust: - on all platforms it is possible: - to call functions and methods on class-like objects, also async - to pass primitives around -...