mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-07 23:16:37 +00:00
Added FAQ
This commit is contained in:
parent
c6cbb4f7a9
commit
dba9920d18
1 changed files with 10 additions and 0 deletions
10
FAQ.md
10
FAQ.md
|
@ -119,6 +119,7 @@ Note that your contacts could unknowingly send malicious messages if they got in
|
|||
* [(54) How do I use a namespace prefix?](#user-content-faq54)
|
||||
* [(55) How can I mark all messages as read / move or delete all messages?](#user-content-faq55)
|
||||
* [(56) Can you add support for JMAP?](#user-content-faq56)
|
||||
* [(57) Can I use HTML in signatures?](#user-content-faq57)
|
||||
|
||||
[I have another question.](#support)
|
||||
|
||||
|
@ -897,6 +898,15 @@ so it is not worth to add support for this to FairEmail.
|
|||
|
||||
<br />
|
||||
|
||||
<a name="faq57"></a>
|
||||
**(57) Can I use HTML in signatures?**
|
||||
|
||||
Yes, you can use HTML in signatures if you paste HTML formatted text into the signature field.
|
||||
|
||||
See [here](https://stackoverflow.com/questions/44410675/supported-html-tags-on-android-textview) for which HTML tags are supported.
|
||||
|
||||
<br />
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
|
|
Loading…
Reference in a new issue