FairEmail is easy to set up and works with virtually all email providers, including Gmail, Outlook and Yahoo!

Overview

DownloadsPrivacySupportLicense

FairEmail

GitHub GitHub release GitHub commits since tagged version

Fully featured, open source, privacy oriented email app for Android

FairEmail is easy to set up and works with virtually all email providers, including Gmail, Outlook and Yahoo!

FairEmail might be for you if you value your privacy.

FairEmail is an email client only, so you need to bring your own email address.

FairEmail does not support non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync.

Main features

  • Fully featured
  • 100 % open source
  • Privacy oriented
  • Unlimited accounts
  • Unlimited email addresses
  • Unified inbox (optionally accounts or folders)
  • Conversation threading
  • Two way synchronization
  • Push notifications
  • Offline storage and operations
  • Common text style options (size, color, lists, etc)
  • Battery friendly
  • Low data usage
  • Small (~20 MB)
  • Material design (including dark/black theme)
  • Maintained and supported

This app is deliberately minimalistic by design, so you can concentrate on reading and writing messages.

This app starts a foreground service with a low priority status bar notification to make sure you'll never miss new emails.

Privacy features

  • Encryption/decryption supported (OpenPGP and S/MIME)
  • Reformat messages to prevent phishing
  • Confirm showing images to prevent tracking
  • Confirm opening links to prevent tracking and phishing
  • Attempt to recognize and disable tracking images
  • Warning if messages could not be authenticated

Simple

  • Quick setup
  • Easy navigation
  • No bells and whistles
  • No distracting "eye candy"

Secure

  • No data storage on third party servers
  • Using open standards (IMAP, POP3, SMTP, OpenPGP, S/MIME, etc)
  • Safe message view (styling, scripting and unsafe HTML removed)
  • Confirm opening links, images and attachments
  • No special permissions required
  • No advertisements
  • No analytics and no tracking (error reporting via Bugsnag is opt-in)
  • No Google backup
  • No Firebase Cloud Messaging
  • FairEmail is an original work, not a fork or a clone

Efficient

  • Fast and lightweight
  • IMAP IDLE (push messages) supported
  • Built with latest development tools and libraries

Pro features

All pro features are convenience or advanced features.

  • Account/identity/folder colors
  • Colored stars (instructions)
  • Notification settings (sounds) per account/folder/sender (requires Android 8 Oreo) (instructions)
  • Configurable notification actions
  • Snooze messages (instructions)
  • Send messages after selected time
  • Synchronization scheduling (instructions)
  • Reply templates
  • Accept/decline calendar invitations
  • Add message to calendar
  • Filter rules (instructions)
  • Automatic message classification (instructions)
  • Search indexing (instructions)
  • S/MIME sign/encrypt (instructions)
  • Biometric/PIN authentication (instructions)
  • Message list widget
  • Export settings

Screenshots

Please see here for screenshots.

Downloads

Supported download locations:

Please see this FAQ about the differences between the different releases.

Important: after enrolling in the Advanced Protection Program you cannot use third party email apps anymore, please see this FAQ for more information.

The Gmail quick setup wizard can be used in official releases only (Play store or GitHub) because Google approved the use of OAuth for one app signature only.

Important: Gsuite accounts authorized with a username/password will stop working in the near future. Gsuite accounts authorized with the quick setup wizard (OAuth) will keep working.

To download a GitHub release you might need to expand the assets section to download the APK file.

The GitHub version is being updated more often than the Play store version. The GitHub release will automatically check for updates on GitHub (this can be turned off in the miscellaneous settings).

F-Droid builds new versions irregularly and you'll need the F-Droid client to get update notifications. To get updates in a timely fashion you are advised to use the GitHub release.

Important: There is support on the F-Droid build only if the version number of the F-Droid build is the same as the version number of the latest GitHub release. Please see here for more information on third-party builds.

Because F-Droid builds and GitHub releases are signed differently, an F-Droid build needs to be uninstalled first to be able to update to a GitHub release.

