mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 06:31:17 +00:00
Updated FAQ
This commit is contained in:
parent
d3dc0b879d
commit
f10f217d8d
1 changed files with 9 additions and 5 deletions
14
FAQ.md
14
FAQ.md
|
@ -179,7 +179,7 @@ FairEmail follows all the best practices for an email client as decribed in [thi
|
||||||
* [(77) Why are messages sometimes shown with a small delay?](#user-content-faq77)
|
* [(77) Why are messages sometimes shown with a small delay?](#user-content-faq77)
|
||||||
* [(78) How do I use schedules?](#user-content-faq78)
|
* [(78) How do I use schedules?](#user-content-faq78)
|
||||||
* [(79) How do I use synchronize on demand (manual)?](#user-content-faq79)
|
* [(79) How do I use synchronize on demand (manual)?](#user-content-faq79)
|
||||||
* [(80) How can I fix 'Unable to load BODYSTRUCTURE'?](#user-content-faq80)
|
* [~~(80) How can I fix 'Unable to load BODYSTRUCTURE'?~~](#user-content-faq80)
|
||||||
* [~~(81) Can you make the background of the original message dark in the dark theme?~~](#user-content-faq81)
|
* [~~(81) Can you make the background of the original message dark in the dark theme?~~](#user-content-faq81)
|
||||||
* [(82) What is a tracking image?](#user-content-faq82)
|
* [(82) What is a tracking image?](#user-content-faq82)
|
||||||
* [(83) What does 'User is authenticated but not connected' mean?](#user-content-faq83)
|
* [(83) What does 'User is authenticated but not connected' mean?](#user-content-faq83)
|
||||||
|
@ -1637,12 +1637,12 @@ You'll likely want to disabled [browse on server](#user-content-faq24) too.
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<a name="faq80"></a>
|
<a name="faq80"></a>
|
||||||
**(80) How can I fix 'Unable to load BODYSTRUCTURE' ?**
|
**~~(80) How can I fix 'Unable to load BODYSTRUCTURE' ?~~**
|
||||||
|
|
||||||
The error message *Unable to load BODYSTRUCTURE* is caused by bugs in the email server,
|
~~The error message *Unable to load BODYSTRUCTURE* is caused by bugs in the email server,~~
|
||||||
see [here](https://javaee.github.io/javamail/FAQ#imapserverbug) for more details.
|
~~see [here](https://javaee.github.io/javamail/FAQ#imapserverbug) for more details.~~
|
||||||
|
|
||||||
FairEmail already tries to workaround these bugs, but if this fail you'll need to ask for support from your provider.
|
~~FairEmail already tries to workaround these bugs, but if this fail you'll need to ask for support from your provider.~~
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
@ -2242,6 +2242,10 @@ FairEmail will workaround this is in most cases, so this message can mostly be c
|
||||||
The error *...SendFailedException...* means that there was a problem while sending a message.
|
The error *...SendFailedException...* means that there was a problem while sending a message.
|
||||||
The error will almost always include a reason. Common reasons are that the message was too big or that one or more recipient addresses were invalid.
|
The error will almost always include a reason. Common reasons are that the message was too big or that one or more recipient addresses were invalid.
|
||||||
|
|
||||||
|
The error *... Unable to load BODYSTRUCTURE ...* is caused by bugs in the email server,
|
||||||
|
see [here](https://javaee.github.io/javamail/FAQ#imapserverbug) for more details.
|
||||||
|
FairEmail already tries to workaround these bugs, but if this fail you'll need to ask your provider for support.
|
||||||
|
|
||||||
Please see [here](#user-content-faq22) for other error messages in the outbox.
|
Please see [here](#user-content-faq22) for other error messages in the outbox.
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Reference in a new issue