mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 05:34:51 +00:00
Updated FAQ
This commit is contained in:
parent
88c7cb5bf4
commit
6f0580c2f1
2 changed files with 33 additions and 0 deletions
23
FAQ.md
23
FAQ.md
|
@ -414,6 +414,7 @@ Anything on this list is in random order and *might* be added in the near future
|
|||
* [(200) How can I use Adguard to remove tracking parameters?](#faq200)
|
||||
* [(201) What is certificate transparency?](#faq201)
|
||||
* [(202) What is DNSSEC and what is DANE?](#faq202)
|
||||
* [(203) Where is my sent message?](#faq203)
|
||||
|
||||
[I have another question.](#get-support)
|
||||
|
||||
|
@ -5780,6 +5781,28 @@ Please see [this article](https://www.zivver.com/blog/why-cisos-and-security-pro
|
|||
|
||||
<br>
|
||||
|
||||
<a name="faq203"></a>
|
||||
**(203) Where is my sent message?**
|
||||
|
||||
When you write a message, it will be stored in the draft messages folder.
|
||||
|
||||
When you send a message, it will be in the outbox first and later in the sent messages folder.
|
||||
|
||||
The outbox is a queue of messages to be transferred to the email server of your email provider.
|
||||
After a message has been transferred to the email server, it will be stored in the sent messages folder.
|
||||
|
||||
The sent messages folder can be selected in the account settings: navigation menu (left side menu) > Settings > Manual setup and account options > Accounts > tap the account.
|
||||
|
||||
The email server will take care of sending the message to the recipient.
|
||||
|
||||
If a message could not be sent to the recipient, you'll in most cases receive a non-delivery notification message,
|
||||
a special email, indicating the reason, like user (email address) unknown.
|
||||
FairEmail will decode non-delivery notification messages, so you can see all the details.
|
||||
|
||||
Basically, an outgoing message is either in the draft messages folder, the outbox, or the sent messages folder.
|
||||
|
||||
<br>
|
||||
|
||||
<h2><a name="get-support"></a>Get support</h2>
|
||||
|
||||
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23get-support)
|
||||
|
|
10
index.html
10
index.html
|
@ -388,6 +388,7 @@
|
|||
<li><a href="#faq200">(200) How can I use Adguard to remove tracking parameters?</a></li>
|
||||
<li><a href="#faq201">(201) What is certificate transparency?</a></li>
|
||||
<li><a href="#faq202">(202) What is DNSSEC and what is DANE?</a></li>
|
||||
<li><a href="#faq203">(203) Where is my sent message?</a></li>
|
||||
</ul>
|
||||
<p><a href="#get-support">I have another question.</a></p>
|
||||
<p><a name="faq1"></a> <strong>(1) Which permissions are needed and why?</strong></p>
|
||||
|
@ -2847,6 +2848,15 @@ adb install /path/to/FairEmail-xxx.apk</code></pre>
|
|||
<p>This is not a complete and exhaustive list.</p>
|
||||
<p>Please see <a href="https://www.zivver.com/blog/why-cisos-and-security-professionals-can-no-longer-rely-on-regular-email-for-the-sharing-of-personal-information">this article</a> about why DANE is important.</p>
|
||||
<p><br></p>
|
||||
<p><a name="faq203"></a> <strong>(203) Where is my sent message?</strong></p>
|
||||
<p>When you write a message, it will be stored in the draft messages folder.</p>
|
||||
<p>When you send a message, it will be in the outbox first and later in the sent messages folder.</p>
|
||||
<p>The outbox is a queue of messages to be transferred to the email server of your email provider. After a message has been transferred to the email server, it will be stored in the sent messages folder.</p>
|
||||
<p>The sent messages folder can be selected in the account settings: navigation menu (left side menu) > Settings > Manual setup and account options > Accounts > tap the account.</p>
|
||||
<p>The email server will take care of sending the message to the recipient.</p>
|
||||
<p>If a message could not be sent to the recipient, you’ll in most cases receive a non-delivery notification message, a special email, indicating the reason, like user (email address) unknown. FairEmail will decode non-delivery notification messages, so you can see all the details.</p>
|
||||
<p>Basically, an outgoing message is either in the draft messages folder, the outbox, or the sent messages folder.</p>
|
||||
<p><br></p>
|
||||
<h2>
|
||||
<a name="get-support"></a>Get support
|
||||
</h2>
|
||||
|
|
Loading…
Reference in a new issue