Certificate fingerprints:

MD5: 64:90:8E:2C:0D:25:29:B0:D0:26:2D:24:D8:BB:66:56
SHA1: 17:BA:15:C1:AF:55:D9:25:F9:8B:99:CE:A4:37:5D:4C:DF:4C:17:4B
SHA256: E0:20:67:24:9F:5A:35:0E:0E:C7:03:FE:9D:F4:DD:68:2E:02:91:A0:9F:0C:2E:04:10:50:BB:E7:C0:64:F5:C9

One line command to display certificate fingerprints:

unzip -p fairemail.apk META-INF/CERT.RSA | keytool -printcert

I do not hand over the signing keys of my apps to Google. Please see this Google blog and this article for more information.

Compatibility

FairEmail requires at least Android 5 Lollipop.

Individual message notifications are available on Android 7 Nougat and later only because earlier Android versions do not support notification grouping.

Notification settings (sounds) per account/folder/sender are available on Android 8 Oreo and later only because earlier Android versions do not support notification channels.

FairEmail will work properly on devices without any Google service installed.

Please see here for known problems.

Privacy

Please see here for the privacy policy.

Support

Please see here for a list of often asked questions and about how to get support.

Contributing

Documentation

Contributions to this document and the frequently asked questions are preferred in the form of pull requests.

Translations

  • You can translate the in-app texts of FairEmail on Crowdin
  • If your language is not listed, please send a message through this contact form

Source code

Building FairEmail from source code is straightforward with Android Studio. It is expected that you can solve build problems yourself, so there is no support on building.

Source code contributions are preferred in the form of pull requests. Please contact me first to tell me what your plans are.

Please note that by contributing you agree to the license below, including the copyright, without any additional terms or conditions.

Attribution

See here for a list of used libraries and associated license information.

Online translations are supported by:

Crowdin logo

Error reporting is sponsored by:

Bugsnag logo

Bugsnag monitors application stability and is used to help improve FairEmail. Error reporting is disabled by default, see also the privacy policy.

License

Copyright © 2018-2021 Marcel Bokhorst. All rights reserved.

GNU General Public License version 3

FairEmail is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

