diff --git a/FAQ.md b/FAQ.md index fc75ecaf31..87385be747 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2988,7 +2988,7 @@ You can select one of these actions to apply to matching messages: * Delete permanently (since version 1.1801) * Play sound (since version 1.1803; experimental) * 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) * 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 -es rule ``` +**Note**: Due to Play Store policies, automation intents are not available in the Play Store version of the app. +
Since version 1.2107 it is possible to executed webhooks. @@ -3375,6 +3377,8 @@ Extras: account:Gmail 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.
@@ -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, 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. +
@@ -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. +**Note**: Due to Play Store policies, automation intents are not available in the Play Store version of the app. +
diff --git a/index.html b/index.html index a67195b81f..9e66935307 100644 --- a/index.html +++ b/index.html @@ -1656,7 +1656,7 @@ X-Google-Original-From: Somebody <somebody+extra@example.org>
  • Delete permanently (since version 1.1801)
  • Play sound (since version 1.1803; experimental)
  • 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)
  • Webhook (since version 1.2107)
  • @@ -1751,6 +1751,7 @@ $$aligned$ (since version 1.2049)


    Since version 1.2061 it is possible to execute rules with an automation app, like for example Tasker.

    (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.


    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.

    This website might be useful for testing webhooks:

    @@ -1849,6 +1850,7 @@ Target: Service

    To enable/disable an account with the name Gmail:

    Extras: account:Gmail

    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.


    (79) How do I use synchronize on demand (manual)?

    @@ -2606,6 +2608,7 @@ https://favicon.yandex.net/favicon/{domain}

    This command can be sent to FairEmail from an automation app to update the protection lists:

    (adb shell) am start-foreground-service -a eu.faircode.email.DISCONNECT.ME

    Updating once a week will probably be sufficient, please see here for recent lists changes.

    +

    Note: Due to Play Store policies, automation intents are not available in the Play Store version of the app.


    (160) Can you add permanent deletion of messages without confirmation?

    🌎 Google Translate

    @@ -2864,6 +2867,7 @@ _submission._tcp SRV 0 1 587 smtp.example.com.

    Since version 1.2068 it is possible to send a template message with an intent:

    (adb shell) am start-foreground-service -a eu.faircode.email.TEMPLATE --es template <template name> --es identity <identity display name> --es to <email address> --es cc <email address> --es subject <subject>

    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.


    (180) How do I use LanguageTool?

    🌎 Google Translate