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.

27 lines
726 B

  1. Safe email
  2. ==========
  3. Frequently Asked Questions
  4. --------------------------
  5. <a name="FAQ1"></a>
  6. **(1) Which email providers are supported?**
  7. * Gmail
  8. * Outlook
  9. <a name="FAQ2"></a>
  10. **(2) What is a valid security certificate?**
  11. Valid security certificates are officially signed (not self signed) and have matching a host name.
  12. <a name="FAQ3"></a>
  13. **(3) Which permissions are needed and why?**
  14. * Full network access (INTERNET): to send and receive email
  15. * View network connections (ACCESS_NETWORK_STATE): to monitor internet connectivity changes
  16. * Run at startup (RECEIVE_BOOT_COMPLETED): to start monitoring on device start
  17. <br>
  18. If you have another question, you can use [this forum](https://forum.xda-developers.com/).