FairEmail is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Comments
  • [WIP] Base themes on material components themes

    [WIP] Base themes on material components themes

    Currently the themes are based on AppCompat themes, which is the Android 7.0 style. This PR aims to make themes base on Theme.MaterialComponents.DayNight.NoActionBar, which gives the following advantages:

    • Auto switching dark themes following the system. I know there is already such functionality. It just avoids any hacky way to do so. Of course, turning off follow system theme still works.
    • More modern look, for free (without many modifications)

    Before I do any substantial work, let me know your opioion ;)

    opened by proletarius101 25
  • Miscellaneous updates and cleanup

    Miscellaneous updates and cleanup

    Important

    Please confirm that you:

    [x] read the contributing section [x] agree to the license and the copyright

    Thanks for your intention to contribute to the project!

    1st commit

    • Add gradle wrapper validation action (see this)

    2nd commit

    • Clean up .gitignore
    • Update minimum cmake version
    • Remove unused lifecycle-extensions library

    3rd commit

    • Delete generated .idea

    4th commit

    • Fix a few performance lints
    opened by TacoTheDank 7
  • Add Hetzner Online as mail provider

    Add Hetzner Online as mail provider

    opened by rook59 7
  • Ideas for performance improvements

    Ideas for performance improvements

    Hi @M66B, I don't expect this to be merged but maybe you find parts of these commits useful :)

    While profiling your app I found out most of the time during sync and viewing messages is spent in decodeAddresses especially in parsing/instantiating an InternetAddress.

    I wrote up a kinda hacky cache implementation but I'd probably be better to reduce decoding addresses where it is not needed, as in b56d0dd546cc360dd4c173c5b9c63adc0a328575 or 90ec110f417cd2587508b0ae7b16b0136d98d2e9.

    opened by Unpublished 7
  • Hide accountname prefix if same as email

    Hide accountname prefix if same as email

    Important

    I know the contributing says to first contact you about my plans, but this patch is so small...

    When I compose a new email, the identity field is rather long, turning multi-line: photo5922585126536065381

    Because my account name and email address match in this case, it feels unnecessary to have it displayed twice. Having just my display name displayed on the first line would be sufficient and preferable I feel.

    I must admit I have not tested this patch as I am not an Android developer and don't have an Android Studio install ready, but I see no reason to believe this patch would be problematic.

    opened by TheLastProject 6
  • Add sponsor button linking to Google Play

    Add sponsor button linking to Google Play

    After you enable this on your repository, it'll show a sponsor button left of watch which links to Google Play. More info on https://help.github.com/en/github/building-a-strong-community/displaying-a-sponsor-button-in-your-repository.

    Also, may I suggest signing up for GitHub Sponsors? Right now they have no fees at all and match any sponsorship. You could set a 6 Euro tier for a pro key maybe and tell people to email you if they use it so you avoid all Google's fees? Up to you, of course :)

    opened by TheLastProject 6
  • nb_NO resource put in correct locale

    nb_NO resource put in correct locale

    Can be confirmed by switching to "Norwegian Bokmål" and seeing no nb_NO strings in the app. The nn resource is also mostly nb. "Da" is a bit better. Please move the translation effort to Weblate, or at least drop it from Crowdin so I can avoid being spyed on and my work not ending up in a closed translation memory. "Stop using closed-source apps". <3 :)

    opened by comradekingu 5
  • On Link tap compare title path with actual link instead of hostname

    On Link tap compare title path with actual link instead of hostname

    Navigate to link

    When tapping an email link it tries to find tracking links and it checks if the link is equal to the title (if it is a valid uri). Right now it checks only for the host, not the entire path. This leads to situations where it fails to identify tracking uri and also it is hard for the user to navigate to the original link (title). For example the title is: http://somedomain.xyz/newsletter/unsubscribe.html but the link is: https://somedomain.xyz/sendy/l/Cp3P8iCv1PCMdB7nqmKZZA/D9xd0Lo5892VSAEV1VLW7W3w/WPwsL111NWGNiUw

    Hostname remains the same but path changes. By checking the entire path the user can easily identify the difference and click the button to navigate to the title.

    Important

    I confirm to

    opened by mitsakosgr 5
  • add german provider all-inkl.com

    add german provider all-inkl.com

    Add german provider all-inkl.com

    This will enable the provider all-inkl.com in the providers list.

    • Provider does not use domain name (e.g. yourdomain.com) as hostname but technical domain name in the form <loginname>.kasserver.com.
    • Provider also does not use emailaddress or local part but a username m0373238 for authentication.
    • Autoconfiguration using SRV dns records is currently not provided but works if the domain owner adds them manually to DNS. (checked by myself and wrote email to support if they want to enableset these records by default)
    • Credentials are provided to the user in the domain administration page linked.
    opened by eFloh 4
  • enabled webview safebrowsing to true

    enabled webview safebrowsing to true

    i hope this will improve security, i blindly acted upon reading https://android-developers.googleblog.com/2017/06/whats-new-in-webview-security.html?m=1

    please feel free to reject or accept

    Important

    opened by leela52452 3
  • Translated instructions

    Translated instructions

    opened by GuilhermeStrice 2
