@ -183,6 +183,8 @@ FairEmail follows all the best practices for an email client as decribed in [thi
<aname="faq1"></a>
<aname="faq1"></a>
**(1) Which permissions are needed and why?**
**(1) Which permissions are needed and why?**
The following Android permissions are needed:
* *have full network access* (INTERNET): to send and receive email
* *have 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
@ -194,6 +196,25 @@ FairEmail follows all the best practices for an email client as decribed in [thi
* Optional: *read the contents of your SD card* (READ_EXTERNAL_STORAGE): to accept files from other, outdated apps, see also [this FAQ](#user-content-faq49)
* Optional: *read the contents of your SD card* (READ_EXTERNAL_STORAGE): to accept files from other, outdated apps, see also [this FAQ](#user-content-faq49)
* Android 5.1 Lollipop and before: *use accounts on the device* (USE_CREDENTIALS): needed to select accounts (not used/needed on later Android versions)
* Android 5.1 Lollipop and before: *use accounts on the device* (USE_CREDENTIALS): needed to select accounts (not used/needed on later Android versions)
The following permissions are needed to show the count of unread messages as a badge (see also [this FAQ](#user-content-faq106)):