mirror of https://github.com/M66B/FairEmail.git
Updated FAQ
This commit is contained in:
parent
7d9a44f8ac
commit
ef5a45526a
20
FAQ.md
20
FAQ.md
|
@ -394,6 +394,7 @@ Fonts, sizes, colors, etc should be material design whenever possible.
|
|||
* [(182) How can I select how a link should be opened?](#user-content-faq182)
|
||||
* [(183) How do I use Send?](#user-content-faq183)
|
||||
* [(184) How do I password protect content?](#user-content-faq184)
|
||||
* [(185) Can I install FairEmail on Windows?](#user-content-faq185)
|
||||
|
||||
[I have another question.](#user-content-get-support)
|
||||
|
||||
|
@ -5037,6 +5038,25 @@ Sending protected content is a pro feature, decrypting protected content is a fr
|
|||
|
||||
<br />
|
||||
|
||||
<a name="faq185"></a>
|
||||
**(185) Can I install FairEmail on Windows?**
|
||||
|
||||
Yes, you can if you use Windows 11 or later and install the [Windows Subsystem for Android](https://learn.microsoft.com/en-us/windows/android/wsa/).
|
||||
You'll need to [download the GitHub version](https://github.com/M66B/FairEmail/releases) of the app and sideload it,
|
||||
which means you need to enable developer mode, please [see here](https://learn.microsoft.com/en-us/windows/android/wsa/#test-and-debug) about how to.
|
||||
|
||||
You can install the app via the Windows command line like this:
|
||||
|
||||
```
|
||||
adb connect 127.0.0.1:58526
|
||||
adb install /path/to/FairEmail-xxx.apk
|
||||
```
|
||||
|
||||
The app isn't available in the Amazon store because Amazon rebuilds all Android apps, and unfortunately, the app doesn't work correctly after rebuilding anymore.
|
||||
Amazon never responded to an issue reported about this.
|
||||
|
||||
<br />
|
||||
|
||||
<h2><a name="get-support"></a>Get support</h2>
|
||||
|
||||
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/FAQ.md%23user-content-get-support)
|
||||
|
|
Loading…
Reference in New Issue