Updated FAQ

This commit is contained in:
M66B 2019-07-24 10:29:58 +02:00
parent e02c891db9
commit b306bd1eff
1 changed files with 4 additions and 4 deletions

8
FAQ.md
View File

@ -84,7 +84,7 @@ FairEmail follows all the best practices for an email client as decribed in [thi
* [(4) How can I use an invalid security certificate / IMAP STARTTLS / an empty password?](#user-content-faq4)
* [(5) How can I customize the message view?](#user-content-faq5)
* [(6) How can I login to Gmail / G suite?](#user-content-faq6)
* [(7) Why are sent messages not appearing in the sent folder?](#user-content-faq7)
* [(7) Why are sent messages not appearing (directly) in the sent folder?](#user-content-faq7)
* [(8) Can I use a Microsoft Exchange account?](#user-content-faq8)
* [(9) What are identities / how do I add an alias?](#user-content-faq9)
* [(11) Why is POP not supported?](#user-content-faq11)
@ -381,7 +381,7 @@ See [this FAQ](#user-content-faq111) about why OAuth is not being used.
<br />
<a name="faq7"></a>
**(7) Why are sent messages not appearing in the sent folder?**
**(7) Why are sent messages not appearing (directly) in the sent folder?**
Sent messages are normally moved from the outbox to the sent folder as soon as your provider adds sent messages to the sent folder.
This requires a sent folder to be selected in the account settings and the sent folder to be set to synchronizing.
@ -389,8 +389,8 @@ If this doesn't happen, your provider might not keep track of sent messages or y
In these cases you can enable the advanced identity setting *Store sent messages* to let FairEmail add sent messages to the sent folder right after sending a message.
Note that enabling this setting might result in duplicate messages if your provider adds sent messages to the sent folder too.
FairEmail will also add messages in the outbox not found in the sent folder to the sent folder when performing a full synchronize,
which happens when reconnecting to the server or if when synchronizing manually.
If sent messages in the outbox are not found in the sent folder on a full synchronize, they will be moved from the outbox to the sent folder too.
A full synchronize happens when reconnecting to the server or when synchronizing periodically or manually.
You'll likely want to enable the advanced setting *Store sent messages* instead to move messages to the sent folder sooner.
<br />