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.

131 lines
5.1 KiB

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