mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-08 15:36:12 +00:00
Updated FAQ
This commit is contained in:
parent
9b8638f3f4
commit
0a107467ec
2 changed files with 16 additions and 10 deletions
14
FAQ.md
14
FAQ.md
|
@ -2757,19 +2757,23 @@ The following extra variables are available:
|
|||
|
||||
* from (array)
|
||||
* to (array)
|
||||
* subject (array)
|
||||
* text (array)
|
||||
* hasAttachments (boolean)
|
||||
* subject
|
||||
* text
|
||||
* hasAttachments
|
||||
|
||||
The following extra operators are available:
|
||||
|
||||
* (array) contains
|
||||
* (array) matches (=regex)
|
||||
* contains
|
||||
* matches (=regex)
|
||||
|
||||
The following extra functions are available:
|
||||
|
||||
* header(name)
|
||||
|
||||
Example condition:
|
||||
|
||||
```header("X-Mailer") contains "Open-Xchange" && from matches ".*service@.*" && !hasAttachments```
|
||||
|
||||
<br>
|
||||
|
||||
**Actions**
|
||||
|
|
12
index.html
12
index.html
|
@ -1501,19 +1501,21 @@ X-Google-Original-From: Somebody <somebody+extra@example.org></code></pre>
|
|||
<ul>
|
||||
<li>from (array)</li>
|
||||
<li>to (array)</li>
|
||||
<li>subject (array)</li>
|
||||
<li>text (array)</li>
|
||||
<li>hasAttachments (boolean)</li>
|
||||
<li>subject</li>
|
||||
<li>text</li>
|
||||
<li>hasAttachments</li>
|
||||
</ul>
|
||||
<p>The following extra operators are available:</p>
|
||||
<ul>
|
||||
<li>(array) contains</li>
|
||||
<li>(array) matches (=regex)</li>
|
||||
<li>contains</li>
|
||||
<li>matches (=regex)</li>
|
||||
</ul>
|
||||
<p>The following extra functions are available:</p>
|
||||
<ul>
|
||||
<li>header(name)</li>
|
||||
</ul>
|
||||
<p>Example condition:</p>
|
||||
<p><code>header("X-Mailer") contains "Open-Xchange" && from matches ".*service@.*" && !hasAttachments</code></p>
|
||||
<p><br></p>
|
||||
<p><strong>Actions</strong></p>
|
||||
<p>You can select one of these actions to apply to matching messages:</p>
|
||||
|
|
Loading…
Reference in a new issue