Updated FAQ

master
M66B 4 months ago
parent 4f175c1680
commit 3e39ecd4df

@ -2988,7 +2988,7 @@ You can select one of these actions to apply to matching messages:
* Delete permanently (since version 1.1801) * Delete permanently (since version 1.1801)
* Play sound (since version 1.1803; experimental) * Play sound (since version 1.1803; experimental)
* Answer/forward (with template) * Answer/forward (with template)
* Text-to-speech (sender and subject) * Text-to-speech (sender and subject, not available in the Play Store version due to Play Store policies)
* Automation (Tasker, etc) * Automation (Tasker, etc)
* Webhook (since version 1.2107) * Webhook (since version 1.2107)
@ -3147,6 +3147,8 @@ Since version 1.2061 it is possible to execute rules with an automation app, lik
(adb shell) am start-foreground-service -a eu.faircode.email.RULE --es account <account name> -es rule <unique rule name> (adb shell) am start-foreground-service -a eu.faircode.email.RULE --es account <account name> -es rule <unique rule name>
``` ```
**Note**: Due to Play Store policies, automation intents are not available in the Play Store version of the app.
<br /> <br />
Since version 1.2107 it is possible to executed webhooks. Since version 1.2107 it is possible to executed webhooks.
@ -3375,6 +3377,8 @@ Extras: account:Gmail
Account names are case sensitive. Account names are case sensitive.
**Note**: Due to Play Store policies, automation intents are not available in the Play Store version of the app.
Scheduling is a pro feature. Scheduling is a pro feature.
<br /> <br />
@ -5102,6 +5106,8 @@ This command can be sent to FairEmail from an automation app to update the prote
Updating once a week will probably be sufficient, Updating once a week will probably be sufficient,
please see [here](https://github.com/disconnectme/disconnect-tracking-protection/commits/master) for recent lists changes. please see [here](https://github.com/disconnectme/disconnect-tracking-protection/commits/master) for recent lists changes.
**Note**: Due to Play Store policies, automation intents are not available in the Play Store version of the app.
<br /> <br />
<a name="faq160"></a> <a name="faq160"></a>
@ -5634,6 +5640,8 @@ Since version 1.2068 it is possible to send a template message with an intent:
**Important**: you need to configure a display name for the identity, and use this to identify the identity. **Important**: you need to configure a display name for the identity, and use this to identify the identity.
**Note**: Due to Play Store policies, automation intents are not available in the Play Store version of the app.
<br /> <br />
<a name="faq180"></a> <a name="faq180"></a>

@ -1656,7 +1656,7 @@ X-Google-Original-From: Somebody &lt;somebody+extra@example.org&gt;</code></pre>
<li>Delete permanently (since version 1.1801)</li> <li>Delete permanently (since version 1.1801)</li>
<li>Play sound (since version 1.1803; experimental)</li> <li>Play sound (since version 1.1803; experimental)</li>
<li>Answer/forward (with template)</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>Automation (Tasker, etc)</li>
<li>Webhook (since version 1.2107)</li> <li>Webhook (since version 1.2107)</li>
</ul> </ul>
@ -1751,6 +1751,7 @@ $$aligned$ (since version 1.2049)</code></pre>
<p><br /></p> <p><br /></p>
<p>Since version 1.2061 it is possible to execute rules with an automation app, like for example Tasker.</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 &lt;account name&gt; -es rule &lt;unique rule name&gt;</code></pre> <pre><code>(adb shell) am start-foreground-service -a eu.faircode.email.RULE --es account &lt;account name&gt; -es rule &lt;unique rule name&gt;</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><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 wont be retried. So, dont use this for anything critical.</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 wont be retried. So, dont use this for anything critical.</p>
<p>This website might be useful for testing webhooks:</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> <p>To enable/disable an account with the name <em>Gmail</em>:</p>
<pre><code>Extras: account:Gmail</code></pre> <pre><code>Extras: account:Gmail</code></pre>
<p>Account names are case sensitive.</p> <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>Scheduling is a pro feature.</p>
<p><br /></p> <p><br /></p>
<p><a name="faq79"></a> <strong>(79) How do I use synchronize on demand (manual)?</strong></p> <p><a name="faq79"></a> <strong>(79) How do I use synchronize on demand (manual)?</strong></p>
@ -2606,6 +2608,7 @@ https://favicon.yandex.net/favicon/{domain}</code></pre>
<p>This command can be sent to FairEmail from an automation app to update the protection lists:</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> <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 <a href="https://github.com/disconnectme/disconnect-tracking-protection/commits/master">here</a> for recent lists changes.</p> <p>Updating once a week will probably be sufficient, please see <a href="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><br /></p>
<p><a name="faq160"></a> <strong>(160) Can you add permanent deletion of messages without confirmation?</strong></p> <p><a name="faq160"></a> <strong>(160) Can you add permanent deletion of messages without confirmation?</strong></p>
<p>🌎 <a href="https://translate.google.com/translate?sl=en&amp;u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq160">Google Translate</a></p> <p>🌎 <a href="https://translate.google.com/translate?sl=en&amp;u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq160">Google Translate</a></p>
@ -2864,6 +2867,7 @@ _submission._tcp SRV 0 1 587 smtp.example.com.</code></pre>
<p>Since version 1.2068 it is possible to send a template message with an intent:</p> <p>Since version 1.2068 it is possible to send a template message with an intent:</p>
<pre><code>(adb shell) am start-foreground-service -a eu.faircode.email.TEMPLATE --es template &lt;template name&gt; --es identity &lt;identity display name&gt; --es to &lt;email address&gt; --es cc &lt;email address&gt; --es subject &lt;subject&gt;</code></pre> <pre><code>(adb shell) am start-foreground-service -a eu.faircode.email.TEMPLATE --es template &lt;template name&gt; --es identity &lt;identity display name&gt; --es to &lt;email address&gt; --es cc &lt;email address&gt; --es subject &lt;subject&gt;</code></pre>
<p><strong>Important</strong>: you need to configure a display name for the identity, and use this to identify the identity.</p> <p><strong>Important</strong>: you need to configure a display name for the identity, and use this to identify the identity.</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><br /></p>
<p><a name="faq180"></a> <strong>(180) How do I use LanguageTool?</strong></p> <p><a name="faq180"></a> <strong>(180) How do I use LanguageTool?</strong></p>
<p>🌎 <a href="https://translate.google.com/translate?sl=en&amp;u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq180">Google Translate</a></p> <p>🌎 <a href="https://translate.google.com/translate?sl=en&amp;u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq180">Google Translate</a></p>

Loading…
Cancel
Save