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.

33 lines
998 B

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. Safe email
  2. ==========
  3. Frequently Asked Questions
  4. --------------------------
  5. <a name="FAQ1"></a>
  6. **(1) Which permissions are needed and why?**
  7. * Full network access (INTERNET): to send and receive email
  8. * View network connections (ACCESS_NETWORK_STATE): to monitor internet connectivity changes
  9. * Run at startup (RECEIVE_BOOT_COMPLETED): to start monitoring on device start
  10. <a name="FAQ2"></a>
  11. **(2) What are operations?**
  12. The low priority status bar notification shows the number of pending operations, which can be:
  13. * Mark message as seen/unseen in remote folder
  14. * Add message to remote folder
  15. * Move message to another remote folder
  16. * Delete message from remote folder
  17. * Send message
  18. <a name="FAQ3"></a>
  19. **(3) What is a valid security certificate?**
  20. Valid security certificates are officially signed (not self signed) and have matching a host name.
  21. <br>
  22. If you have another question, you can use [this forum](https://forum.xda-developers.com/android/apps-games/source-email-t3824168).