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.

117 lines
4.1 KiB

  1. Safe email
  2. ==========
  3. Simple, secure and efficient email app
  4. This email app might be for you if your current email app:
  5. * takes long to show messages
  6. * can manage only one mailbox
  7. * cannot show related messages
  8. * cannot work offline
  9. * looks outdated
  10. * is closed source, potentially violating your privacy
  11. Features
  12. --------
  13. * 100 % open source
  14. * Multiple accounts (inboxes)
  15. * Multiple identities (outboxes)
  16. * Unified inbox
  17. * Message threading
  18. * Two way synchronization
  19. * Offline storage and operations
  20. * Material design
  21. * Dark theme
  22. Simple
  23. ------
  24. * Easy navigation
  25. * No settings
  26. * No bells and whistles
  27. Secure
  28. ------
  29. * Connect to email servers only
  30. * Allow encrypted connections only
  31. * Accept valid security certificates only
  32. * [SMTP](https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol) authentication required
  33. * Text view only (converted [HTML](https://en.wikipedia.org/wiki/HTML))
  34. * No special permissions required
  35. * No advertisements
  36. * No analytics and no tracking
  37. Efficient
  38. ---------
  39. * No [POP](https://en.wikipedia.org/wiki/Post_Office_Protocol) support
  40. * [IMAP IDLE](https://en.wikipedia.org/wiki/IMAP_IDLE) required
  41. * Android 6 Marshmallow or later required
  42. This app starts a foreground service with a low priority status bar notification to make sure you'll never miss new email.
  43. Frequently Asked Questions
  44. --------------------------
  45. See [here](https://github.com/M66B/open-source-email/blob/master/FAQ.md) for a list of often asked questions.
  46. Support
  47. -------
  48. * For support on Safe email, please go [here](https://forum.xda-developers.com/android/apps-games/source-email-t3824168)
  49. Contributing
  50. ------------
  51. *Documentation*
  52. Contributions to this document and the frequently asked questions
  53. are preferred in the form of [pull requests](https://help.github.com/articles/creating-a-pull-request/).
  54. *Translations*
  55. * You can translate the in-app texts of Safe email [here](https://crowdin.com/project/open-source-email)
  56. * If your language is not listed, please send a message through [this contact form](https://contact.faircode.eu/)
  57. *Source code*
  58. Building Safe email from source code is straightforward with [Android Studio](http://developer.android.com/sdk/).
  59. It is expected that you can solve build problems yourself, so there is no support on building.
  60. Source code contributions are preferred in the form of [pull requests](https://help.github.com/articles/creating-a-pull-request/).
  61. Please [contact me](https://contact.faircode.eu/) first to tell me what your plans are.
  62. Please note that you agree to the license below by contributing, including the copyright.
  63. Attribution
  64. -----------
  65. Safe email uses:
  66. * [JavaMail](https://javaee.github.io/javamail/). Copyright (c) 1997-2018 Oracle® and/or its affiliates. All rights reserved. [GPLv2+CE license](https://javaee.github.io/javamail/JavaMail-License).
  67. * [jsoup](https://jsoup.org/). Copyright © 2009 - 2017 Jonathan Hedley. [MIT license](https://jsoup.org/license).
  68. * [Android Support Library](https://developer.android.com/tools/support-library/). Copyright (C) 2011 The Android Open Source Project. [Apache license](https://android.googlesource.com/platform/frameworks/support/+/master/LICENSE.txt).
  69. * [Android Architecture Components](https://developer.android.com/topic/libraries/architecture/). Copyright 2018 The Android Open Source Project, Inc. [Apache license](https://github.com/googlesamples/android-architecture-components/blob/master/LICENSE).
  70. License
  71. -------
  72. [GNU General Public License version 3](https://www.gnu.org/licenses/gpl.txt)
  73. Copyright (c) 2018 Marcel Bokhorst. All rights reserved
  74. Safe email is free software: you can redistribute it and/or modify
  75. it under the terms of the GNU General Public License as published by
  76. the Free Software Foundation, either version 3 of the License, or
  77. (at your option) any later version.
  78. Safe email is distributed in the hope that it will be useful,
  79. but WITHOUT ANY WARRANTY; without even the implied warranty of
  80. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  81. GNU General Public License for more details.
  82. You should have received a copy of the GNU General Public License
  83. along with Safe email. If not, see [https://www.gnu.org/licenses/](https://www.gnu.org/licenses/).