diff --git a/app/src/main/res/values-fr-rCA/strings.xml b/app/src/main/res/values-fr-rCA/strings.xml index 0431fcdd00..fd2c5895b8 100644 --- a/app/src/main/res/values-fr-rCA/strings.xml +++ b/app/src/main/res/values-fr-rCA/strings.xml @@ -653,6 +653,8 @@ Conserver les messages (jours) Les anciens messages seront supprimés de l’appareil mais resteront sur le serveur Conserver tous les messages + Définir les dossiers système pour vérifier périodiquement s\'il y a de nouveaux messages + Définir les dossiers utilisateur pour vérifier périodiquement s\'il y a de nouveaux messages Déplacer automatiquement les anciens messages vers la corbeille Supprimer automatiquement et définitivement les anciens messages Les anciens messages sont ceux qui ne sont plus conservés sur l\'appareil diff --git a/app/src/main/res/values-fr-rFR/strings.xml b/app/src/main/res/values-fr-rFR/strings.xml index 0a55731249..4a8f78dc57 100644 --- a/app/src/main/res/values-fr-rFR/strings.xml +++ b/app/src/main/res/values-fr-rFR/strings.xml @@ -653,6 +653,8 @@ Conserver les messages (jours) Les anciens messages seront supprimés de l\'appareil, mais resteront sur le serveur Conserver tous les messages + Définir les dossiers système pour vérifier périodiquement s\'il y a de nouveaux messages + Définir les dossiers utilisateur pour vérifier périodiquement s\'il y a de nouveaux messages Mettre automatiquement les anciens messages à la corbeille Supprimer automatiquement et définitivement les anciens messages Les anciens messages sont ceux qui ne sont plus conservés sur l’appareil diff --git a/app/src/main/res/values-nl-rNL/strings.xml b/app/src/main/res/values-nl-rNL/strings.xml index 47c02dfab8..b102ef7a8b 100644 --- a/app/src/main/res/values-nl-rNL/strings.xml +++ b/app/src/main/res/values-nl-rNL/strings.xml @@ -603,7 +603,7 @@ OAuth wordt niet ondersteund Review Druk lang voor opties, zoals kopiëren om alias identiteiten te maken - De e-mailserver zei: \'%1$s\' + De mailserver zei: \'%1$s\' Dit kan worden veroorzaakt door de VPN die in gebruik is Controleer het poortnummer a.u.b. Controleer a.u.b. het protocol (SSL/TLS of STARTTLS) @@ -652,6 +652,8 @@ Bewaren van berichten (dagen) Oude berichten worden verwijderd van het apparaat, maar blijven op de server Bewaar alle berichten + Stel systeemmappen in om periodiek op nieuwe berichten te controleren + Stel gebruikersmappen in om periodiek op nieuwe berichten te controleren Automatisch oude berichten verplaatsen naar de prullenbak Automatisch oude berichten definitief verwijderen Oude berichten zijn berichten die niet meer op het apparaat worden bewaard diff --git a/app/src/main/res/values-ru-rRU/strings.xml b/app/src/main/res/values-ru-rRU/strings.xml index 852f432a60..7199efba8f 100644 --- a/app/src/main/res/values-ru-rRU/strings.xml +++ b/app/src/main/res/values-ru-rRU/strings.xml @@ -675,6 +675,8 @@ Хранение сообщений (дн.) Старые сообщения будут удалены с устройства, но останутся на сервере Хранить все сообщения + Установить системные папки для периодической проверки новых сообщений + Установить пользовательские папки для периодической проверки новых сообщений Автоматически перемещать старые сообщения в корзину Автоматически навсегда удалять старые сообщения Старые сообщения — это сообщения, которые больше не хранятся на устройстве diff --git a/docs/FAQ-af-rZA.md b/docs/FAQ-af-rZA.md index 4e042cfa06..ecfd013e4d 100644 --- a/docs/FAQ-af-rZA.md +++ b/docs/FAQ-af-rZA.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Support +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-ar-rBH.md b/docs/FAQ-ar-rBH.md index f5859e429c..ebd314cae8 100644 --- a/docs/FAQ-ar-rBH.md +++ b/docs/FAQ-ar-rBH.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [الميزات المخطط لها](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [الميزات المطلوبة بتكرار](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [أسئلة مكررة](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [الدعم](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## الدعم +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-ar-rEG.md b/docs/FAQ-ar-rEG.md index bec815655a..f6630d42d4 100644 --- a/docs/FAQ-ar-rEG.md +++ b/docs/FAQ-ar-rEG.md @@ -10,7 +10,7 @@ * [الميزات المخطط لها](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [الميزات المطلوبة بتكرار](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [أسئلة مكررة](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [الدعم](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## الدعم +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-ar-rYE.md b/docs/FAQ-ar-rYE.md index bec815655a..f6630d42d4 100644 --- a/docs/FAQ-ar-rYE.md +++ b/docs/FAQ-ar-rYE.md @@ -10,7 +10,7 @@ * [الميزات المخطط لها](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [الميزات المطلوبة بتكرار](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [أسئلة مكررة](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [الدعم](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## الدعم +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-az-rAZ.md b/docs/FAQ-az-rAZ.md index ea831af863..fffcacf165 100644 --- a/docs/FAQ-az-rAZ.md +++ b/docs/FAQ-az-rAZ.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Dəstək](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Dəstək +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-bg-rBG.md b/docs/FAQ-bg-rBG.md index 4dcac3652d..ecfd013e4d 100644 --- a/docs/FAQ-bg-rBG.md +++ b/docs/FAQ-bg-rBG.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Поддръжка](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Поддръжка +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-bn-rBD.md b/docs/FAQ-bn-rBD.md index 000bc14969..ecfd013e4d 100644 --- a/docs/FAQ-bn-rBD.md +++ b/docs/FAQ-bn-rBD.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [সমর্থন](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## সমর্থন +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-bn-rIN.md b/docs/FAQ-bn-rIN.md index 000bc14969..ecfd013e4d 100644 --- a/docs/FAQ-bn-rIN.md +++ b/docs/FAQ-bn-rIN.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [সমর্থন](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## সমর্থন +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-ca-rES.md b/docs/FAQ-ca-rES.md index 379dcab4d6..ecfd013e4d 100644 --- a/docs/FAQ-ca-rES.md +++ b/docs/FAQ-ca-rES.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Assistència](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Assistència +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-cs-rCZ.md b/docs/FAQ-cs-rCZ.md index 0c5753f5c9..75079ad0a2 100644 --- a/docs/FAQ-cs-rCZ.md +++ b/docs/FAQ-cs-rCZ.md @@ -10,7 +10,7 @@ Máte-li dotaz, nejprve se prosím podívejte na často kladené dotazy (FAQ). V * [Plánované funkce](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Často požadované funkce](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Často kladené dotazy](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Podpora](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Autorizace účtů @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Podpora +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-da-rDK.md b/docs/FAQ-da-rDK.md index 4b14efea04..527350ff19 100644 --- a/docs/FAQ-da-rDK.md +++ b/docs/FAQ-da-rDK.md @@ -10,7 +10,7 @@ Har du et spørgsmål, så tjek venligst de ofte stillede spørgsmål nedenfor f * [Planlagte funktioner](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Hyppigt anmodede funktioner](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Ofte stillede spørgsmål](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Godkendelse af konti @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Support +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-de-rAT.md b/docs/FAQ-de-rAT.md index 2401a79565..bd6180dfe1 100644 --- a/docs/FAQ-de-rAT.md +++ b/docs/FAQ-de-rAT.md @@ -10,7 +10,7 @@ Wenn Sie eine Frage haben, lesen Sie bitte zuerst die unten stehenden häufig ge * [Geplante Funktionen](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Häufig angeforderte Funktionen](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Häufig gestellte Fragen](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Hilfe](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Konten autorisieren @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Hilfe +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-de-rDE.md b/docs/FAQ-de-rDE.md index 2401a79565..bd6180dfe1 100644 --- a/docs/FAQ-de-rDE.md +++ b/docs/FAQ-de-rDE.md @@ -10,7 +10,7 @@ Wenn Sie eine Frage haben, lesen Sie bitte zuerst die unten stehenden häufig ge * [Geplante Funktionen](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Häufig angeforderte Funktionen](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Häufig gestellte Fragen](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Hilfe](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Konten autorisieren @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Hilfe +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-de-rLI.md b/docs/FAQ-de-rLI.md index 2401a79565..bd6180dfe1 100644 --- a/docs/FAQ-de-rLI.md +++ b/docs/FAQ-de-rLI.md @@ -10,7 +10,7 @@ Wenn Sie eine Frage haben, lesen Sie bitte zuerst die unten stehenden häufig ge * [Geplante Funktionen](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Häufig angeforderte Funktionen](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Häufig gestellte Fragen](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Hilfe](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Konten autorisieren @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Hilfe +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-el-rGR.md b/docs/FAQ-el-rGR.md index d5b59275b7..d19b3ab507 100644 --- a/docs/FAQ-el-rGR.md +++ b/docs/FAQ-el-rGR.md @@ -10,7 +10,7 @@ * [Προγραμματισμένες δυνατότητες](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Δυνατότητες υψηλής ζήτησης](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Συχνές ερωτήσεις](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Υποστήριξη](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Εξουσιοδότηση λογαριασμών @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Υποστήριξη +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-en-rGB.md b/docs/FAQ-en-rGB.md index 535ecef74a..ce2ace7a12 100644 --- a/docs/FAQ-en-rGB.md +++ b/docs/FAQ-en-rGB.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing Accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Support +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-es-rES.md b/docs/FAQ-es-rES.md index ccfe3c261d..855b7314af 100644 --- a/docs/FAQ-es-rES.md +++ b/docs/FAQ-es-rES.md @@ -10,7 +10,7 @@ Si tiene una pregunta, compruebe primero las preguntas frecuentes. En la parte i * [Características planificadas](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Características solicitadas con frecuencia](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Preguntas frecuentes](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Soporte](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Autorizando cuentas @@ -919,9 +919,9 @@ The error *... La autenticación falló ... Account not found ...* means that a The errors *... La autenticación falló ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -El error *... La autenticación falló ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +El error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Soporte +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * encajar dentro de la filosofía de FairEmail (orientado a la privacidad, pensando en seguridad) * cumplir con estándares comunes (IMAP, SMTP, etc.) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-eu-rES.md b/docs/FAQ-eu-rES.md index 7528b082ef..ecfd013e4d 100644 --- a/docs/FAQ-eu-rES.md +++ b/docs/FAQ-eu-rES.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Laguntza](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Laguntza +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-fa-rIR.md b/docs/FAQ-fa-rIR.md index f0c0f3b20f..f8ef030856 100644 --- a/docs/FAQ-fa-rIR.md +++ b/docs/FAQ-fa-rIR.md @@ -10,7 +10,7 @@ * [ویژگی‌های برنامه‌ریزی شده](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [ویژگی‌های درخواست شده متداول](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [پرسش‌های متداول](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [پشتیبانی](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## تایید مجوز حساب‌ها @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## پشتیبانی +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-fi-rFI.md b/docs/FAQ-fi-rFI.md index 8c09f21f3d..3e92f7fb03 100644 --- a/docs/FAQ-fi-rFI.md +++ b/docs/FAQ-fi-rFI.md @@ -10,7 +10,7 @@ Jos sinulla on kysymyksiä, ole hyvä ja tarkista ensin alla olevat usein kysyty * [Suunnitellut ominaisuudet](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Usein pyydetyt ominaisuudet](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Usein Kysytyt Kysymykset](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Tuki](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Tilien valtuutus @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Tuki +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-fr-rCA.md b/docs/FAQ-fr-rCA.md index 04b17cb223..5695824816 100644 --- a/docs/FAQ-fr-rCA.md +++ b/docs/FAQ-fr-rCA.md @@ -10,7 +10,7 @@ Sie vous avez des questions, veuillez d'abord consulter la foire aux questions. * [Fonctionnalités prévues](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Fonctionnalités souvent demandées](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Foire aux questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Assistance](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Obtenir de l'aide](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Autorisation des comptes @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Assistance +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-fr-rFR.md b/docs/FAQ-fr-rFR.md index 5b87c624a7..73d5737512 100644 --- a/docs/FAQ-fr-rFR.md +++ b/docs/FAQ-fr-rFR.md @@ -10,7 +10,7 @@ Si vous avez des questions, veuillez d'abord consulter la foire aux questions. E * [Fonctionnalités prévues](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Fonctionnalités souvent demandées](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Questions fréquemment posées (FAQ)](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Assistance](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Obtenir de l'aide](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Autoriser les comptes @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Assistance +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-fy-rNL.md b/docs/FAQ-fy-rNL.md index 03aa79f434..ecfd013e4d 100644 --- a/docs/FAQ-fy-rNL.md +++ b/docs/FAQ-fy-rNL.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Stut](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Stut +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-gl-rES.md b/docs/FAQ-gl-rES.md index b3568846b4..5a119f1d3e 100644 --- a/docs/FAQ-gl-rES.md +++ b/docs/FAQ-gl-rES.md @@ -10,7 +10,7 @@ Se ten algunha pregunta, por favor mire primeiro na lista de preguntas frecuente * [Características planeadas](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Características frecuentemente pedidas](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Preguntas frecuentes](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Asistencia Técnica](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Autorizando contas @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Asistencia Técnica +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * encaixar na filosofía de FairEmail (orientado á privacidade e coa seguridade en mente) * cumprir cos estándares comúns (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-hi-rIN.md b/docs/FAQ-hi-rIN.md index 4e042cfa06..ecfd013e4d 100644 --- a/docs/FAQ-hi-rIN.md +++ b/docs/FAQ-hi-rIN.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Support +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-hr-rHR.md b/docs/FAQ-hr-rHR.md index e806a86eaa..ecfd013e4d 100644 --- a/docs/FAQ-hr-rHR.md +++ b/docs/FAQ-hr-rHR.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Podrška](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Podrška +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-hu-rHU.md b/docs/FAQ-hu-rHU.md index 0dd25c6c6e..32ab6038bd 100644 --- a/docs/FAQ-hu-rHU.md +++ b/docs/FAQ-hu-rHU.md @@ -10,7 +10,7 @@ Amennyiben kérdésed merül fel, kérlek először nézd át az alábbi Gyik-et * [Tervezett funkciók](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Gyakran kért funkciók](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Gyakran Ismételt Kérdések](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Támogatás](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Támogatás +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-in-rID.md b/docs/FAQ-in-rID.md index c2d4228b1a..5eef3c2866 100644 --- a/docs/FAQ-in-rID.md +++ b/docs/FAQ-in-rID.md @@ -10,7 +10,7 @@ Jika Anda memiliki pertanyaan, silakan periksa pertanyaan yang sering diajukan d * [Fitur yang direncanakan](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Fitur yang sering diminta](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Pertanyaan yang Sering Diajukan (FAQ)](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Dukungan](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Memberi otorisasi akun @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2012,7 +2013,7 @@ A [Rich text](https://en.wikipedia.org/wiki/Formatted_text) or [Markdown](https:
-**(100) Bagaimana cara saya mensingkronisasikan kategori Gmail?** +**(100) How can I synchronize Gmail categories?** You can synchronize Gmail categories by creating filters to label categorized messages: @@ -2036,7 +2037,7 @@ You can use *Force sync* in the three-dots menu of the unified inbox to let Fair
-**(101) Apa yang dimaksud dengan titik yang berwarna biru/oranye yang berada dibawah percakapan?** +**(101) What does the blue/orange dot at the bottom of the conversations mean?** The dot shows the relative position of the conversation in the message list. The dot will be show orange when the conversation is the first or last in the message list, else it will be blue. The dot is meant as an aid when swiping left/right to go to the previous/next conversation. @@ -2045,7 +2046,7 @@ The dot is disabled by default and can be enabled with the display settings *Sho
-**(102) Bagaimana cara saya mengaktifkan rotasi otomatis untuk gambar?** +**(102) How can I enable auto rotation of images?** Images will automatically be rotated when automatic resizing of images is enabled in the settings (enabled by default). However, automatic rotating depends on the [Exif](https://en.wikipedia.org/wiki/Exif) information to be present and to be correct, which is not always the case. Particularly not when taking a photo with a camara app from FairEmail. @@ -2054,7 +2055,7 @@ Note that only [JPEG](https://en.wikipedia.org/wiki/JPEG) and [PNG](https://en.w
-**(103) Bagaimana cara saya merekam audio?** +**(103) How can I record audio?** You can record audio if you have a recording app installed which supports the [RECORD_SOUND_ACTION](https://developer.android.com/reference/android/provider/MediaStore.Audio.Media#RECORD_SOUND_ACTION) intent. If no supported app is installed, FairEmail will not show a record audio action/icon. @@ -2063,7 +2064,7 @@ Unfortunately and surprisingly, most recording apps do not seem to support this
-**(104) Apa yang harus saya ketahui tentang pelaporan eror?** +**(104) What do I need to know about error reporting?** * Error reports will help improve FairEmail * Error reporting is optional and opt-in @@ -2086,7 +2087,7 @@ So, you don't have to disable this option if you don't have an EU SIM or are not
-**(106) Peluncur mana yang dapat menampilkan lencana hitungan dengan jumlah pesan yang belum dibaca?** +**(106) Which launchers can show a badge count with the number of unread messages?** Please [see here](https://github.com/leolin310148/ShortcutBadger#supported-launchers) for a list of launchers which can show the number of unread messages. @@ -2113,7 +2114,7 @@ The number of new, unread messages will be in an integer "*count*" parameter.
-**(107) Bagaimana cara saya menggunakan bintang berwarna?** +**(107) How do I use colored stars?** You can set a colored star via the *more* message menu, via multiple selection (started by long pressing a message), by long pressing a star in a conversation or automatically by using [rules](#user-content-faq71). @@ -2131,7 +2132,7 @@ Some email clients use IMAP keywords for colors. However, not all servers suppor
-**~~(109) Mengapa 'pilih akun' hanya tersedia di versi resmi saja?~~** +**~~(109) Why is 'select account' available in official versions only?~~** ~~Using *select account* to select and authorize Google accounts require special permission from Google for security and privacy reasons.~~ ~~This special permission can only be acquired for apps a developer manages and is responsible for.~~ ~~Third party builds, like the F-Droid builds, are managed by third parties and are the responsibility of these third parties.~~ ~~So, only these third parties can acquire the required permission from Google.~~ ~~Since these third parties do not actually support FairEmail, they are most likely not going to request the required permission.~~ @@ -2145,7 +2146,7 @@ Some email clients use IMAP keywords for colors. However, not all servers suppor
-**(110) Mengapa terdapat (beberapa) pesan kosong dan/atau lampiran yang rusak?** +**(110) Why are (some) messages empty and/or attachments corrupt?** Empty messages and/or corrupt attachments are probably being caused by a bug in the server software. Older Microsoft Exchange software is known to cause this problem. Mostly you can workaround this by disabling *Partial fetch* in the advanced account settings: @@ -2158,7 +2159,7 @@ Disabling *Partial fetch* will result in more memory usage.
-**(111) Apakah OAuth tersedia?** +**(111) Is OAuth supported?** OAuth for Gmail is supported via the quick setup wizard. The Android account manager will be used to fetch and refresh OAuth tokens for selected on-device accounts. OAuth for non on-device accounts is not supported because Google requires a [yearly security audit](https://support.google.com/cloud/answer/9110914) ($15,000 to $75,000) for this. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Bantuan +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * cocok dengan filosofi FairEmail (berorientasi dengan privasi, berfikir keamanan) * memenuhi standar umum (IMAP, SMTP, dll) -Fitur yang tidak memenuhi persyaratan ini kemungkinan besar akan ditolak. Hal ini juga untuk menjaga pemeliharaan dan dukungan dalam jangka panjang dapat terpenuhi. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. -Jika Anda memiliki pertanyaan, ingin meminta fitur atau melaporkan bug, silahkan gunakan [formulir ini](https://contact.faircode.eu/?product=fairemailsupport). +If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). -Permasalahan di GitHub dinonaktifkan karena sering disalahgunakan. +GitHub issues are disabled due to frequent misusage. -Hak cipta © 2018-2020 Marcel Bokhorst. +
+ +Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-it-rIT.md b/docs/FAQ-it-rIT.md index 77e5a53fc8..a40a760ff2 100644 --- a/docs/FAQ-it-rIT.md +++ b/docs/FAQ-it-rIT.md @@ -10,7 +10,7 @@ Se hai una domanda, controlla prima le domande frequenti qui sotto. In fondo puo * [Funzionalità pianificate](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Funzionalità richieste di frequente](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Domande frequenti](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Supporto](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Autorizzare account @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Supporto +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-iw-rIL.md b/docs/FAQ-iw-rIL.md index cf8d49e981..ecfd013e4d 100644 --- a/docs/FAQ-iw-rIL.md +++ b/docs/FAQ-iw-rIL.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [תמיכה](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## תמיכה +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-ja-rJP.md b/docs/FAQ-ja-rJP.md index 13d44b2473..06f23ff467 100644 --- a/docs/FAQ-ja-rJP.md +++ b/docs/FAQ-ja-rJP.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [サポート](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## サポート +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-kk-rKZ.md b/docs/FAQ-kk-rKZ.md index 4e042cfa06..ecfd013e4d 100644 --- a/docs/FAQ-kk-rKZ.md +++ b/docs/FAQ-kk-rKZ.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Support +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-ko-rKR.md b/docs/FAQ-ko-rKR.md index af6a38b9dd..329a4a9b21 100644 --- a/docs/FAQ-ko-rKR.md +++ b/docs/FAQ-ko-rKR.md @@ -10,7 +10,7 @@ * [계획된 기능](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [자주 묻는 기능](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [자주 묻는 질문](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [지원](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## 계정 인증 @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## 지원 +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-lt-rLT.md b/docs/FAQ-lt-rLT.md index 99b344171d..ecfd013e4d 100644 --- a/docs/FAQ-lt-rLT.md +++ b/docs/FAQ-lt-rLT.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Pagalba](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Pagalba +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-nl-rNL.md b/docs/FAQ-nl-rNL.md index 34c4e3c850..36e60a9ecb 100644 --- a/docs/FAQ-nl-rNL.md +++ b/docs/FAQ-nl-rNL.md @@ -10,7 +10,7 @@ Heb je een vraag? Bekijk dan eerst de veelgestelde vragen! Staat jouw vraag er n * [Geplande functies](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Veelgevraagde functies](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Veelgestelde vragen](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Ondersteuning](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Account autoriseren @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Ondersteuning +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-nn-rNO.md b/docs/FAQ-nn-rNO.md index 1b6216670c..223cae7f9b 100644 --- a/docs/FAQ-nn-rNO.md +++ b/docs/FAQ-nn-rNO.md @@ -10,7 +10,7 @@ Hvis du har et spørsmål, vennligst kontroller de ofte stilte spørsmålene ned * [Planlagte funksjoner](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Ofte etterspurte funksjoner](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Ofte stilte spørsmål](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Støtte](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Godkjenning av kontoer @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Støtte +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-no-rNO.md b/docs/FAQ-no-rNO.md index 5456a81e93..223cae7f9b 100644 --- a/docs/FAQ-no-rNO.md +++ b/docs/FAQ-no-rNO.md @@ -10,7 +10,7 @@ Hvis du har et spørsmål, vennligst kontroller de ofte stilte spørsmålene ned * [Planlagte funksjoner](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Ofte etterspurte funksjoner](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Ofte stilte spørsmål](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Brukerstøtte](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Godkjenning av kontoer @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Støtte +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-pl-rPL.md b/docs/FAQ-pl-rPL.md index 545c0d5a4e..0552f0dc1d 100644 --- a/docs/FAQ-pl-rPL.md +++ b/docs/FAQ-pl-rPL.md @@ -10,7 +10,7 @@ Jeśli masz pytanie, najpierw sprawdź najczęściej zadawane pytania umieszczon * [Planowane funkcje](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Często żądane funkcje](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Najczęściej zadawane pytania (FAQ)](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Pomoc](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Autoryzacja kont @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Wsparcie +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-pt-rBR.md b/docs/FAQ-pt-rBR.md index 5232943a47..c6f33f051a 100644 --- a/docs/FAQ-pt-rBR.md +++ b/docs/FAQ-pt-rBR.md @@ -10,7 +10,7 @@ Se você tiver alguma pergunta, verifique primeiro as perguntas mais frequentes * [Funcionalidades planejadas](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Funcionalidades solicitadas frequentemente](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Perguntas Frequentes (FAQ)](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Suporte](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Autorizando contas @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Suporte +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-pt-rPT.md b/docs/FAQ-pt-rPT.md index 2d8f04d252..ecfd013e4d 100644 --- a/docs/FAQ-pt-rPT.md +++ b/docs/FAQ-pt-rPT.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Suporte](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Suporte +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-ro-rRO.md b/docs/FAQ-ro-rRO.md index 27021fc295..ecfd013e4d 100644 --- a/docs/FAQ-ro-rRO.md +++ b/docs/FAQ-ro-rRO.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Asistenta](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Asistenta +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-ru-rRU.md b/docs/FAQ-ru-rRU.md index dacbabc6f9..bbb7f9d551 100644 --- a/docs/FAQ-ru-rRU.md +++ b/docs/FAQ-ru-rRU.md @@ -10,7 +10,7 @@ * [Запланированные возможности](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Часто запрашиваемые возможности](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Часто задаваемые вопросы](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Поддержка](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Авторизация учетных записей @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Поддержка +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-sk-rSK.md b/docs/FAQ-sk-rSK.md index aab000f288..ecfd013e4d 100644 --- a/docs/FAQ-sk-rSK.md +++ b/docs/FAQ-sk-rSK.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Podpora](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Podpora +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-sl-rSI.md b/docs/FAQ-sl-rSI.md index c0321e3712..ecfd013e4d 100644 --- a/docs/FAQ-sl-rSI.md +++ b/docs/FAQ-sl-rSI.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Pomoč](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Pomoč +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-sr-rSP.md b/docs/FAQ-sr-rSP.md index bf4e808aff..ecfd013e4d 100644 --- a/docs/FAQ-sr-rSP.md +++ b/docs/FAQ-sr-rSP.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Подршка](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Подршка +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-sv-rSE.md b/docs/FAQ-sv-rSE.md index 86a2e5d6b5..8ee3a41269 100644 --- a/docs/FAQ-sv-rSE.md +++ b/docs/FAQ-sv-rSE.md @@ -10,7 +10,7 @@ Om du har en fråga, vänligen kontrollera de vanligaste ställda frågorna för * [Planerade funktioner](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Tidigare begärda funktioner](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Vanliga frågor](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Auktoriserar konton @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Support +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-tr-rTR.md b/docs/FAQ-tr-rTR.md index 476b3f565e..90e94a8e40 100644 --- a/docs/FAQ-tr-rTR.md +++ b/docs/FAQ-tr-rTR.md @@ -10,7 +10,7 @@ Sorununuz olması halinde, öncelikle aşağıdaki sıkça sorulan soruları kon * [Planlanan Özellikler](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Sıkça İstenen Özellikler](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Sıkça Sorulan Sorular](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Destek](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Hesap Yetkilendirme @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Destek +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-uk-rUA.md b/docs/FAQ-uk-rUA.md index de99a276ee..c0102d05b4 100644 --- a/docs/FAQ-uk-rUA.md +++ b/docs/FAQ-uk-rUA.md @@ -10,7 +10,7 @@ * [Заплановані можливості](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Найпопулярніші функції](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Найбільш поширенні питання](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Підтримка](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Авторизація облікового акаунту @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Підтримка +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-vi-rVN.md b/docs/FAQ-vi-rVN.md index 3484332cb6..ecfd013e4d 100644 --- a/docs/FAQ-vi-rVN.md +++ b/docs/FAQ-vi-rVN.md @@ -10,7 +10,7 @@ If you have a question, please check the frequently asked questions below first. * [Planned features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [Frequently requested features](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [Frequently Asked Questions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [Hỗ trợ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## Authorizing accounts @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## Hỗ trợ +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-zh-rCN.md b/docs/FAQ-zh-rCN.md index f4c6e7809e..977fb8e2ce 100644 --- a/docs/FAQ-zh-rCN.md +++ b/docs/FAQ-zh-rCN.md @@ -10,7 +10,7 @@ * [计划添加的功能](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [常见请求添加的功能](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [常见问题解答](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [软件支持](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## 账户授权 @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## 软件支持 +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst. diff --git a/docs/FAQ-zh-rTW.md b/docs/FAQ-zh-rTW.md index 07950a01c2..d5a4894b6c 100644 --- a/docs/FAQ-zh-rTW.md +++ b/docs/FAQ-zh-rTW.md @@ -10,7 +10,7 @@ * [計畫中的功能](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-planned-features) * [頻繁請求的功能](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-requested-features) * [頻繁被問起的問題](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-frequently-asked-questions) -* [支援](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-support) +* [Get support](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support) ## 認證帳號中 @@ -919,9 +919,9 @@ The error *... Authentication failed ... Account not found ...* means that a pre The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -The error *... Authentication failed ... Invalid credentials ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection -The error *... Authentication failed ... Invalid credentials ...* could be caused by having revoked the required account/contacts permissions. Just start the wizard (but do not select an account) to grant the required permissions again. +The error *... Authentication failed ... Invalid credentials ...* could be caused by changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). The eror *... ServiceDisabled ...* might be caused by enrolling in the [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*To read your email, you can (must) use Gmail - You won’t be able to use your Google Account with some (all) apps & services that require access to sensitive data like your emails*", see [here](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881). @@ -1778,6 +1778,7 @@ It is possible to install FairEmail in multiple user profiles, for example a per It is also possible to create [rules](#user-content-faq71) with a time condition and to snooze messages until the end time of the time condition. This way it is possible to snooze business related messages until the start of the business hours. This also means that the messages will be on your device for when there is no internet connection, for example when flying. +Note that recent Android versions allow overriding DND (Do Not Disturb) per notification channel and per app, which could be used to (not) silence specific notifications. Scheduling is a pro feature. @@ -2785,9 +2786,15 @@ If I could, I would add a setting to select the primary and accent color right a
-## 支援 +## Get support -Only the latest Play store version and latest GitHub release are supported. This also means that downgrading is not supported. +FairEmail is supported on smartphones, tablets and ChromeOS only. + +Only the latest Play store version and latest GitHub release are supported. The F-Droid build is supported only if the version number is the same as the version number of the latest GitHub release. This also means that downgrading is not supported. + +There is no support on things that are not directly related to FairEmail. + +There is no support on building and developing things by yourself. Requested features should: @@ -2796,10 +2803,12 @@ Requested features should: * fit within the philosophy of FairEmail (privacy oriented, security minded) * comply with common standards (IMAP, SMTP, etc) -Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long run feasible. +Features not fulfilling these requirements will likely be rejected. This is also to keep maintenance and support in the long term feasible. If you have a question, want to request a feature or report a bug, please use [this form](https://contact.faircode.eu/?product=fairemailsupport). GitHub issues are disabled due to frequent misusage. +
+ Copyright © 2018-2020 Marcel Bokhorst.