Crowdin sync

pull/184/head
M66B 4 years ago
parent 231a42f44b
commit 6ee9eb582b

@ -264,6 +264,7 @@
<string name="title_advanced_suggest_sent">Navrhovat adresy nalezené v odeslaných zprávách</string>
<string name="title_advanced_suggest_received">Navrhovat adresy nalezené v přijatých zprávách</string>
<string name="title_advanced_suggest_frequently">Řadit navrhované adresy dle četnosti použití</string>
<string name="title_advanced_compose_font">Výchozí písmo</string>
<string name="title_advanced_auto_list">Automaticky vytvářet seznamy</string>
<string name="title_advanced_prefix_once">Při odpovídání nebo přeposílání přidat do předmětu pouze jednu předponu</string>
<string name="title_advanced_extended_reply">Použít rozšířenou hlavičku odpovědi/přeposlání</string>
@ -844,6 +845,7 @@
<string name="title_no_key">Žádný privátní klíč</string>
<string name="title_invalid_key">Neplatný privátní klíč</string>
<string name="title_unknown_key">Privátní klíč neodpovídá žádnému z šifrovacích klíčů</string>
<string name="title_key_missing" comment="title_key_missing&#10;No keys for &lt;email address(es)&gt;">Není klíč pro %1$s</string>
<string name="title_send_reminder_remark">Připomenutí lze znovu zapnout v nastavení odesílání</string>
<string name="title_send_plain_text">Pouze prostý text</string>
<string name="title_send_receipt">Požádat o potvrzení</string>

@ -823,6 +823,7 @@
<string name="title_no_key">Aucune clé privée</string>
<string name="title_invalid_key">Clé privée non valide</string>
<string name="title_unknown_key">La clé privée ne correspond à aucune clé de chiffrement</string>
<string name="title_key_missing" comment="title_key_missing&#10;No keys for &lt;email address(es)&gt;">Aucune clé pour %1$s</string>
<string name="title_send_reminder_remark">Les rappels peuvent être activés à nouveau dans les paramètres d\'envoi</string>
<string name="title_send_plain_text">Texte brut seulement</string>
<string name="title_send_receipt">Demander une confirmation</string>

@ -823,6 +823,7 @@
<string name="title_no_key">Aucune clé privée</string>
<string name="title_invalid_key">Clé privée non valide</string>
<string name="title_unknown_key">La clé privée ne correspond à aucune clé de chiffrement</string>
<string name="title_key_missing" comment="title_key_missing&#10;No keys for &lt;email address(es)&gt;">Aucune clé pour %1$s</string>
<string name="title_send_reminder_remark">Les rappels peuvent être activés à nouveau dans les paramètres d\'envoi</string>
<string name="title_send_plain_text">Texte brut seulement</string>
<string name="title_send_receipt">Demander une confirmation</string>

@ -822,6 +822,7 @@
<string name="title_no_key">Geen privé sleutel</string>
<string name="title_invalid_key">Ongeldige privé sleutel</string>
<string name="title_unknown_key">Privésleutel komt niet overeen met coderingssleutels</string>
<string name="title_key_missing" comment="title_key_missing&#10;No keys for &lt;email address(es)&gt;">Geen sleutel voor %1$s</string>
<string name="title_send_reminder_remark">Herinneringen kunnen weer worden ingeschakeld in de verzendinstellingen</string>
<string name="title_send_plain_text">Alleen platte tekst</string>
<string name="title_send_receipt">Vraag bevestiging</string>

