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.

125 lines
4.9 KiB

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