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.

124 lines
5.0 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
4 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. ![logo](/assets/icon_small.png)
  2. # SimpleEmail
  3. A [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. ## Why?
  13. The focus of SimpleEmail is be a privacy-friendly email app with a good UX/UI and with a community development model.
  14. SimpleEmail is minimalistic by design, so you can concentrate on reading and writing messages, it starts a foreground
  15. service with a low priority status bar notification to make sure you'll never miss a new email.
  16. ## Features
  17. * 100% [Free Software][free-software]
  18. * Multiple accounts (inboxes)
  19. * Multiple identities (outboxes)
  20. * Unified inbox
  21. * Conversation view
  22. * Two way synchronization
  23. * Offline storage and operations
  24. * Battery friendly
  25. * Low data usage
  26. * Folder management
  27. * Signatures
  28. * Dark theme
  29. * Account colors
  30. * Search on server
  31. * Encryption/decryption
  32. * Export settings
  33. ## Screenshots
  34. [<img src="metadata/en-US/images/phoneScreenshots/05_screenshot.png" width=160>](metadata/en-US/images/phoneScreenshots/05_screenshot.png)
  35. [<img src="metadata/en-US/images/phoneScreenshots/08_screenshot.png" width=160>](metadata/en-US/images/phoneScreenshots/08_screenshot.png)
  36. Please see more [here](/metadata/en-US/images/phoneScreenshots/) or in [FDroid store][fdroid]
  37. ## Secure
  38. * Allow encrypted connections only
  39. * Accept valid security certificates only
  40. * Authentication required
  41. * Safe message view (styling, scripting and unsafe HTML removed)
  42. * No special permissions required
  43. * No advertisements
  44. * No analytics and no tracking
  45. ## Efficient
  46. * [IMAP IDLE](https://en.wikipedia.org/wiki/IMAP_IDLE) (push messages) supported
  47. * Built with latest development tools and libraries
  48. * Android 6 Marshmallow or later required
  49. ## Downloads
  50. * [FDroid store][fdroid]
  51. * [GitLab][gitlab-releases]
  52. Direct download certificate fingerprints:
  53. ```
  54. MD5: 85:B2:A9:90:3D:21:25:9E:4F:43:D1:71:8C:29:6C:70
  55. SHA1: 7F:AB:59:CD:12:A1:11:E7:6B:12:9D:71:70:5E:21:76:D9:0E:59:C0
  56. 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
  57. ```
  58. ## Frequently asked questions
  59. See [here][faqs] for a list of often asked questions.
  60. ## Support
  61. * For support on SimpleEmail, please open a [issue][]
  62. * For support on authorizing accounts you should contact your provider.
  63. ## Compatibility
  64. SimpleEmail requires at least Android 6 Marshmallow.
  65. ## Contributing
  66. Whether you have ideas, translations, features you think are missing, design or code changes, help is always welcome!.
  67. You can submit [pull requests][pull-requests] to this repository, or submit translations using [Weblate](https://hosted.weblate.org/projects/simple-email/).
  68. To get started, take a look at [CONTRIBUTING.md](https://framagit.org/dystopia-project/simple-email/blob/develop/CONTRIBUTING.md)
  69. ## Attribution
  70. SimpleEmail uses:
  71. * [JavaMail](https://javaee.github.io/javamail/). under [GPLv2+CE license](https://javaee.github.io/javamail/JavaMail-License).
  72. * [jsoup](https://jsoup.org/). under [MIT license](https://jsoup.org/license).
  73. * [JCharset](http://www.freeutils.net/source/jcharset/). under [GNU General Public License](http://www.freeutils.net/source/jcharset/#license)
  74. * [Android Support Library](https://developer.android.com/tools/support-library/). under [Apache license](https://android.googlesource.com/platform/frameworks/support/+/master/LICENSE.txt).
  75. * [Android Architecture Components](https://developer.android.com/topic/libraries/architecture/). under [Apache license](https://github.com/googlesamples/android-architecture-components/blob/master/LICENSE).
  76. * [colorpicker](https://github.com/QuadFlask/colorpicker). under [Apache license](https://github.com/QuadFlask/colorpicker#license).
  77. * [dnsjava](http://www.xbill.org/dnsjava/). under [BSD License](https://sourceforge.net/p/dnsjava/code/HEAD/tree/trunk/LICENSE).
  78. * [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).
  79. ## License
  80. [![GNU General Public License version 3](https://www.gnu.org/graphics/gplv3-127x51.png)](https://framagit.org/dystopia-project/simple-email/blob/master/LICENSE)
  81. * All assets and docs are under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/),
  82. for the license of the image used in the [assets](/assets) please see the metadata under the SVG file.
  83. [free-software]: https://www.gnu.org/philosophy/free-sw.html
  84. [issue]: https://framagit.org/dystopia-project/simple-email/issues
  85. [pull-requests]: https://framagit.org/dystopia-project/simple-email/merge_requests
  86. [faqs]: https://framagit.org/dystopia-project/simple-email/blob/master/docs/FAQ.md
  87. [gitlab-releases]: https://framagit.org/dystopia-project/simple-email/tags
  88. [fdroid]: https://f-droid.org/packages/org.dystopia.email