Releases(1.2026)
  • 1.2026(Jan 2, 2023)

    Happy New Year / Frohes neues Jahr / Bonne Année


    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2025...1.2026?w=1


    The problem with Google has been resolved.


    Feedback, thanks, donations, and purchases are appreciated.


    There is no support via XDA anymore, but you can always ask for personal support via this form.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
    FairEmail-v1.2026a-github-release.apk(22.41 MB)
  • 1.2025(Jan 1, 2023)

    Happy New Year / Frohes neues Jahr / Bonne Année


    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2024...1.2025?w=1


    The problem with Google has been resolved.


    Feedback, thanks, donations, and purchases are appreciated.


    There is no support via XDA anymore, but you can always ask for personal support via this form.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2024(Dec 31, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2023...1.2024?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    There is no support via XDA anymore, but you can always ask for personal support via this form.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2023(Dec 30, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2022...1.2023?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    There is no support via XDA anymore, but you can always ask for personal support via this form.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2022(Dec 30, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2021...1.2022?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    There is no support via XDA anymore, but you can always ask for personal support via this form.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2021(Dec 30, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2020...1.2021?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    There is no support via XDA anymore, but you can always ask for personal support via this form.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2020(Dec 30, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2019...1.2020?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    There is no support via XDA anymore, but you can always ask for personal support via this form.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2019(Dec 28, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2017...1.2019?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    There is no support via XDA anymore, but you can always ask for personal support via this form.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2017(Dec 23, 2022)

    Merry Christmas.


    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2016...1.2017?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    There is no support via XDA anymore, but you can always ask for personal support via this form.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2016(Dec 18, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2015...1.2016?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    There is no support via XDA anymore, but you can always ask for personal support via this form.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2015(Dec 18, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2014...1.2015?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2014(Dec 17, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2013...1.2014?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2013(Dec 9, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2012...1.2013?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2012(Dec 1, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2011...1.2012?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2011(Nov 29, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2010...1.2011?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2010(Nov 25, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2009...1.2010?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2009(Nov 25, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2008...1.2009?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2008(Nov 23, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2007...1.2008?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2007(Nov 17, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2006...1.2007?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2006(Nov 16, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2004...1.2006?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2004(Nov 15, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2003...1.2004?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2003(Nov 12, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2002...1.2003?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2002(Nov 10, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2001...1.2002?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2001(Nov 10, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.2000...1.2001?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.2000(Nov 10, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.1999...1.2000?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.1999(Nov 5, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.1998...1.1999?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.1998(Nov 5, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.1997...1.1998?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.1997(Nov 5, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.1996...1.1997?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.1996(Nov 4, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.1995...1.1996?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
  • 1.1995(Oct 30, 2022)

    Changelog: https://github.com/M66B/FairEmail/blob/master/CHANGELOG.md

    All changes: https://github.com/M66B/FairEmail/compare/1.1994...1.1995?w=1


    Feedback, thanks, donations, and purchases are appreciated.


    You might need to expand the Assets section below to download the APK file, which can be installed as an update.

    Möglicherweise müssen Sie den nun folgenden Abschnitt Assets aufklappen, um die APK-Datei herunterzuladen, die dann als Update installiert werden kann.

    Source code(tar.gz)
    Source code(zip)
A simple, modern and coroutine based Kotlin Email API for clientside projects

Kotlinmailer is a Kotlin Mail API, using coroutines and providing DSLs. It may be used in a Ktor Backend for verification mails.

David Bieregger 4 Oct 5, 2022
A Jetpack Compose-based app to exhibit all the beautiful GLSL Fragment shaders I have ever written, where you can set them as Live Wallpaper.

?? Shader Showcase Shader Showcase is a minimal Android app made with Jetpack Compose, to showcase all the beautiful OpenGL* based Fragment shaders I

Piyush Pradeepkumar 198 Dec 28, 2022
SimpleToDo is an android app that allows building a todo list and basic todo items management functionality including adding new items, editing and deleting an existing item.

SimpleToDo is an android app that allows building a todo list and basic todo items management functionality including adding new items, editing and deleting an existing item.

null 0 Jan 3, 2022
Todo List Application is an android app that allows building a todo list and basic todo items management functionality including adding new items, editing and deleting an existing item

Todo List Application is an android app that allows building a todo list and basic todo items management functionality including adding new items, editing and deleting an existing item

null 0 Jan 22, 2022
LeeCo is an awesome app for (including unlock) problems, solutions, discuss(from leetcode) and comments.

LeeCo LeeCo is an awesome app for algorithem problems(including unlock), solutions, discuss(from leetcode) and comments. #中文文档 README-ZH.md #Download

Nightonke 487 Nov 25, 2022
Sample app demonstrating interop between Jetpack Compose and the Android UI toolkit, including SurfaceView

Wake Me Up Wake Me Up is a sample app showcased in the Google I/O 2021 Developer Keynote that demonstrates interoperability between Jetpack Compose an

Romain Guy 174 Dec 5, 2022
A Full-Stack mobile app, including Android & Server, Simple-Poem 简诗. You can write poem in graceful & traditional Chinese style.

JianShi 简诗 A Full-Stack mobile app, including Android side & Server side, Simple-Poem 简诗. You can write poem in graceful & traditional Chinese style.

wingjay 1.9k Jan 6, 2023
Android Studio project wrapper around the Elixir TodoApp Desktop app to run on Android including the Erlang runtime

TodoApp Android: An Android Sample App This Android Studio project wraps the Desktop Sample App to run on an Android phone. How to build & run Install

elixir-desktop 78 Dec 10, 2022
A 2020s compatible React Native keyboard avoiding view for Android and iOS that just works.

react-native-keyboard-shift Example Snack coming soon Until then: Clone this repo: git clone https://github.com/FullStackCraft/react-native-keyboard-s

Full Stack Craft 66 Aug 16, 2022
📲💬 react-native-fontext is a lightweight library to integrate fonts in your React Native application that works seamlessly in android and iOS devices.

React Native Fontext react-native-fontext is a lightweight library to integrate fonts in your React Native application that works seamlessly in androi

mroads 9 Dec 3, 2021
A rewrite of the popular project GitUp that works in Linux, Mac, and Windows.

GitDown This is a rewrite from the ground up of the popular GitUp library available on Mac. It is built using Kotlin and Compose Desktop from Jetbrain

Cody Mikol 20 Dec 16, 2022
A Kotlin Mindustry mod that works on Android and PC

Mindustry Kotlin Mod Template A Kotlin Mindustry mod that works on Android and PC. This is equivalent to the Java version, except in Kotlin. Building

Eclipse 15 Sep 24, 2022
RoboDemo is a ShowCase library for Android to demonstrate to users how a given Activity works.

RoboDemo RoboDemo is a ShowCase library for Android to demonstrate to users how a given Activity works. A sample is available in the download area of

Stéphane Nicolas 220 Nov 25, 2022
Works Planning Application

Works Planning Application Clean Architecture MVVM Room database Binding Adapters Data Binding View Binding RecyclerView.Adapter DiffUtil LiveData Vie

null 0 Nov 23, 2021
A dictionary that works out of box

Easydict A dictionary that works out of box Features Basic dictionary functions, query word, show the definition and translation Show the query histor

chen_null 0 May 16, 2022
SyncPlay - The unofficial Syncplay client for Android. Works with the Desktop version of Syncplay

About SyncPlay BETA: The unofficial Syncplay client for Android. Works with the

null 34 Dec 31, 2022
The unofficial Syncplay client for Android. Works with the Desktop version of Syncplay !

SyncPlay BETA: About Syncplay BETA: This is the UNOFFICIAL Syncplay client for Android. If you don't know Syncplay, have a look here: https://syncplay

null 34 Dec 31, 2022
Let third-party launcher always get themed icon in MIUI (Maybe also works for other Android based OS).

English 简体中文 Introduction This module can let third party launcher always use icons with MIUI/Flyme Themes. It may also work with other custom Android

Strawing 5 Sep 18, 2022
A VS Code killer that actually works.

VS Code Killer A VS Code killer that actually works. Background Recently, JetBrains released a public preview of their new IDE called Fleet. Many peop

Edwin Chang 2 Oct 20, 2022