I was wondering it seems like when you get a mail app, Android ends up storing that mail address as an account in the account section of the parameters. Is there a way to avoid this ?
FairEmail: Open-source, privacy friendly email app for Android
31–40 of 121 posts
Re: FairEmail: Open-source, privacy friendly email app for Android
#32Earlier quoted context omitted.
I realise that this is not a common use case, but FairEmail is the only e-mail client I could find that supports TLS client authentication.
Does K9 not do this? I am certain it works with STARTTLS, it’s what I’m currently using. Do you mean just straight TLS connection at the start of session?
Few can handle authenticating to the server with a client certificate, but FairEmail seems to support it fine, although I've yet to configure it on my own server as it's likely to break other clients that don't support it.
Re: FairEmail: Open-source, privacy friendly email app for Android
#33I was wondering it seems like when you get a mail app, Android ends up storing that mail address as an account in the account section of the parameters. Is there a way to avoid this ?
Re: FairEmail: Open-source, privacy friendly email app for Android
#34I'm using F-droid K-9 and am happy with it. What would be the point of switching? If the new thing is flat-out better then it might be worth considering, but I haven't seen any explanation of this.
Re: FairEmail: Open-source, privacy friendly email app for Android
#35I'm using F-droid K-9 and am happy with it. What would be the point of switching? If the new thing is flat-out better then it might be worth considering, but I haven't seen any explanation of this.
IMAP IDLE push support for any server that supports it, good configurability in settings for a wide range of advanced power user features, and good private-by-default settings (avoiding and blocking tracking pixels/images in emails, and stripping known tracking parameters from links you click, etc.) Those would be my top 3 personally.
Power usage would be an interesting problem as well, because I'm not sure if keeping a socket open would pin the radio active.
Re: FairEmail: Open-source, privacy friendly email app for Android
#36Re: FairEmail: Open-source, privacy friendly email app for Android
#37I'm using F-droid K-9 and am happy with it. What would be the point of switching? If the new thing is flat-out better then it might be worth considering, but I haven't seen any explanation of this.
Comparing K-9 to FairEmail is like comparing Outlook Express (from Windows 95 fame) to Mozilla Thunderbird
Re: FairEmail: Open-source, privacy friendly email app for Android
#38Earlier quoted context omitted.
IMAP IDLE push support for any server that supports it, good configurability in settings for a wide range of advanced power user features, and good private-by-default settings (avoiding and blocking tracking pixels/images in emails, and stripping known tracking parameters from links you click, etc.) Those would be my top 3 personally.
IDLE is especially difficult on recent Android versions without a hosted service piping through FCM. You may be able to get away with a foreground service that displays a permanent notification, but I believe Android 11 or 12 limits even those services so you cannot have a persistent process keeping a socket open. Power usage would be an interesting problem as well, because I'm not sure if keeping a socket open would…
I haven't seen any suggestion the radio is being pinned active - it seems to still sleep fine, and I believe an incoming messages triggers a downlink page to the phone, which will then wake the radio to deliver the packets.
Re: FairEmail: Open-source, privacy friendly email app for Android
#39I mean I know the technical reasons. But it says on the FairEmail page: "FairEmail might be for you if you value your privacy." and also says "works with virtually all email providers, including Gmail, Outlook and Yahoo!"
For me, privacy is more than what's on the client - the server matters too. POP has seemed to work for me for 25+ yrs.
Re: FairEmail: Open-source, privacy friendly email app for Android
#40Am I a weirdo for using POP mail on an Android? I don't trust any third party with storing my email. Is there a reason why I should move to IMAP? I mean I know the technical reasons. But it says on the FairEmail page: "FairEmail might be for you if you value your privacy." and also says "works with virtually all email providers, including Gmail, Outlook and Yahoo!" For me, privacy is more than what's on the client -…