Added FAQ

This commit is contained in:
M66B 2018-12-04 10:08:27 +01:00
parent b9d2741da7
commit b736e38d3f
1 changed files with 31 additions and 1 deletions

32
FAQ.md
View File

@ -1,4 +1,4 @@
# FairEmail
# FairEmail support
If you have a question, please check the frequently asked questions below first.
At the bottom you can find how to ask other questions, request features and report bugs.
@ -547,6 +547,36 @@ If this isn't an option, you could enable *Allow insecure connections* both in t
See also [this FAQ](#user-content-faq4).
<a name="faq42"></a>
**(42) Can you add a new provider to the list of providers?**
If the provider is used by more than a few people, yes, with pleasure.
The following information is needed:
```
<provider
name="Gmail"
link="https://support.google.com/mail/answer/7126229" // setup instructions
type="com.google"> // this is not needed
<imap
host="imap.gmail.com"
port="993"
starttls="false" />
<smtp
host="smtp.gmail.com"
port="465"
starttls="false" />
```
Connections *without* [STARTTLS](https://en.wikipedia.org/wiki/Opportunistic_TLS) are safer and therefore prefered.
Please make sure receiving and sending messages works properly.
See below about how to contact me.
## Support
If you have another question, want to request a feature or report a bug, you can use [this forum](https://forum.xda-developers.com/android/apps-games/source-email-t3824168).