mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 07:42:52 +00:00
Updated FAQ
This commit is contained in:
parent
bff74c2c18
commit
ddf5bff504
2 changed files with 2 additions and 2 deletions
2
FAQ.md
2
FAQ.md
|
@ -2905,7 +2905,7 @@ The following extra functions are available:
|
|||
* *Jsoup()* (returns an array of selected strings; since version 1.2179)
|
||||
* *Size(array)* (returns the number of items in an array; since version 1.2179)
|
||||
* *knownContact()* (returns a boolean indicating that the from/reply-to address is in the Android address book or in the local contacts database)
|
||||
* *AI(prompt)* (run interference with the configured AI using the specified prompt, returning the result as a string; since version 1.2243)
|
||||
* *AI(prompt)* (perform interference with the configured AI model using the specified prompt, returning the result as a string; since version 1.2243)
|
||||
|
||||
Example conditions:
|
||||
|
||||
|
|
|
@ -1593,7 +1593,7 @@ X-Google-Original-From: Somebody <somebody+extra@example.org></code></pre>
|
|||
<li><em>Jsoup()</em> (returns an array of selected strings; since version 1.2179)</li>
|
||||
<li><em>Size(array)</em> (returns the number of items in an array; since version 1.2179)</li>
|
||||
<li><em>knownContact()</em> (returns a boolean indicating that the from/reply-to address is in the Android address book or in the local contacts database)</li>
|
||||
<li><em>AI(prompt)</em> (run interference with the configured AI using the specified prompt, returning the result as a string; since version 1.2243)</li>
|
||||
<li><em>AI(prompt)</em> (perform interference with the configured AI model using the specified prompt, returning the result as a string; since version 1.2243)</li>
|
||||
</ul>
|
||||
<p>Example conditions:</p>
|
||||
<p><code>header("X-Mailer") contains "Open-Xchange" && from matches ".*service@.*"</code></p>
|
||||
|
|
Loading…
Reference in a new issue