Updated FAQ

This commit is contained in:
M66B 2024-07-25 09:51:02 +02:00
parent 920ae7591a
commit c84cb33060
3 changed files with 19 additions and 12 deletions

17
FAQ.md
View File

@ -4776,16 +4776,21 @@ You can define contact groups with the Android contacts app, please see [here](h
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq153) 🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq153)
You might need to change [the Gmail IMAP settings](https://mail.google.com/mail/u/0/#settings/fwdandpop) on a desktop browser to make it work: ~~You might need to change [the Gmail IMAP settings](https://mail.google.com/mail/u/0/#settings/fwdandpop) on a desktop browser to make it work:~~
* When I mark a message in IMAP as deleted: Auto-Expunge off - Wait for the client to update the server. * ~~When I mark a message in IMAP as deleted: Auto-Expunge off - Wait for the client to update the server.~~
* When a message is marked as deleted and expunged from the last visible IMAP folder: Immediately delete the message forever * ~~When a message is marked as deleted and expunged from the last visible IMAP folder: Immediately delete the message forever~~
<img alt="External image" src="https://raw.githubusercontent.com/M66B/FairEmail/master/images/Gmail_IMAP_delete_settings.png" width="600" height="333" /> ~~Note that archived messages can be deleted only by moving them to the trash folder first.~~
Note that archived messages can be deleted only by moving them to the trash folder first. ~~Some background: Gmail seems to have an additional message view for IMAP, which can be different from the main message view.~~
Some background: Gmail seems to have an additional message view for IMAP, which can be different from the main message view. Unfortunately, the above doesn't work anymore.
Since version 1.2216 there is an option *When permanently deleting a message, delete all Gmail labels* in the behavior-settings tab page,
which will result in permanently deleting a message from all folders (=labels), including the archive (=all messages) folder.
<br />
Another oddity is that a star (favorite message) set via the web interface cannot be removed with the IMAP command Another oddity is that a star (favorite message) set via the web interface cannot be removed with the IMAP command

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 KiB

View File

@ -2430,14 +2430,16 @@ $NotDisplayed</code></pre>
<p><br /></p> <p><br /></p>
<p><a name="faq153"></a> <strong>(153) Why does permanently deleting Gmail message not work?</strong></p> <p><a name="faq153"></a> <strong>(153) Why does permanently deleting Gmail message not work?</strong></p>
<p>🌎 <a href="https://translate.google.com/translate?sl=en&amp;u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq153">Google Translate</a></p> <p>🌎 <a href="https://translate.google.com/translate?sl=en&amp;u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq153">Google Translate</a></p>
<p>You might need to change <a href="https://mail.google.com/mail/u/0/#settings/fwdandpop">the Gmail IMAP settings</a> on a desktop browser to make it work:</p> <p><del>You might need to change <a href="https://mail.google.com/mail/u/0/#settings/fwdandpop">the Gmail IMAP settings</a> on a desktop browser to make it work:</del></p>
<ul> <ul>
<li>When I mark a message in IMAP as deleted: Auto-Expunge off - Wait for the client to update the server.</li> <li><del>When I mark a message in IMAP as deleted: Auto-Expunge off - Wait for the client to update the server.</del></li>
<li>When a message is marked as deleted and expunged from the last visible IMAP folder: Immediately delete the message forever</li> <li><del>When a message is marked as deleted and expunged from the last visible IMAP folder: Immediately delete the message forever</del></li>
</ul> </ul>
<p><img alt="External image" src="https://raw.githubusercontent.com/M66B/FairEmail/master/images/Gmail_IMAP_delete_settings.png" width="600" height="333" /></p> <p><del>Note that archived messages can be deleted only by moving them to the trash folder first.</del></p>
<p>Note that archived messages can be deleted only by moving them to the trash folder first.</p> <p><del>Some background: Gmail seems to have an additional message view for IMAP, which can be different from the main message view.</del></p>
<p>Some background: Gmail seems to have an additional message view for IMAP, which can be different from the main message view.</p> <p>Unfortunately, the above doesnt work anymore.</p>
<p>Since version 1.2216 there is an option <em>When permanently deleting a message, delete all Gmail labels</em> in the behavior-settings tab page, which will result in permanently deleting a message from all folders (=labels), including the archive (=all messages) folder.</p>
<p><br /></p>
<p>Another oddity is that a star (favorite message) set via the web interface cannot be removed with the IMAP command</p> <p>Another oddity is that a star (favorite message) set via the web interface cannot be removed with the IMAP command</p>
<pre><code>STORE &lt;message number&gt; -FLAGS (\Flagged)</code></pre> <pre><code>STORE &lt;message number&gt; -FLAGS (\Flagged)</code></pre>
<p>On the other hand, a star set via IMAP is being shown in the web interface and can be removed via IMAP.</p> <p>On the other hand, a star set via IMAP is being shown in the web interface and can be removed via IMAP.</p>