Mozilla Thunderbird for Android is now available in beta, built upon the K-9 Mail app.

The beta includes core email features like account setup, email organization, and notifications, with feedback encouraged from users.

Thunderbird for Android will remain a separate app from K-9 Mail, requiring users to migrate if they previously used K-9.

  • Lucy :3@feddit.org
    link
    fedilink
    arrow-up
    5
    ·
    7 hours ago

    As long as it’s compliant with Thunderbird, eg. using the same autoconfig at /mail/config-v1.1.xml, I’m happy.

    • Ephera@lemmy.ml
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      5 hours ago

      I cannot imagine that it would support that. Android generally does not give its users root access…

      • Lucy :3@feddit.org
        link
        fedilink
        arrow-up
        6
        ·
        5 hours ago

        No, autoconfig is a way for mail servers to tell clients the config they should use (ports, ssl/starttls, username, name/domain of the server, authentication for imap, pop and smtp). There are multiple standards by different mail client devs, eg. Thunderbird, K-9 Mail and some other check for autoconfig.<mailserverdomain>/mail/config-v1.1.xml and outlook etc. check for a “autodiscover” SRV record, or use autodiscover.<emaildomain> or check <emaildomain>/autodiscover/autodiscover.xml. As you see, it’s a mess. Well, only Outlooks “standard” is, as usually you wouldn’t care because M$ Winshit Crasher Server does that automatically, so they don’t care about good docs. Thunderbirds autoconfig is pretty well made and documented tho.