Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

147 lines
5.9 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. ![logo](/assets/icon_small.png)
  2. # SimpleEmail
  3. An [Free Software][free-software], minimalistic and privacy friendly email app for Android.
  4. <a href="https://f-droid.org/packages/org.dystopia.email"><img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="75"></a>
  5. Alternatively, you can download directly from GitLab [Releases][gitlab-releases].
  6. ## Highlights
  7. * Easy navigation
  8. * No unnecessary settings
  9. * No bells and whistles
  10. * Privacy friendly
  11. * Simple design
  12. *This project has been forked from [FairEmail](https://github.com/M66B/open-source-email).*
  13. ## Why?
  14. This email app might be for you if your current email app:
  15. * takes long to receive or show messages
  16. * can manage only one email address
  17. * cannot show conversations
  18. * cannot work offline
  19. * looks outdated
  20. * is not maintained
  21. * stores your email on their servers
  22. * is closed source, potentially violating your privacy
  23. * has "pro" features for basic things and hasn't transparent way to purchase that features
  24. SimpleEmail is minimalistic by design, so you can concentrate on reading and writing messages, it starts a foreground
  25. service with a low priority status bar notification to make sure you'll never miss new email.
  26. ## Features
  27. * 100% [Free Software][free-software]
  28. * Multiple accounts (inboxes)
  29. * Multiple identities (outboxes)
  30. * Unified inbox
  31. * Conversation view
  32. * Two way synchronization
  33. * Offline storage and operations
  34. * Battery friendly
  35. * Low data usage
  36. * Folder management
  37. * Signatures
  38. * Dark theme
  39. * Account colors
  40. * Encryption/decryption
  41. * Export settings
  42. ## Screenshots
  43. [<img src="metadata/en-US/images/phoneScreenshots/05_screenshot.png" width=160>](metadata/en-US/images/phoneScreenshots/05_screenshot.png)
  44. [<img src="metadata/en-US/images/phoneScreenshots/08_screenshot.png" width=160>](metadata/en-US/images/phoneScreenshots/08_screenshot.png)
  45. Please see more [here](/metadata/en-US/images/phoneScreenshots/) or in [FDroid store][fdroid]
  46. ## Secure
  47. * Allow encrypted connections only
  48. * Accept valid security certificates only
  49. * Authentication required
  50. * Safe message view (styling, scripting and unsafe HTML removed)
  51. * No special permissions required
  52. * No advertisements
  53. * No analytics and no tracking
  54. ## Efficient
  55. * [IMAP IDLE](https://en.wikipedia.org/wiki/IMAP_IDLE) (push messages) supported
  56. * Built with latest development tools and libraries
  57. * Android 6 Marshmallow or later required
  58. ## Downloads
  59. * [FDroid store][fdroid]
  60. * [GitLab][gitlab-releases]
  61. Direct download certificate fingerprints:
  62. ```
  63. MD5: 85:B2:A9:90:3D:21:25:9E:4F:43:D1:71:8C:29:6C:70
  64. SHA1: 7F:AB:59:CD:12:A1:11:E7:6B:12:9D:71:70:5E:21:76:D9:0E:59:C0
  65. SHA256: A7:A9:0A:5F:14:ED:00:57:56:49:9A:53:4A:13:1A:F0:64:0A:C4:DF:62:2F:76:35:F6:51:69:D8:C9:E9:19:F2
  66. ```
  67. ## Compatibility
  68. SimpleEmail requires at least Android 6 Marshmallow.
  69. SimpleEmail might occasionally crash on Motorola/Lenovo devices with Android 7 Nougat or earlier
  70. because of a [bug in Android](https://issuetracker.google.com/issues/63377371).
  71. ## Frequently asked questions
  72. See [here][faqs] for a list of often asked questions.
  73. ## Support
  74. * For support on SimpleEmail, please open a [issue][]
  75. * For support on authorizing accounts you should contact your provider.
  76. ## Attribution
  77. SimpleEmail uses:
  78. * [JavaMail](https://javaee.github.io/javamail/). under [GPLv2+CE license](https://javaee.github.io/javamail/JavaMail-License).
  79. * [jsoup](https://jsoup.org/). under [MIT license](https://jsoup.org/license).
  80. * [JCharset](http://www.freeutils.net/source/jcharset/). under [GNU General Public License](http://www.freeutils.net/source/jcharset/#license)
  81. * [Android Support Library](https://developer.android.com/tools/support-library/). under [Apache license](https://android.googlesource.com/platform/frameworks/support/+/master/LICENSE.txt).
  82. * [Android Architecture Components](https://developer.android.com/topic/libraries/architecture/). under [Apache license](https://github.com/googlesamples/android-architecture-components/blob/master/LICENSE).
  83. * [colorpicker](https://android.googlesource.com/platform/frameworks/opt/colorpicker). under [Apache license](https://android.googlesource.com/platform/frameworks/opt/colorpicker/+/master/src/com/android/colorpicker/ColorPickerDialog.java).
  84. * [dnsjava](http://www.xbill.org/dnsjava/). under [BSD License](https://sourceforge.net/p/dnsjava/code/HEAD/tree/trunk/LICENSE).
  85. * [OpenPGP API library](https://github.com/open-keychain/openpgp-api). under [Apache License 2.0](https://github.com/open-keychain/openpgp-api/blob/master/LICENSE).
  86. ## License
  87. [GNU General Public License version 3](https://framagit.org/dystopia-project/simple-email/blob/master/LICENSE)
  88. Copyright 2018, Marcel Bokhorst (M66B)
  89. Copyright 2018, Distopico (dystopia project) and contributors
  90. This program is free software: you can redistribute it and/or modify
  91. it under the terms of the GNU General Public License as published by
  92. the Free Software Foundation, either version 3 of the License, or
  93. (at your option) any later version.
  94. This program is distributed in the hope that it will be useful,
  95. but WITHOUT ANY WARRANTY; without even the implied warranty of
  96. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  97. GNU General Public License for more details.
  98. You should have received a copy of the GNU General Public License
  99. along with this program. If not, see <http://www.gnu.org/licenses/>.
  100. * All assets and docs are under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/),
  101. for the license of the image used in the [assets](/assets) please see the metadata under the SVG file.
  102. [free-software]: https://www.gnu.org/philosophy/free-sw.html
  103. [issue]: https://framagit.org/dystopia-project/simple-email/issues
  104. [pull-requests]: https://framagit.org/dystopia-project/simple-email/merge_requests
  105. [faqs]: https://framagit.org/dystopia-project/simple-email/blob/master/docs/FAQ.md
  106. [gitlab-releases]: https://framagit.org/dystopia-project/simple-email/tags
  107. [fdroid]: https://f-droid.org/packages/org.dystopia.email