• katy ✨
    link
    222 months ago

    i urge everyone, if they can, to do a monthly donation to them

    • JJLinux
      link
      fedilink
      82 months ago

      And if you can’t do monthly, at least donate. These guys do good work for users.

        • JJLinux
          link
          fedilink
          32 months ago

          My understanding is that Mozilla does contribute, but I couldn’t say how much or anything.

    • Zier
      link
      fedilink
      112 months ago

      The TB branded version is in beta and they are not releasing it until the branding is further along. Allegedly if you are using K9, there will be a migration tool to move to the TB branded app when released.

      • @boredsquirrel@slrpnk.netOP
        link
        fedilink
        2
        edit-2
        2 months ago

        No I think you will need to reinstall. But as you can export your settings this is not a very big deal.

        https://github.com/thunderbird/thunderbird-android/releases/latest

        Interesting, they renamed their org from thundernest to thunderbird. Makes more sense tbh.

        I changes the URL to this in Obtainium and removed the old one. It seems they are still not changing the App ID as updates worked normally, but that version should get the redesign soon.

    • @loo@lemmy.world
      link
      fedilink
      English
      62 months ago

      If I understood the article correctly, the Thunderbird app is not released, yet. They said they are working on getting it released.

  • @penquin@lemm.ee
    link
    fedilink
    172 months ago

    Been using k9 for over 4 months now. Pretty nice. A couple of not so big deal issues, but overall pretty nice. I wish it had material you design where it followed the system tint color. I wish it would stop complaining about authentication here and there. And last wish is to have the delete icon on the bottom instead of all the way at the top. Lol

    • @njordomir@lemmy.world
      link
      fedilink
      72 months ago

      Yes, I’m several years into my de-googling process and a solid email client is not something I’m worried about. K9 is great and, as Thunderbird, we can only hope that it gets better.

      • lemmyvore
        link
        fedilink
        English
        12 months ago

        How did you go about de-googling your phone? I’ve de-googled my services but I’m just getting started on the phone.

    • @warmaster@lemmy.world
      link
      fedilink
      2
      edit-2
      2 months ago

      Material you is coming from what I understood reading the linked blog post. There’s also a screenshot. Or is Material 3 different from You?

      • @penquin@lemm.ee
        link
        fedilink
        42 months ago

        They’re different in some way I guess. The material design is basically Google’s HIG, the you is the tinting from the wallpaper colors. Just like how KDE does their tint the whole UI from the wallpaper.

  • Possibly linux
    link
    fedilink
    English
    82 months ago

    Cool!

    For the branding couldn’t they just do k-9 by Thunderbird or something similar?

    • @boredsquirrel@slrpnk.netOP
      link
      fedilink
      92 months ago

      This is also about the App ID, actually mainly. So they keep K9 so that users can get a popup “export your settings, uninstall and install TB Android”. As Android only allows updates with the same app ID and developer key.

      • @yukijoou
        link
        English
        32 months ago

        They can probably even ease that out if they implement some API in K9 to let another app request data from it - Android has a system for letting apps send data to each other securely

        • @boredsquirrel@slrpnk.netOP
          link
          fedilink
          22 months ago

          IPC? I mean it can export and import settings, sending that data via the share portal and opening it for import (autodetecting the extension) is really possible.

          Not that I know how to write a single line of Android app code.

          • @yukijoou
            link
            English
            42 months ago

            i was talking about intents! this is a specific API for one app to start & send specific data to another app on the system