mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
Updated FAQ
This commit is contained in:
parent
1374e2a055
commit
00fff719e1
1 changed files with 2 additions and 1 deletions
3
FAQ.md
3
FAQ.md
|
@ -2558,7 +2558,8 @@ The error *User is authenticated but not connected* might occur if:
|
||||||
**(140) Why does the message text contain strange characters?**
|
**(140) Why does the message text contain strange characters?**
|
||||||
|
|
||||||
Displaying strange characters is almost always caused by specifying no or an invalid character encoding by the sending software.
|
Displaying strange characters is almost always caused by specifying no or an invalid character encoding by the sending software.
|
||||||
FairEmail will assume ISO 8859-1 when no character set or when US-ASCII as character set was specified.
|
FairEmail will assume [ISO 8859-1](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
|
||||||
|
when no character set or when [US-ASCII](https://en.wikipedia.org/wiki/ASCII) was specified.
|
||||||
Other than that there is no way to reliably determine the correct character encoding automatically,
|
Other than that there is no way to reliably determine the correct character encoding automatically,
|
||||||
so this cannot be fixed by FairEmail. The right action is to complain to the sender.
|
so this cannot be fixed by FairEmail. The right action is to complain to the sender.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue