From eb179e60cc164a6ef25fe8d54e53b3f60639c9d6 Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 3 Mar 2025 12:44:04 +0100 Subject: [PATCH] Added missing Google Translate links --- FAQ.md | 10 ++++++++++ index.html | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/FAQ.md b/FAQ.md index 55b6c529a9..1df9ee8733 100644 --- a/FAQ.md +++ b/FAQ.md @@ -6194,6 +6194,8 @@ Note that DNSSEC and DANE are available in the GitHub version only. **(203) Where is my sent message?** +🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq203) + When you write a message, it will be stored in the draft messages folder. When you send a message, it will be in the outbox first and later in the sent messages folder. @@ -6216,6 +6218,8 @@ Basically, an outgoing message is either in the draft messages folder, the outbo **(204) How do I use Gemini?** +🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq204) + Gemini can only be used if configured and enabled. **Note that using Gemini is not free (anymore) !** @@ -6245,6 +6249,8 @@ This feature is experimental and requires version 1.2171 or later for the GitHub **(205) How do I check the integrity of an APK file?** +🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq205) + "*Artifact attestations enable you to create unfalsifiable provenance and integrity guarantees for the software you build.* *In turn, people who consume your software can verify where and how your software was built.*" @@ -6268,6 +6274,8 @@ Attestation of APK files is available from version 1.2209. **(206) How can I move or copy messages from one account to another?** +🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq206) + There are two options for this: 1. Long press a message in the message list to select it, tap the three-dot button that appears, scroll to the bottom of the pop-up menu and select the target account. @@ -6280,6 +6288,8 @@ To copy a message to another account, long press the target folder. **(207) What does 'Authentication failed' mean?** +🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23faq207) + Basically, '*Authentication failed*', or similar, means that the email server of your email provider doesn't accept the login (anymore). The obvious reason is that the username (generally the email address, but not always) or the password is incorrect. diff --git a/index.html b/index.html index bc2963aa8c..edc8cdc47b 100644 --- a/index.html +++ b/index.html @@ -3091,6 +3091,7 @@ adb install /path/to/FairEmail-xxx.apk

Note that DNSSEC and DANE are available in the GitHub version only.


(203) Where is my sent message?

+

🌎 Google Translate

When you write a message, it will be stored in the draft messages folder.

When you send a message, it will be in the outbox first and later in the sent messages folder.

The outbox is a queue of messages to be transferred to the email server of your email provider. After a message has been transferred to the email server, it will be stored in the sent messages folder.

@@ -3100,6 +3101,7 @@ adb install /path/to/FairEmail-xxx.apk

Basically, an outgoing message is either in the draft messages folder, the outbox, or the sent messages folder.


(204) How do I use Gemini?

+

🌎 Google Translate

Gemini can only be used if configured and enabled.

Note that using Gemini is not free (anymore) !


@@ -3117,6 +3119,7 @@ adb install /path/to/FairEmail-xxx.apk

This feature is experimental and requires version 1.2171 or later for the GitHub version and version 1.2182 or later for the Play Store version.


(205) How do I check the integrity of an APK file?

+

🌎 Google Translate

Artifact attestations enable you to create unfalsifiable provenance and integrity guarantees for the software you build. In turn, people who consume your software can verify where and how your software was built.

Please see here for details.

You can verify in this way that an APK file was built and signed by a GitHub workflow:

@@ -3129,6 +3132,7 @@ adb install /path/to/FairEmail-xxx.apk

Attestation of APK files is available from version 1.2209.


(206) How can I move or copy messages from one account to another?

+

🌎 Google Translate

There are two options for this:

  1. Long press a message in the message list to select it, tap the three-dot button that appears, scroll to the bottom of the pop-up menu and select the target account.
  2. @@ -3137,6 +3141,7 @@ adb install /path/to/FairEmail-xxx.apk

    To copy a message to another account, long press the target folder.


    (207) What does ‘Authentication failed’ mean?

    +

    🌎 Google Translate

    Basically, ‘Authentication failed’, or similar, means that the email server of your email provider doesn’t accept the login (anymore).

    The obvious reason is that the username (generally the email address, but not always) or the password is incorrect. There are other possible causes too, like connecting from a suspicious network (according to the email provider), connecting from abroad, or using a VPN. Some email providers are more critical than other email provider regarding accepting connections.

    If you are using a VPN, please turn it off, or make an exception for FairEmail. With a VPN you share a network address with many other people, possibly not all behaving nicely. If an email server detects ‘unwanted’ behavior, like somebody trying to send spam messages, an email server often automatically blocks network addresses as a protection measure.