mirror of https://github.com/M66B/FairEmail.git
Updated FAQ
This commit is contained in:
parent
e7fa7b83c4
commit
56c2660954
9
FAQ.md
9
FAQ.md
|
@ -74,7 +74,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)
|
* [(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)
|
* [(5) How can I customize the message view?](#user-content-faq5)
|
||||||
* [(6) How can I login to Gmail / G suite?](#user-content-faq6)
|
* [(6) How can I login to Gmail / G suite?](#user-content-faq6)
|
||||||
* [(7) Why are messages in the outbox not moved to the sent folder?](#user-content-faq7)
|
* [(7) Why are sent messages not appearing sent folder?](#user-content-faq7)
|
||||||
* [(8) Can I use a Microsoft Exchange account?](#user-content-faq8)
|
* [(8) Can I use a Microsoft Exchange account?](#user-content-faq8)
|
||||||
* [(9) What are identities?](#user-content-faq9)
|
* [(9) What are identities?](#user-content-faq9)
|
||||||
* [(11) Why is POP not supported?](#user-content-faq11)
|
* [(11) Why is POP not supported?](#user-content-faq11)
|
||||||
|
@ -307,13 +307,16 @@ If this doesn't work, see here for more solutions: [https://support.google.com/m
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<a name="faq7"></a>
|
<a name="faq7"></a>
|
||||||
**(7) Why are messages in the outbox not moved to the sent folder?**
|
**(7) Why are sent messages not appearing sent folder?**
|
||||||
|
|
||||||
Messages in the outbox are moved to the sent folder as soon as your provider adds the message to the sent folder.
|
Sent messages are normally added to the sent folder as soon as your provider adds the 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.
|
This requires a sent folder to be selected in the account settings and the sent folder to be set to synchronizing.
|
||||||
If this doesn't happen, your provider might not keep track of sent messages or you might be using an SMTP server not related to the provider.
|
If this doesn't happen, your provider might not keep track of sent messages or you might be using an SMTP server not related to the provider.
|
||||||
In these cases you can enable the advanced identity setting *Store sent messages* to workaround this.
|
In these cases you can enable the advanced identity setting *Store sent messages* to workaround this.
|
||||||
|
|
||||||
|
Note that FairEmail will automatically add sent messages to the sent folder when performing a full synchronize,
|
||||||
|
which happens when reconnection or if you synchronize manually.
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<a name="faq8"></a>
|
<a name="faq8"></a>
|
||||||
|
|
Loading…
Reference in New Issue