1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-11 22:53:16 +00:00

Updated FAQ

This commit is contained in:
M66B 2021-02-09 17:11:30 +01:00
parent 89ee7d79ee
commit 52056956c1

8
FAQ.md
View file

@ -3324,6 +3324,14 @@ Note that archived messages can be deleted only by moving them to the trash fold
Some background: Gmail seems to have an additional message view for IMAP, which can be different from the main message view.
Another oddity is that a star (favorite message) set via the web interface cannot be removed with the IMAP command
```
STORE <message number> -FLAGS (\Flagged)
```
On the other hand, a star set via IMAP is being shown in the web interface and can be removed via IMAP.
<br />
<a name="faq154"></a>