<li>Delete permanently (since version 1.1801)</li>
<li>Play sound (since version 1.1803; experimental)</li>
<li>Answer/forward (with template)</li>
<li>Text-to-speech (sender and subject)</li>
<li>Text-to-speech (sender and subject, not available in the Play Store version due to Play Store policies)</li>
<li>Automation (Tasker, etc)</li>
<li>Webhook (since version 1.2107)</li>
</ul>
@ -1751,6 +1751,7 @@ $$aligned$ (since version 1.2049)</code></pre>
<p><br/></p>
<p>Since version 1.2061 it is possible to execute rules with an automation app, like for example Tasker.</p>
<pre><code>(adb shell) am start-foreground-service -a eu.faircode.email.RULE --es account <account name> -es rule <unique rule name></code></pre>
<p><strong>Note</strong>: Due to Play Store policies, automation intents are not available in the Play Store version of the app.</p>
<p><br/></p>
<p>Since version 1.2107 it is possible to executed webhooks. The supported HTTP methods are GET, HEAD, OPTIONS, POST and POST. The query parameters will be sent as body in the case of POST and PUT. Note that execution of webhooks won’t be retried. So, don’t use this for anything critical.</p>
<p>This website might be useful for testing webhooks:</p>
@ -1849,6 +1850,7 @@ Target: Service</code></pre>
<p>To enable/disable an account with the name <em>Gmail</em>:</p>
<pre><code>Extras: account:Gmail</code></pre>
<p>Account names are case sensitive.</p>
<p><strong>Note</strong>: Due to Play Store policies, automation intents are not available in the Play Store version of the app.</p>
<p>Scheduling is a pro feature.</p>
<p><br/></p>
<p><aname="faq79"></a><strong>(79) How do I use synchronize on demand (manual)?</strong></p>
<p>This command can be sent to FairEmail from an automation app to update the protection lists:</p>
<pre><code>(adb shell) am start-foreground-service -a eu.faircode.email.DISCONNECT.ME</code></pre>
<p>Updating once a week will probably be sufficient, please see <ahref="https://github.com/disconnectme/disconnect-tracking-protection/commits/master">here</a> for recent lists changes.</p>
<p><strong>Note</strong>: Due to Play Store policies, automation intents are not available in the Play Store version of the app.</p>
<p><br/></p>
<p><aname="faq160"></a><strong>(160) Can you add permanent deletion of messages without confirmation?</strong></p>