@ -230,6 +230,7 @@
<string name="title_advanced_suggest_sent">建议在已发送消息中找到的地址</string>
<string name="title_advanced_suggest_received">建议在已收到消息中找到的地址</string>
<string name="title_advanced_suggest_frequently">按使用频率来排序建议地址</string>
<string name="title_advanced_compose_font">默认字体:</string>
<string name="title_advanced_auto_list">自动创建列表</string>
<string name="title_advanced_prefix_once">答复或抄送邮件时, 主题前的Re或CC只出现一次</string>
<string name="title_advanced_extended_reply">使用扩展回复/转发头</string>
@ -810,6 +811,7 @@
<string name="title_no_key">没有私钥</string>
<string name="title_invalid_key">无效的私钥</string>
<string name="title_unknown_key">私钥与任何加密密钥不匹配</string>
<string name="title_key_missing" comment="title_key_missing&#10;No keys for &lt;email address(es)&gt;">没有%1$s的密钥</string>
<string name="title_send_reminder_remark">在发送设置中可以再次启用提醒</string>
<string name="title_send_plain_text">仅纯文本</string>
<string name="title_send_receipt">请求回执</string>

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* المُرسِل يحتوي على
* Sender contains
* Recipient contains
* عنوان الرسالة يحتوي على
* Subject contains
* Has attachments
* الرأسية تحتوي على
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1536,10 +1540,10 @@ You can select one of these actions to apply to matching messages:
* Hide
* Suppress notification
* Snooze
* إضافة نجمة
* Add star
* Set importance (local priority)
* إضافة كلمة مفتاحية
* نقل
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* المُرسِل يحتوي على
* Sender contains
* Recipient contains
* عنوان الرسالة يحتوي على
* Subject contains
* Has attachments
* الرأسية تحتوي على
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1536,10 +1540,10 @@ You can select one of these actions to apply to matching messages:
* Hide
* Suppress notification
* Snooze
* إضافة نجمة
* Add star
* Set importance (local priority)
* إضافة كلمة مفتاحية
* نقل
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* المُرسِل يحتوي على
* Sender contains
* Recipient contains
* عنوان الرسالة يحتوي على
* Subject contains
* Has attachments
* الرأسية تحتوي على
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1536,10 +1540,10 @@ You can select one of these actions to apply to matching messages:
* Hide
* Suppress notification
* Snooze
* إضافة نجمة
* Add star
* Set importance (local priority)
* إضافة كلمة مفتاحية
* نقل
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Göndərən ehtiva edir
* Sender contains
* Recipient contains
* Mövzu ehtiva edir
* Subject contains
* Has attachments
* Başlıq ehtiva edir
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1536,10 +1540,10 @@ You can select one of these actions to apply to matching messages:
* Hide
* Suppress notification
* Snooze
* Ulduz əlavə et
* Add star
* Set importance (local priority)
* Açarsöz əlavə et
* Köçürt
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)
@ -1777,8 +1781,8 @@ If the account authorization has expired, you will have to select the account ag
To authorize a Yahoo, AOL, or Sky account you will need to create an app password. For instructions, please see here:
* [for Yahoo](https://help.yahoo.com/kb/generate-third-party-passwords-sln15241.html)
* [AOL üçün](https://help.aol.com/articles/Create-and-manage-app-password)
* [Sky üçün](https://www.sky.com/help/articles/getting-started-with-sky-yahoo-mail) (*Digər e-poçt tətbiqləri*nin altında)
* [for AOL](https://help.aol.com/articles/Create-and-manage-app-password)
* [for Sky](https://www.sky.com/help/articles/getting-started-with-sky-yahoo-mail) (under *Other email apps*)
Please see [this FAQ](#user-content-faq111) about OAuth support.

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -855,7 +859,7 @@ The authorization of Gmail accounts setup with the quick wizard needs to be peri
The error *... Неуспешна идентификация ... Account not found ...* means that a previously authorized Gmail account was removed from the device.
The errors *... Неуспешна идентификация ... No token on refresh ...* means that the Android account manager failed to refresh the authorization of a Gmail account.
The errors *... Authentication failed ... No token on refresh ...* 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
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Подателя съдържа
* Получателя съдържа
* Темата съдържа
* Има прикачени файлове
* Заглавката съдържа
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1533,13 +1537,13 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* Скриване
* Спри уведомлението
* Отложи
* Добавяне на звезда
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Добавяне на ключова дума
* Премести
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -855,7 +859,7 @@ The authorization of Gmail accounts setup with the quick wizard needs to be peri
The error *... Autenticació ha fallat ... Account not found ...* means that a previously authorized Gmail account was removed from the device.
The errors *... Autenticació ha fallat ... No token on refresh ...* means that the Android account manager failed to refresh the authorization of a Gmail account.
The errors *... Authentication failed ... No token on refresh ...* 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
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* El remitent conté
* El destinatari conté
* L'assumpte conté
* Té adjunts
* La capçalera conté
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1533,13 +1537,13 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* Amaga
* Elimina les notificacions
* Posposa
* Afegeix a destacats
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Afegeix paraula clau
* Mou
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -855,7 +859,7 @@ The authorization of Gmail accounts setup with the quick wizard needs to be peri
The error *... Ověření se nezdařilo ... Account not found ...* means that a previously authorized Gmail account was removed from the device.
The errors *... Ověření se nezdařilo ... No token on refresh ...* means that the Android account manager failed to refresh the authorization of a Gmail account.
The errors *... Authentication failed ... No token on refresh ...* 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
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Odesílatel obsahuje
* Příjemce obsahuje
* Předmět obsahuje
* Má přílohy
* Hlavička obsahuje
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1533,13 +1537,13 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* Skrýt
* Potlačit oznámení
* Odložit
* Přidat hvězdičku
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Přidat klíčové slovo
* Přesunout
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -855,13 +859,13 @@ The authorization of Gmail accounts setup with the quick wizard needs to be peri
The error *... Godkendelse mislykkedes ... Account not found ...* means that a previously authorized Gmail account was removed from the device.
The errors *... Godkendelse mislykkedes ... No token on refresh ...* means that the Android account manager failed to refresh the authorization of a Gmail account.
The errors *... Authentication failed ... No token on refresh ...* 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 ... 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 eror *... ServiceDisabled ...* kan skyldes din tilmelding til [Avanceret Beskyttelsesprogram](https://landing.google.com/advancedprotection/): "*For at læse din e-mail, skal du benytte Gmail - Du kan ikke benytte din Google-konto med apps og tjenester, som kræver adgang til følsomme data såsom dine e-mails*", se [hér](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881).
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 wont 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).
When in doubt, you can ask for [support](#user-content-support).
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Afsender indeholder
* Modtager indeholder
* Emne indeholder
* Har vedhæftninger
* Overskrift indeholder
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1533,19 +1537,19 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* Skjul
* Undertryk notifikationer
* Udsæt
* Tilføj stjerne
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Tilføj stikord
* Flyt
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)
* Automation (Tasker, etc)
Regler effektueres umiddelbart efter beskedhovedet er hentet, men inden beskedteksten er blevet downloadet, så brug af betingelser på beskedteksten er derfor ikke muligt. Note that large message texts are downloaded on demand on a metered connection to save on data usage.
Rules are applied directly after the message header has been fetched, but before the message text has been downloaded, so it is not possible to apply conditions to the message text. Note that large message texts are downloaded on demand on a metered connection to save on data usage.
If you want to forward a message, consider to use the move action instead. This will be more reliable than forwarding as well because forwarded messages might be considered as spam.
@ -1776,9 +1780,9 @@ If the account authorization has expired, you will have to select the account ag
To authorize a Yahoo, AOL, or Sky account you will need to create an app password. For instructions, please see here:
* [til Yahoo](https://help.yahoo.com/kb/generate-third-party-passwords-sln15241.html)
* [til AOL](https://help.aol.com/articles/Create-and-manage-app-password)
* [til Sky](https://www.sky.com/help/articles/getting-started-with-sky-yahoo-mail) (under *Andre e-mail apps*)
* [for Yahoo](https://help.yahoo.com/kb/generate-third-party-passwords-sln15241.html)
* [for AOL](https://help.aol.com/articles/Create-and-manage-app-password)
* [for Sky](https://www.sky.com/help/articles/getting-started-with-sky-yahoo-mail) (under *Other email apps*)
Please see [this FAQ](#user-content-faq111) about OAuth support.
@ -1991,7 +1995,7 @@ Depending on what you want, the notification settings *Let the number of new mes
This feature depends on support of your launcher. FairEmail merely 'broadcasts' the number of unread messages using the ShortcutBadger library. If it doesn't work, this cannot be fixed by changes in FairEmail.
Visse lanchere viser '1'' for [moniteringsnotifikationen](#user-content-faq2) trods FairEmails eksplicitte anmodning om íkke om at vise et badge til denne notifikation. Dette kan skyldes en fejl i launcher-appen eller i din Android-version. Dobbelttjek, at notifikationsprikken er deaktiveret for notifikationsmodtagelseskanalen (tjenesten). Du kan gå til de rigtige notifikationskanalindstillinger via notifikationsindstillingerne i FairEmail. Det er måske ikke indlysende, men du kan trykke på kanalnavnet for yderligere indstillinger.
Some launchers display '1' for [the monitoring notification](#user-content-faq2), despite FairEmail explicitly requesting not to show a badge for this notification. This could be caused by a bug in the launcher app or in your Android version. Please double check if the notification dot is disabled for the receive (service) notification channel. You can go to the right notification channel settings via the notification settings of FairEmail. This might not be obvious, but you can tap on the channel name for more settings.
Note that Tesla Unread is [not supported anymore](https://forum.xda-developers.com/android/general/bad-news-tesla-unread-devoloper-t3920415).

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -855,7 +859,7 @@ The authorization of Gmail accounts setup with the quick wizard needs to be peri
The error *... Authentifizierung fehlgeschlagen ... Account not found ...* means that a previously authorized Gmail account was removed from the device.
The errors *... Authentifizierung fehlgeschlagen ... No token on refresh ...* means that the Android account manager failed to refresh the authorization of a Gmail account.
The errors *... Authentication failed ... No token on refresh ...* 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
@ -929,19 +933,19 @@ Yes, you can translate the texts of FairEmail in your own language [on Crowdin](
<br />
<a name="faq27"></a>
**(27) Wie kann ich zwischen eingebetteten und externen Grafiken unterscheiden?**
**(27) How can I distinguish between embedded and external images?**
Externes Bild:
External image:
![Externes Bild](https://raw.githubusercontent.com/google/material-design-icons/master/image/1x_web/ic_image_black_48dp.png)
![External image](https://raw.githubusercontent.com/google/material-design-icons/master/image/1x_web/ic_image_black_48dp.png)
Eingebettetes Bild:
Embedded image:
![Eingebettetes Bild](https://raw.githubusercontent.com/google/material-design-icons/master/image/1x_web/ic_photo_library_black_48dp.png)
![Embedded image](https://raw.githubusercontent.com/google/material-design-icons/master/image/1x_web/ic_photo_library_black_48dp.png)
Defektes Bild:
Broken image:
![Defektes Bild](https://raw.githubusercontent.com/google/material-design-icons/master/image/1x_web/ic_broken_image_black_48dp.png)
![Broken image](https://raw.githubusercontent.com/google/material-design-icons/master/image/1x_web/ic_broken_image_black_48dp.png)
Note that downloading external images from a remote server can be used to record you did see a message, which you likely don't want if the message is spam or malicious.
@ -1347,11 +1351,11 @@ There are almost no providers offering the [JMAP](https://jmap.io/) protocol, so
The email icon in the folder list can be open (outlined) or closed (solid):
![Externes Bild](https://raw.githubusercontent.com/google/material-design-icons/master/communication/1x_web/ic_mail_outline_black_48dp.png)
![External image](https://raw.githubusercontent.com/google/material-design-icons/master/communication/1x_web/ic_mail_outline_black_48dp.png)
Message bodies and attachments are not downloaded by default.
![Externes Bild](https://raw.githubusercontent.com/google/material-design-icons/master/communication/1x_web/ic_email_black_48dp.png)
![External image](https://raw.githubusercontent.com/google/material-design-icons/master/communication/1x_web/ic_email_black_48dp.png)
Message bodies and attachments are downloaded by default.
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Absender enthält
* Empfänger enthält
* Betreff enthält
* Anhang vorhanden
* Kopfzeile enthält
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1531,15 +1535,15 @@ Note that [dot all mode](https://developer.android.com/reference/java/util/regex
You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Als gelesen markieren
* Mark as read
* Mark as unread
* Ausblenden
* Benachrichtigungen unterdrücken
* Später lesen
* Stern hinzufügen
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Label hinzufügen
* Verschieben
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)
@ -1716,7 +1720,7 @@ Please see [here](https://en.wikipedia.org/wiki/Web_beacon) about what a trackin
FairEmail will in most cases automatically recognize tracking images and replace them by this icon:
![Externes Bild](https://raw.githubusercontent.com/google/material-design-icons/master/maps/1x_web/ic_my_location_black_48dp.png)
![External image](https://raw.githubusercontent.com/google/material-design-icons/master/maps/1x_web/ic_my_location_black_48dp.png)
Automatic recognition of tracking images can be disabled in the privacy settings.
@ -1777,8 +1781,8 @@ If the account authorization has expired, you will have to select the account ag
To authorize a Yahoo, AOL, or Sky account you will need to create an app password. For instructions, please see here:
* [for Yahoo](https://help.yahoo.com/kb/generate-third-party-passwords-sln15241.html)
* [für AOL](https://help.aol.com/articles/Create-and-manage-app-password)
* [für Sky](https://www.sky.com/help/articles/getting-started-with-sky-yahoo-mail) (unter *Andere E-Mail-Apps*)
* [for AOL](https://help.aol.com/articles/Create-and-manage-app-password)
* [for Sky](https://www.sky.com/help/articles/getting-started-with-sky-yahoo-mail) (under *Other email apps*)
Please see [this FAQ](#user-content-faq111) about OAuth support.

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -1533,13 +1537,13 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* Απόκρυψη
* Hide
* Suppress notification
* Αναβολή
* Προσθήκη αστεριού
* Snooze
* Add star
* Set importance (local priority)
* Add keyword
* Μετακίνηση
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Remitente contiene
* El destinatario contiene
* Asunto contiene
* Tiene adjuntos
* Encabezado contiene
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1531,15 +1535,15 @@ Note that [dot all mode](https://developer.android.com/reference/java/util/regex
You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Marcar como leído
* Mark as read
* Mark as unread
* Ocultar
* Suprimir notificación
* Posponer
* Marcar como favorito
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Añadir palabra clave
* Mover
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -855,7 +859,7 @@ The authorization of Gmail accounts setup with the quick wizard needs to be peri
The error *... Autentifikazioak huts egin du ... Account not found ...* means that a previously authorized Gmail account was removed from the device.
The errors *... Autentifikazioak huts egin du ... No token on refresh ...* means that the Android account manager failed to refresh the authorization of a Gmail account.
The errors *... Authentication failed ... No token on refresh ...* 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
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Igorleak hau du
* Hartzaileek hau dute
* Mintzagaiak hau du
* Eranskinen bat du
* Goiburuak hau du
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1533,13 +1537,13 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* Ezkutatu
* Ez jakinarazi
* Atzeratu
* Gehitu izarra
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Gehitu hitz gakoak
* Eraman
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* فرستنده دارای
* گیرنده دارای
* محتوای موضوع
* پیوست دارد
* سرمتن دارای
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1533,13 +1537,13 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* پنهان کردن
* بی‌صدا کردن اعلان
* تعویق
* افزودن ستاره
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* افزودن کلیدواژه
* انتقال
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -855,7 +859,7 @@ The authorization of Gmail accounts setup with the quick wizard needs to be peri
The error *... Tunnistautuminen epäonnistui ... Account not found ...* means that a previously authorized Gmail account was removed from the device.
The errors *... Tunnistautuminen epäonnistui ... No token on refresh ...* means that the Android account manager failed to refresh the authorization of a Gmail account.
The errors *... Authentication failed ... No token on refresh ...* 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
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Lähettäjä sisältää
* Vastaanottaja sisältää
* Aihe sisältää
* Sisältää liitteitä
* Tunnistetiedot sisältävät
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1533,13 +1537,13 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* Piilota
* Vaimenna ilmoitus
* Torkuta
* Lisää tähti
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Lisää avainsana
* Siirrä
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Lexpéditeur contient
* Le destinataire contient
* Lobjet contient
* A des pièces jointes
* Len-tête contient
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1531,15 +1535,15 @@ Note that [dot all mode](https://developer.android.com/reference/java/util/regex
You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Marquer comme lu
* Mark as read
* Mark as unread
* Masquer
* Supprimer les notifications
* Reporter
* Marquer comme suivi
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Ajouter un mot-clé
* Déplacer
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* L'expéditeur contient
* Le destinataire contient
* Lobjet contient
* A des pièces jointes
* Len-tête contient
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1531,15 +1535,15 @@ Note that [dot all mode](https://developer.android.com/reference/java/util/regex
You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Marquer comme lu
* Mark as read
* Mark as unread
* Masquer
* Supprimer les notifications
* Différer
* Marquer comme suivi
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Ajouter un mot-clé
* Déplacer
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -855,7 +859,7 @@ The authorization of Gmail accounts setup with the quick wizard needs to be peri
The error *... Ferifikaasje mislearre ... Account not found ...* means that a previously authorized Gmail account was removed from the device.
The errors *... Ferifikaasje mislearre ... No token on refresh ...* means that the Android account manager failed to refresh the authorization of a Gmail account.
The errors *... Authentication failed ... No token on refresh ...* 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
@ -1533,13 +1537,13 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* Ferbergje
* Hide
* Suppress notification
* Snooze
* Stjer tafoegje
* Add star
* Set importance (local priority)
* Foegje kaaiwurd ta
* Ferpleatse
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -855,7 +859,7 @@ The authorization of Gmail accounts setup with the quick wizard needs to be peri
The error *... Provjera autentičnosti nije uspjela ... Account not found ...* means that a previously authorized Gmail account was removed from the device.
The errors *... Provjera autentičnosti nije uspjela ... No token on refresh ...* means that the Android account manager failed to refresh the authorization of a Gmail account.
The errors *... Authentication failed ... No token on refresh ...* 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
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Pošiljatelj sadrži
* Primatelj sadrži
* Predmet sadrži
* Ima priloge
* Zaglavlje sadrži
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1533,13 +1537,13 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* Sakrij
* Potisni obavijest
* Utišaj
* Dodaj zvjezdicu
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Dodaj ključnu riječ
* Premjesti
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -855,7 +859,7 @@ The authorization of Gmail accounts setup with the quick wizard needs to be peri
The error *... Azonosítás sikertelen ... Account not found ...* means that a previously authorized Gmail account was removed from the device.
The errors *... Azonosítás sikertelen ... No token on refresh ...* means that the Android account manager failed to refresh the authorization of a Gmail account.
The errors *... Authentication failed ... No token on refresh ...* 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
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Küldő tartalmazza
* Címzett tartalmazza
* Tárgy tartalmazza
* Rendelkezik melléklettel
* Fejléc tartalmazza
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1533,13 +1537,13 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* Elrejtés
* Értesítések felfüggesztése
* Szundi
* Csillagozás
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Kulcsszó hozzáadása
* Áthelyezés
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -855,7 +859,7 @@ The authorization of Gmail accounts setup with the quick wizard needs to be peri
The error *... Autenticazione fallita ... Account not found ...* means that a previously authorized Gmail account was removed from the device.
The errors *... Autenticazione fallita ... No token on refresh ...* means that the Android account manager failed to refresh the authorization of a Gmail account.
The errors *... Authentication failed ... No token on refresh ...* 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
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Il mittente contiene
* Il destinatario contiene
* L'oggetto contiene
* Ha allegati
* L'intestazione contiene
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1531,15 +1535,15 @@ Note that [dot all mode](https://developer.android.com/reference/java/util/regex
You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Segna come letto
* Mark as read
* Mark as unread
* Nascondi
* Sopprimi notifica
* Posticipa
* Aggiungi stella
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Aggiungi parola chiave
* Sposta
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -1533,13 +1537,13 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* הסתר
* Hide
* Suppress notification
* נודניק
* הוסף כוכב
* Snooze
* Add star
* Set importance (local priority)
* Add keyword
* הזז
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* 送信者を含む
* 受信者を含む
* 件名に含まれる
* 添付ファイル有り
* ヘッダーが含まれています
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1533,13 +1537,13 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* 非表示
* 通知を抑制する
* スヌーズ
* スターを付けます
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* キーワードの追加
* 移動します
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -855,7 +859,7 @@ The authorization of Gmail accounts setup with the quick wizard needs to be peri
The error *... Authenticatie mislukt ... Account not found ...* means that a previously authorized Gmail account was removed from the device.
The errors *... Authenticatie mislukt ... No token on refresh ...* means that the Android account manager failed to refresh the authorization of a Gmail account.
The errors *... Authentication failed ... No token on refresh ...* 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
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Afzender bevat
* Ontvanger bevat
* Onderwerp bevat
* Heeft bijlagen
* De kop bevat
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1531,15 +1535,15 @@ Note that [dot all mode](https://developer.android.com/reference/java/util/regex
You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Markeer als gelezen
* Mark as read
* Mark as unread
* Verbergen
* Melding onderdrukken
* Sluimeren
* Ster toevoegen
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Trefwoord toevoegen
* Verplaatsen
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -855,7 +859,7 @@ The authorization of Gmail accounts setup with the quick wizard needs to be peri
The error *... Godkjenning mislyktes ... Account not found ...* means that a previously authorized Gmail account was removed from the device.
The errors *... Godkjenning mislyktes ... No token on refresh ...* means that the Android account manager failed to refresh the authorization of a Gmail account.
The errors *... Authentication failed ... No token on refresh ...* 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
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Avsenderen inneholder
* Mottaker inneholder
* Emne inneholder
* Har vedlegg
* Overskriften inneholder
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1533,13 +1537,13 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* Skjul
* Undertrykke varsling
* Utsett
* Legg til stjerne
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Legg til søkeord
* Flytt
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -855,7 +859,7 @@ The authorization of Gmail accounts setup with the quick wizard needs to be peri
The error *... Godkjenning mislyktes ... Account not found ...* means that a previously authorized Gmail account was removed from the device.
The errors *... Godkjenning mislyktes ... No token on refresh ...* means that the Android account manager failed to refresh the authorization of a Gmail account.
The errors *... Authentication failed ... No token on refresh ...* 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
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Avsenderen inneholder
* Mottaker inneholder
* Emne inneholder
* Har vedlegg
* Overskriften inneholder
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1533,13 +1537,13 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* Skjul
* Undertrykke varsling
* Utsett
* Legg til stjerne
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Legg til søkeord
* Flytt
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

File diff suppressed because it is too large Load Diff

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -855,7 +859,7 @@ The authorization of Gmail accounts setup with the quick wizard needs to be peri
The error *... A AutenticAção fAlhou ... Account not found ...* means that a previously authorized Gmail account was removed from the device.
The errors *... A AutenticAção fAlhou ... No token on refresh ...* means that the Android account manager failed to refresh the authorization of a Gmail account.
The errors *... Authentication failed ... No token on refresh ...* 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
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Remetente contém
* Destinatário contém
* Assunto contém
* Possui anexos
* Cabeçalho contém
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1533,13 +1537,13 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* Ocultar
* Suprimir notificação
* Soneca
* Adicionar estrela
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Adicionar palavra-chave
* Mover
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -1535,11 +1539,11 @@ You can select one of these actions to apply to matching messages:
* Mark as unread
* Hide
* Suppress notification
* Adiar
* Snooze
* Add star
* Set importance (local priority)
* Add keyword
* Mover
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Expeditorul conține
* Destinatarul conține
* Subiectul conține
* Are atașament
* Antetul conține
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1533,13 +1537,13 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* Ascunde
* Suprimă notificare
* Amână
* Adaugă stea
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Adăugă cuvânt cheie
* Mută
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -857,13 +861,13 @@ The error *... Authentication failed ... Account not found ...* means that a pre
The errors *... Authentication failed ... No token on refresh ...* 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
Ошибка *... 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
Ошибка *... Authentication failed ... Invalid credentials ...* может быть вызвана отзывом необходимых прав доступа к учетной записи/контактам. Просто запустите мастера (но не выберите учетную запись), чтобы снова предоставить необходимые разрешения.
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.
Ошибка *... ServiceDisabled... * может быть вызвана вступлением в [Расширенную программу защиты](https://landing.google.com/advancedprotection/): "*Для чтения электронной почты, вы можете (должны) использовать Gmail - Вы не сможете использовать свою учетную запись Google с некоторыми (всеми) приложениями & службами, которые требуют доступа к конфиденциальным данным, таким как ваш email*", см. [здесь](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881).
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 wont 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).
Если вы сомневаетесь, вы можете запросить [поддержку ](#user-content-support).
When in doubt, you can ask for [support](#user-content-support).
<br />
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* "Отправитель" содержит
* "Получатель" содержит
* "Тема" содержит
* Имеет вложения
* Заголовок содержит
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1531,15 +1535,15 @@ Note that [dot all mode](https://developer.android.com/reference/java/util/regex
You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Пометить прочитанным
* Mark as read
* Mark as unread
* Скрыть
* Подавить уведомление
* Отложить
* В избранное
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Добавить ключ (слово)
* Переместить
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)
@ -1991,7 +1995,7 @@ Depending on what you want, the notification settings *Let the number of new mes
This feature depends on support of your launcher. FairEmail merely 'broadcasts' the number of unread messages using the ShortcutBadger library. If it doesn't work, this cannot be fixed by changes in FairEmail.
Некоторые лаунчеры показывают '1' для [следящего уведомления](#user-content-faq2), несмотря на то, что FairEmail явно запрашивает не показывать значок для этого уведомления. Это может быть вызвано ошибкой в лаунчере или в вашей версии Android. Пожалуйста, дважды проверьте, отключена ли точка уведомления для канала получения (обслуживания) уведомлений. Вы можете перейти в настройки каналов уведомлений через настройки уведомлений FairEmail. Это может быть не очевидно, но для дополнительных настроек можно нажать на название канала.
Some launchers display '1' for [the monitoring notification](#user-content-faq2), despite FairEmail explicitly requesting not to show a badge for this notification. This could be caused by a bug in the launcher app or in your Android version. Please double check if the notification dot is disabled for the receive (service) notification channel. You can go to the right notification channel settings via the notification settings of FairEmail. This might not be obvious, but you can tap on the channel name for more settings.
Note that Tesla Unread is [not supported anymore](https://forum.xda-developers.com/android/general/bad-news-tesla-unread-devoloper-t3920415).
@ -2280,7 +2284,7 @@ If you read from left to right, swiping to the left will show the next message.
This behavior seems quite natural to me, also because it is similar to turning pages.
Во всяком случае, есть настройка поведения для обратного направления свайпа.
Anyway, there is a behavior setting to reverse the swipe direction.
<br />

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Pošiljatelj vsebuje
* Prejemnik vsebuje
* Zadeva vsebuje
* Vsebuje priloge
* Glava vsebuje
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1533,13 +1537,13 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* Skrij
* Utišaj obvestilo
* Dremež
* Dodaj zvezdico
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Dodaj ključno besedo
* Premakni
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -855,7 +859,7 @@ The authorization of Gmail accounts setup with the quick wizard needs to be peri
The error *... Неуспела провера идентитета ... Account not found ...* means that a previously authorized Gmail account was removed from the device.
The errors *... Неуспела провера идентитета ... No token on refresh ...* means that the Android account manager failed to refresh the authorization of a Gmail account.
The errors *... Authentication failed ... No token on refresh ...* 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
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Пошиљалац садржи
* Прималац садржи
* Наслов садржи
* Има прилог
* Заглавље садржи
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1533,13 +1537,13 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* Сакриј
* Потисни обавештење
* Одложи
* Додај звездицу
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Додај кључну реч
* Премести
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -617,7 +621,7 @@ Private keys are stored by Android and can be imported via the Android advanced
Note that certificates can contains multiple keys for multiple purposes, for example for authentication, encryption and signing. Android only imports the first key, so to import all the keys, the certificate must first be split. This is not very trivial and you are advised to ask the certificate supplier for support.
Standardkrypteringsmetoden är PGP, men den senast använda krypteringsmetoden kommer att bli ihågkommen för den valda identiteten för nästa gång. You might need to enable the send options in the three dots menu again to be able to select the encryption method.
The default encryption method is PGP, but the last used encryption method will be remembered for the selected identity for the next time. You might need to enable the send options in the three dots menu again to be able to select the encryption method.
To allow different private keys for the same email address, FairEmail will always let you select a key when there are multiple identities with the same email address for the same account.
@ -855,13 +859,13 @@ The authorization of Gmail accounts setup with the quick wizard needs to be peri
The error *... Autentisering misslyckades ... Account not found ...* means that a previously authorized Gmail account was removed from the device.
The errors *... Autentisering misslyckades ... No token on refresh ...* means that the Android account manager failed to refresh the authorization of a Gmail account.
The errors *... Authentication failed ... No token on refresh ...* 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 ... 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 eror *... ServiceDisabled ... /0> kan orsakas av inskrivning i [Advanced Protection Program](https://landing.google.com/advancedprotection/): "*För att läsa din e-post, du kan (måste) använda Gmail - Du kommer inte att kunna använda ditt Google-konto med några (alla) appar & tjänster som kräver åtkomst till känsliga data som din e-post*", se [här](https://support.google.com/accounts/answer/7519408?hl=en&ref_topic=9264881).</p>
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 wont 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).
When in doubt, you can ask for [support](#user-content-support).
@ -929,7 +933,7 @@ Yes, you can translate the texts of FairEmail in your own language [on Crowdin](
<br />
<a name="faq27"></a>
**(27) Hur kan jag skilja mellan inbäddade och externa bilder?**
**(27) How can I distinguish between embedded and external images?**
External image:
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Avsändaren innehåller
* Mottagare innehåller
* Ämnet innehåller
* Har bilagor
* Sidhuvud innehåller
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1533,19 +1537,19 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* Dölj
* Dämpa avisering
* Slumra
* Lägg till stjärna
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Lägg till nyckelord
* Flytta
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)
* Automation (Tasker, etc)
Reglerna tillämpas direkt efter att meddelandehuvudet har hämtats, men innan meddelandetexten har hämtats, så det är inte möjligt att tillämpa villkoren på meddelandetexten. Note that large message texts are downloaded on demand on a metered connection to save on data usage.
Rules are applied directly after the message header has been fetched, but before the message text has been downloaded, so it is not possible to apply conditions to the message text. Note that large message texts are downloaded on demand on a metered connection to save on data usage.
If you want to forward a message, consider to use the move action instead. This will be more reliable than forwarding as well because forwarded messages might be considered as spam.
@ -1777,8 +1781,8 @@ If the account authorization has expired, you will have to select the account ag
To authorize a Yahoo, AOL, or Sky account you will need to create an app password. For instructions, please see here:
* [for Yahoo](https://help.yahoo.com/kb/generate-third-party-passwords-sln15241.html)
* [för AOL](https://help.aol.com/articles/Create-and-manage-app-password)
* [för Sky](https://www.sky.com/help/articles/getting-started-with-sky-yahoo-mail) (under *Andra e-postappar*)
* [for AOL](https://help.aol.com/articles/Create-and-manage-app-password)
* [for Sky](https://www.sky.com/help/articles/getting-started-with-sky-yahoo-mail) (under *Other email apps*)
Please see [this FAQ](#user-content-faq111) about OAuth support.
@ -2636,8 +2640,8 @@ Please see [here](https://disconnect.me/trackerprotection) for more information
After downloading the lists in the privacy settings, the lists can optionally be used:
* att varna för spårningslänkar vid öppnande av länkar
* att känna igen spårningsbilder i meddelanden
* to warn about tracking links on opening links
* to recognize tracking images in messages
Tracking images will be disabled only if the corresponding main 'disable' option is enabled.
@ -2659,10 +2663,10 @@ Only the latest Play store version and latest GitHub release are supported. This
Requested features should:
* vara användbar för de flesta användare
* inte komplicera användningen av FairEmail
* passar in i filosofin i FairEmail (integritetsorienterad, säkerhetsorienterad)
* följa gemensamma standarder (IMAP, SMTP, etc)
* be useful to most people
* not complicate the usage of FairEmail
* 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.

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -855,7 +859,7 @@ The authorization of Gmail accounts setup with the quick wizard needs to be peri
The error *... Kimlik doğrulama başarısız ... Account not found ...* means that a previously authorized Gmail account was removed from the device.
The errors *... Kimlik doğrulama başarısız ... No token on refresh ...* means that the Android account manager failed to refresh the authorization of a Gmail account.
The errors *... Authentication failed ... No token on refresh ...* 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
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* Gönderici içeriği
* Alıcı içeriği
* Konu içeriği
* Ekleri var
* Başlık içeriği
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1531,15 +1535,15 @@ Note that [dot all mode](https://developer.android.com/reference/java/util/regex
You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Okundu olarak işaretle
* Mark as read
* Mark as unread
* Gizle
* Bildirimi gizle
* Ertele
* Yıldız Ekle
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* Anahtar sözcük ekle
* Taşı
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -855,7 +859,7 @@ The authorization of Gmail accounts setup with the quick wizard needs to be peri
The error *... 验证失败 ... Account not found ...* means that a previously authorized Gmail account was removed from the device.
The errors *... 验证失败 ... No token on refresh ...* means that the Android account manager failed to refresh the authorization of a Gmail account.
The errors *... Authentication failed ... No token on refresh ...* 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
@ -1513,11 +1517,11 @@ You can disable a rule and you can stop processing other rules after a rule has
The following rule conditions are available:
* 发件人包含
* 收件人包含
* 主题包含
* 有附件
* 邮件头包含
* Sender contains
* Recipient contains
* Subject contains
* Has attachments
* Header contains
* Day/time between
All the conditions of a rule need to be true for the rule action to be executed. All conditions are optional, but there needs to be at least one condition, to prevent matching all messages. If you want to match all senders or all recipients, you can just use the @ character as condition because all email address will contain this character.
@ -1533,13 +1537,13 @@ You can select one of these actions to apply to matching messages:
* No action (useful for *not*)
* Mark as read
* Mark as unread
* 隐藏
* 禁止通知
* 打盹
* 加注星标
* Hide
* Suppress notification
* Snooze
* Add star
* Set importance (local priority)
* 添加关键字
* 移动
* Add keyword
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

@ -609,6 +609,10 @@ Signed-only or encrypted-only messages are not a good idea, please see here abou
Signed-only messages are supported, encrypted-only messages are not supported.
Common errors:
* *Missing key for encryption*: there is probably a key selected in FairEmail that does not exist in the OpenKeychain app anymore. Resetting the key (see above) will probably fix this problem.
*S/MIME*
Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key.
@ -1535,11 +1539,11 @@ You can select one of these actions to apply to matching messages:
* Mark as unread
* Hide
* Suppress notification
* 延後
* Snooze
* Add star
* Set importance (local priority)
* Add keyword
* 移動
* Move
* Copy (Gmail: label)
* Answer (with template)
* Text-to-speech (sender and subject)

Loading…
Cancel
Save