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.

43 lines
1.2 KiB

6 years ago
  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. <a name="FAQ4"></a>
  18. **(4) What are operations?**
  19. The low priority status bar notification shows the number of pending operations, which can be:
  20. * Mark message as seen/unseen in remote folder
  21. * Add message to remote folder
  22. * Move message to another remote folder
  23. * Delete message from remote folder
  24. * Send message
  25. <a name="FAQ5"></a>
  26. **(5) What happens if a message could not be sent?**
  27. If a message could not be sent, it will be placed in the drafts folder again.
  28. <br>
  29. If you have another question, you can use [this forum](https://forum.xda-developers.com/).