I follow K9 XOAUTH2 issue [0] and saw someone post that FairMail development has been terminated.<p>From the post [0] and the website [1]:
All my projects have been terminated after Google falsely flagged FairEmail as spyware without a reasonable opportunity to appeal. There will be no further development and no more support.<p>GitHub has the last release as of 2022-05-18 and the repository has been archived by the owner. It is now read-only.<p>FairEmail was posted on HN just over a year ago [3].<p>EDIT1: Another post was done earlier [4] linking to an XDA post. Thanks @M66B<p>EDIT2: Another post was done earlier [5] linking to another XDA post. Thanks @neogodless<p>[0] <a href="https://github.com/k9mail/k-9/issues/655#issuecomment-1131645640" rel="nofollow">https://github.com/k9mail/k-9/issues/655#issuecomment-113164...</a><p>[1] <a href="https://email.faircode.eu/" rel="nofollow">https://email.faircode.eu/</a><p>[2] <a href="https://github.com/M66B/FairEmail/releases" rel="nofollow">https://github.com/M66B/FairEmail/releases</a><p>[3] <a href="https://news.ycombinator.com/item?id=26386374" rel="nofollow">https://news.ycombinator.com/item?id=26386374</a><p>[4] <a href="https://news.ycombinator.com/item?id=31426915" rel="nofollow">https://news.ycombinator.com/item?id=31426915</a><p>[5] <a href="https://news.ycombinator.com/item?id=31432334" rel="nofollow">https://news.ycombinator.com/item?id=31432334</a>
Comments moved to <a href="https://news.ycombinator.com/item?id=31432334" rel="nofollow">https://news.ycombinator.com/item?id=31432334</a>.
[Copied from my post on the other HN thread about this (<a href="https://news.ycombinator.com/item?id=31432334" rel="nofollow">https://news.ycombinator.com/item?id=31432334</a>)]:<p>I guess I'll take the contrarian view here: the developer violated a reasonable Play Store policy, refused to fix the problem, and received an expected outcome.<p>If you read the details of the Play Store complaint, you will see that they say the app was uploading information from the user's contact list without properly disclosing to the user that this was happening [1]. This is a violation of Play Store policy (a disclosure is required). It's not an unreasonable policy.<p>You can see in the app's source code where some of this happens [2]. In short, the contact list is read off the device, email addresses associated with each contact are parsed out, and the app does HTTP requests to remote servers to get the favicon associated with each email contact domain. Note that this is the sending of information off each user's contact list (the email address domains) to those remote servers. As such, it requires a disclosure to the user.<p>The developer's response is that he refuses to add a disclosure to the app because he is not uploading "contact info". [3]. Ok... not a great response. Certainly I would expect apps to disclose whether or not they are using any information on my contact list to reach out to third-party servers, even if only domain names. In any case, it's Play Store policy.<p>In the end, he finally removed the favicon feature. And Play agreed to allow the app back into the store. [4] But he has not yet backed down on shutting down the whole project because he's still upset.<p>Sources<p>[1] <a href="https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-86913731" rel="nofollow">https://forum.xda-developers.com/t/app-5-0-fairemail-fully-f...</a><p>[2] <a href="https://github.com/M66B/FairEmail/blob/master/app/src/main/java/eu/faircode/email/ContactInfo.java" rel="nofollow">https://github.com/M66B/FairEmail/blob/master/app/src/main/j...</a><p>[3] <a href="https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-86913771" rel="nofollow">https://forum.xda-developers.com/t/app-5-0-fairemail-fully-f...</a><p>[4] <a href="https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-86914375" rel="nofollow">https://forum.xda-developers.com/t/app-5-0-fairemail-fully-f...</a>