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.

142 lines
6.0 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
5 years ago
5 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. *This project has been forked from [FairEmail](https://framagit.org/dystopia-project/simple-email/blob/master/docs/FAQ.md#what-is-the-difference-between-simpleemail-and-fairemail).*
  17. ## Features
  18. * 100% [Free Software][free-software]
  19. * Multiple accounts (inboxes)
  20. * Multiple identities (outboxes)
  21. * Unified inbox
  22. * Conversation view
  23. * Two way synchronization
  24. * Offline storage and operations
  25. * Battery friendly
  26. * Low data usage
  27. * Folder management
  28. * Signatures
  29. * Dark theme
  30. * Account colors
  31. * Search on server
  32. * Encryption/decryption
  33. * Export settings
  34. ## Screenshots
  35. [<img src="metadata/en-US/images/phoneScreenshots/05_screenshot.png" width=160>](metadata/en-US/images/phoneScreenshots/05_screenshot.png)
  36. [<img src="metadata/en-US/images/phoneScreenshots/08_screenshot.png" width=160>](metadata/en-US/images/phoneScreenshots/08_screenshot.png)
  37. Please see more [here](/metadata/en-US/images/phoneScreenshots/) or in [FDroid store][fdroid]
  38. ## Secure
  39. * Allow encrypted connections only
  40. * Accept valid security certificates only
  41. * Authentication required
  42. * Safe message view (styling, scripting and unsafe HTML removed)
  43. * No special permissions required
  44. * No advertisements
  45. * No analytics and no tracking
  46. ## Efficient
  47. * [IMAP IDLE](https://en.wikipedia.org/wiki/IMAP_IDLE) (push messages) supported
  48. * Built with latest development tools and libraries
  49. * Android 6 Marshmallow or later required
  50. ## Downloads
  51. * [FDroid store][fdroid]
  52. * [GitLab][gitlab-releases]
  53. Direct download certificate fingerprints:
  54. ```
  55. MD5: 85:B2:A9:90:3D:21:25:9E:4F:43:D1:71:8C:29:6C:70
  56. SHA1: 7F:AB:59:CD:12:A1:11:E7:6B:12:9D:71:70:5E:21:76:D9:0E:59:C0
  57. 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
  58. ```
  59. ## Compatibility
  60. SimpleEmail requires at least Android 6 Marshmallow.
  61. ## Frequently asked questions
  62. See [here][faqs] for a list of often asked questions.
  63. ## Support
  64. * For support on SimpleEmail, please open a [issue][]
  65. * For support on authorizing accounts you should contact your provider.
  66. ## Contributing
  67. Whether you have ideas, translations, features you think are missing, design or code changes, help is always welcome!.
  68. You can submit [pull requests][pull-requests] to this repository, or submit translations using Weblate.
  69. To get started, take a look at [CONTRIBUTING.md](https://framagit.org/dystopia-project/simple-email/blob/develop/CONTRIBUTING.md)
  70. ## Attribution
  71. SimpleEmail uses:
  72. * [JavaMail](https://javaee.github.io/javamail/). under [GPLv2+CE license](https://javaee.github.io/javamail/JavaMail-License).
  73. * [jsoup](https://jsoup.org/). under [MIT license](https://jsoup.org/license).
  74. * [JCharset](http://www.freeutils.net/source/jcharset/). under [GNU General Public License](http://www.freeutils.net/source/jcharset/#license)
  75. * [Android Support Library](https://developer.android.com/tools/support-library/). under [Apache license](https://android.googlesource.com/platform/frameworks/support/+/master/LICENSE.txt).
  76. * [Android Architecture Components](https://developer.android.com/topic/libraries/architecture/). under [Apache license](https://github.com/googlesamples/android-architecture-components/blob/master/LICENSE).
  77. * [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).
  78. * [dnsjava](http://www.xbill.org/dnsjava/). under [BSD License](https://sourceforge.net/p/dnsjava/code/HEAD/tree/trunk/LICENSE).
  79. * [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).
  80. ## License
  81. [![GNU General Public License version 3](https://www.gnu.org/graphics/gplv3-127x51.png)](https://framagit.org/dystopia-project/simple-email/blob/master/LICENSE)
  82. Copyright 2018, Marcel Bokhorst (M66B)
  83. Copyright 2018, Distopico (dystopia project) and contributors
  84. This program is free software: you can redistribute it and/or modify
  85. it under the terms of the GNU General Public License as published by
  86. the Free Software Foundation, either version 3 of the License, or
  87. (at your option) any later version.
  88. This program is distributed in the hope that it will be useful,
  89. but WITHOUT ANY WARRANTY; without even the implied warranty of
  90. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  91. GNU General Public License for more details.
  92. You should have received a copy of the GNU General Public License
  93. along with this program. If not, see <http://www.gnu.org/licenses/>.
  94. * All assets and docs are under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/),
  95. for the license of the image used in the [assets](/assets) please see the metadata under the SVG file.
  96. [free-software]: https://www.gnu.org/philosophy/free-sw.html
  97. [issue]: https://framagit.org/dystopia-project/simple-email/issues
  98. [pull-requests]: https://framagit.org/dystopia-project/simple-email/merge_requests
  99. [faqs]: https://framagit.org/dystopia-project/simple-email/blob/master/docs/FAQ.md
  100. [gitlab-releases]: https://framagit.org/dystopia-project/simple-email/tags
  101. [fdroid]: https://f-droid.org/packages/org.dystopia.email