Updated FAQ

This commit is contained in:
M66B 2018-08-03 04:28:37 +00:00
parent 268f94e77e
commit ffb85c5403
1 changed files with 8 additions and 18 deletions

26
FAQ.md
View File

@ -5,25 +5,14 @@ Frequently Asked Questions
-------------------------- --------------------------
<a name="FAQ1"></a> <a name="FAQ1"></a>
**(1) Which email providers are supported?** **(1) Which permissions are needed and why?**
* Gmail
* Outlook
<a name="FAQ2"></a>
**(2) What is a valid security certificate?**
Valid security certificates are officially signed (not self signed) and have matching a host name.
<a name="FAQ3"></a>
**(3) Which permissions are needed and why?**
* Full network access (INTERNET): to send and receive email * Full network access (INTERNET): to send and receive email
* View network connections (ACCESS_NETWORK_STATE): to monitor internet connectivity changes * View network connections (ACCESS_NETWORK_STATE): to monitor internet connectivity changes
* Run at startup (RECEIVE_BOOT_COMPLETED): to start monitoring on device start * Run at startup (RECEIVE_BOOT_COMPLETED): to start monitoring on device start
<a name="FAQ4"></a> <a name="FAQ2"></a>
**(4) What are operations?** **(2) What are operations?**
The low priority status bar notification shows the number of pending operations, which can be: The low priority status bar notification shows the number of pending operations, which can be:
@ -33,11 +22,12 @@ The low priority status bar notification shows the number of pending operations,
* Delete message from remote folder * Delete message from remote folder
* Send message * Send message
<a name="FAQ5"></a> <a name="FAQ3"></a>
**(5) What happens if a message could not be sent?** **(3) What is a valid security certificate?**
Valid security certificates are officially signed (not self signed) and have matching a host name.
If a message could not be sent, it will be placed in the drafts folder again.
<br> <br>
If you have another question, you can use [this forum](https://forum.xda-developers.com/). If you have another question, you can use [this forum](https://forum.xda-developers.com/android/apps-games/source-email-t3824168).