1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-23 16:25:30 +00:00

Updated FAQ

This commit is contained in:
M66B 2020-04-19 17:35:32 +02:00
parent 681953b97d
commit 147300cd55

5
FAQ.md
View file

@ -1738,7 +1738,10 @@ You can use multiple rules, possibly with a *stop processing*, for an *or* or a
Matching is not case sensitive, unless you use [regular expressions](https://en.wikipedia.org/wiki/Regular_expression).
Please see [here](https://developer.android.com/reference/java/util/regex/Pattern) for the documentation of Java regular expressions.
Note that *dot all mode* is enabled to be able to match unfolded headers.
You can test a regex [here](https://regexr.com/).
Note that [dot all mode](https://developer.android.com/reference/java/util/regex/Pattern#DOTALL) is enabled
to be able to match [unfolded headers](https://tools.ietf.org/html/rfc2822#section-3.2.3).
You can select one of these actions to apply to matching messages: