```
+
The EFF [writes](https://www.eff.org/nl/deeplinks/2018/06/announcing-starttls-everywhere-securing-hop-hop-email-delivery): "*Additionally, even if you configure STARTTLS perfectly and use a valid certificate, there’s still no guarantee your communication will be encrypted.*"
So, pure SSL connections are safer than using [STARTTLS](https://en.wikipedia.org/wiki/Opportunistic_TLS) and therefore preferred.
@@ -1480,10 +1511,13 @@ Note that there are not many, if any, email apps that display a conversation as
~~For example the Gmail spam folder is called:~~
+
+
```
[Gmail]/Spam
```
+
~~By setting the namespace prefix to *[Gmail]* FairEmail will automatically remove *[Gmail]/* from all folder names.~~
@@ -1511,6 +1545,8 @@ Note that if you switch back to the text editor that not all HTML might be rende
If you want to use preformatted text, like [ASCII art](https://en.wikipedia.org/wiki/ASCII_art), you should wrap the text in a *pre* element, like this:
+
+
```
|\_/|
@@ -1521,6 +1557,7 @@ If you want to use preformatted text, like [ASCII art](https://en.wikipedia.org/
```
+
@@ -1841,42 +1878,59 @@ Note that recent Android versions allow overriding DND (Do Not Disturb) per noti
For more complex schemes you could set one or more accounts to manual synchronization and send this command to FairEmail to check for new messages:
+
+
```
(adb shell) am start-foreground-service -a eu.faircode.email.POLL
```
+
For a specific account:
+
+
```
(adb shell) am start-foreground-service -a eu.faircode.email.POLL --es account Gmail
```
+
You can also automate turning receiving messages on and off by sending these commands to FairEmail:
+
+
```
(adb shell) am start-foreground-service -a eu.faircode.email.ENABLE
(adb shell) am start-foreground-service -a eu.faircode.email.DISABLE
```
+
To enable/disable a specific account:
+
+
```
(adb shell) am start-foreground-service -a eu.faircode.email.ENABLE --es account Gmail
(adb shell) am start-foreground-service -a eu.faircode.email.DISABLE --es account Gmail
```
+
Note that disabling an account will hide the account and all associated folders and messages.
To set the poll interval:
+
+
```
(adb shell) adb shell am start-foreground-service -a eu.faircode.email.INTERVAL --ei minutes nnn
```
+
Where *nnn* is one of 0, 15, 30, 60, 120, 240, 480, 1440. A value of 0 means push messages.
You can automatically send commands with for example [Tasker](https://tasker.joaoapps.com/userguide/en/intents.html):
+
+
```
New task: Something recognizable
Action Category: Misc/Send Intent
@@ -1884,12 +1938,16 @@ Action: eu.faircode.email.ENABLE
Target: Service
```
+
To enable/disable an account with the name *Gmail*:
+
+
```
Extras: account:Gmail
```
+
Account names are case sensitive.
Scheduling is a pro feature.
@@ -2006,12 +2064,15 @@ Note that Yahoo, AOL, and Sky do not support standard push messages. The Yahoo e
Push messages require [IMAP IDLE](https://en.wikipedia.org/wiki/IMAP_IDLE) and the Yahoo email server does not report IDLE as capability:
+
+
```
Y1 CAPABILITY
* CAPABILITY IMAP4rev1 ID MOVE NAMESPACE XYMHIGHESTMODSEQ UIDPLUS LITERAL+ CHILDREN X-MSG-EXT UNSELECT OBJECTID
Y1 OK CAPABILITY completed
```
+
@@ -2148,6 +2209,8 @@ You can synchronize Gmail categories by creating filters to label categorized me
Possible categories:
+
+
```
category:social
category:updates
@@ -2155,6 +2218,7 @@ category:forums
category:promotions
```
+
Unfortunately, this is not possible for snoozed messages folder.
You can use *Force sync* in the three-dots menu of the unified inbox to let FairEmail synchronize the folder list again and you can long press the folders to enable synchronization.
@@ -2221,10 +2285,13 @@ Some launchers display a dot or a '1' for [the monitoring notification](#user-co
FairEmail does send a new message count intent as well:
+
+
```
eu.faircode.email.NEW_MESSAGE_COUNT
```
+
The number of new, unread messages will be in an integer "*count*" parameter.
@@ -2622,10 +2689,13 @@ The error *User is authenticated but not connected* might occur if:
The shared mailbox alias will mostly be the email address of the shared account, like this:
+
+
```
you@example.com\shared@example.com
```
+
Note that it should be a backslash and not a forward slash.
When using a shared mailbox, you'll likely want to enable the option *Synchronize shared folder lists* in the receive settings.
@@ -2823,10 +2893,13 @@ Some background: Gmail seems to have an additional message view for IMAP, which
Another oddity is that a star (favorite message) set via the web interface cannot be removed with the IMAP command
+
+
```
STORE -FLAGS (\Flagged)
```
+
On the other hand, a star set via IMAP is being shown in the web interface and can be removed via IMAP.
@@ -2900,10 +2973,13 @@ Tracking images will not be recognized when the domain is classified as '*Conten
This command can be sent to FairEmail from an automation app to update the protection lists:
+
+
```
(adb shell) am start-foreground-service -a eu.faircode.email.DISCONNECT.ME
```
+
Updating once a week will probably be sufficient, please see [here](https://github.com/disconnectme/disconnect-tracking-protection/commits/master) for recent lists changes.
diff --git a/docs/FAQ-de-rAT.md b/docs/FAQ-de-rAT.md
index 25b2fa0f6b..e41b030194 100644
--- a/docs/FAQ-de-rAT.md
+++ b/docs/FAQ-de-rAT.md
@@ -1252,15 +1252,15 @@ Wenn das Gerät mit einer PIN, einem Muster oder einem Passwort gesichert ist, k
-**(39) Wie kann ich den Akkuverbrauch von FairEmail reduzieren?**
+**(39) Wie kann ich den Akkuverbrauch von FairEmail verringern?**
-Aktuelle Android-Versionen melden *App-Nutzung* standardmäßig als Prozentsatz in den Android Batterie-Einstellungen. **Verwirrenderweise ist *App-Nutzung* nicht identisch mit *Akkuverbrauch* und steht nicht einmal in direktem Zusammenhang mit dem Akkuverbrauch!** Die App-Nutzung (während der Verwendung) ist sehr hoch, da FairEmail einen Vordergrund-Service nutzt, der von Android als konstante App-Nutzung angesehen wird. Dies bedeutet jedoch nicht, dass FairEmail ständig Akkuleistung verbraucht. Der tatsächliche Akkuverbrauch kann durch die Navigation auf diesem Bildschirm gesehen werden:
+Aktuelle Android-Versionen melden die *App-Nutzung* standardmäßig als Prozentsatz in den Android-Akkueinstellungen. **Verwirrenderweise ist die *App-Nutzung* nicht identisch mit dem *Akkuverbrauch* und steht nicht einmal im direkten Zusammenhang mit dem Akkuverbrauch!** Die App-Nutzung (während der Verwendung) ist sehr hoch, da FairEmail einen Vordergrunddienst nutzt, der von Android als konstante App-Nutzung angesehen wird. Dies bedeutet jedoch nicht, dass FairEmail ständig Akkuleistung verbraucht. Der tatsächliche Akkuverbrauch kann auf folgendem Bildschirm gesehen werden:
-*Android-Einstellungen* -> *Batterie* -> Drei-Punkte-Menü -> *Akkuverbrauch* -> Drei-Punkte-Menü -> *Geräteverbrauch anzeigen*
+*Android-Einstellungen* → *Akku* → Drei-Punkte-Menü → *Akkunutzung* → Drei-Punkte-Menü → *Geräteverbrauch anzeigen*
-In der Regel sollte der Akkuverbrauch unter oder in jedem Fall nicht viel höher sein als *Mobilfunkstandby*. Wenn dies nicht der Fall ist, aktivieren Sie bitte *Automatische Optimierung* in den Empfangseinstellungen. Wenn dies nicht hilft, bitten wir [um Unterstützung](https://contact.faircode.eu/?product=fairemailsupport).
+In der Regel sollte der Akkuverbrauch kleiner oder in jedem Fall nicht viel höher sein als *Mobilfunknetz-Standby*. Wenn dies nicht der Fall ist, aktivieren Sie bitte *»Automatische Optimierung«* in den Empfangseinstellungen. Wenn das nicht hilft, bitten [fragen Sie nach Unterstützung](https://contact.faircode.eu/?product=fairemailsupport).
-Es ist unvermeidlich, dass das Synchronisieren von Nachrichten Batteriestrom benötigt, da es Netzwerkzugriff und Zugriff auf die Nachrichtendatenbank erfordert.
+Es ist unvermeidlich, dass das Synchronisieren von Nachrichten Akkustrom benötigt, da es Netzwerkzugriff und Zugriff auf die Nachrichtendatenbank erfordert.
Wenn Sie den Akkuverbrauch von FairEmail mit einem anderen E-Mail-Client vergleichen, stellen Sie bitte sicher, dass der andere E-Mail-Client ähnlich eingerichtet ist. Zum Beispiel ist es kein fairer Vergleich, stetige Synchronisation (Push-Nachrichten) und (seltenere) periodische Überprüfungen nach neuen Nachrichten zu vergleichen.
@@ -2449,7 +2449,7 @@ Send a [Delivery Status Notification](https://tools.ietf.org/html/rfc3464) (=har
Hard bounces will mostly be processed automatically because they affect the reputation of the email provider. The bounce address (=*Return-Path* header) is mostly very specific, so the email server can determine the sending account.
-Für einige Hintergründe siehe [diesen Wikipedia Artikel](https://en.wikipedia.org/wiki/Bounce_message).
+Für einige Hintergründe siehe [diesen Wikipedia-Artikel](https://en.wikipedia.org/wiki/Bounce_message).
diff --git a/docs/FAQ-de-rDE.md b/docs/FAQ-de-rDE.md
index 25b2fa0f6b..e41b030194 100644
--- a/docs/FAQ-de-rDE.md
+++ b/docs/FAQ-de-rDE.md
@@ -1252,15 +1252,15 @@ Wenn das Gerät mit einer PIN, einem Muster oder einem Passwort gesichert ist, k
-**(39) Wie kann ich den Akkuverbrauch von FairEmail reduzieren?**
+**(39) Wie kann ich den Akkuverbrauch von FairEmail verringern?**
-Aktuelle Android-Versionen melden *App-Nutzung* standardmäßig als Prozentsatz in den Android Batterie-Einstellungen. **Verwirrenderweise ist *App-Nutzung* nicht identisch mit *Akkuverbrauch* und steht nicht einmal in direktem Zusammenhang mit dem Akkuverbrauch!** Die App-Nutzung (während der Verwendung) ist sehr hoch, da FairEmail einen Vordergrund-Service nutzt, der von Android als konstante App-Nutzung angesehen wird. Dies bedeutet jedoch nicht, dass FairEmail ständig Akkuleistung verbraucht. Der tatsächliche Akkuverbrauch kann durch die Navigation auf diesem Bildschirm gesehen werden:
+Aktuelle Android-Versionen melden die *App-Nutzung* standardmäßig als Prozentsatz in den Android-Akkueinstellungen. **Verwirrenderweise ist die *App-Nutzung* nicht identisch mit dem *Akkuverbrauch* und steht nicht einmal im direkten Zusammenhang mit dem Akkuverbrauch!** Die App-Nutzung (während der Verwendung) ist sehr hoch, da FairEmail einen Vordergrunddienst nutzt, der von Android als konstante App-Nutzung angesehen wird. Dies bedeutet jedoch nicht, dass FairEmail ständig Akkuleistung verbraucht. Der tatsächliche Akkuverbrauch kann auf folgendem Bildschirm gesehen werden:
-*Android-Einstellungen* -> *Batterie* -> Drei-Punkte-Menü -> *Akkuverbrauch* -> Drei-Punkte-Menü -> *Geräteverbrauch anzeigen*
+*Android-Einstellungen* → *Akku* → Drei-Punkte-Menü → *Akkunutzung* → Drei-Punkte-Menü → *Geräteverbrauch anzeigen*
-In der Regel sollte der Akkuverbrauch unter oder in jedem Fall nicht viel höher sein als *Mobilfunkstandby*. Wenn dies nicht der Fall ist, aktivieren Sie bitte *Automatische Optimierung* in den Empfangseinstellungen. Wenn dies nicht hilft, bitten wir [um Unterstützung](https://contact.faircode.eu/?product=fairemailsupport).
+In der Regel sollte der Akkuverbrauch kleiner oder in jedem Fall nicht viel höher sein als *Mobilfunknetz-Standby*. Wenn dies nicht der Fall ist, aktivieren Sie bitte *»Automatische Optimierung«* in den Empfangseinstellungen. Wenn das nicht hilft, bitten [fragen Sie nach Unterstützung](https://contact.faircode.eu/?product=fairemailsupport).
-Es ist unvermeidlich, dass das Synchronisieren von Nachrichten Batteriestrom benötigt, da es Netzwerkzugriff und Zugriff auf die Nachrichtendatenbank erfordert.
+Es ist unvermeidlich, dass das Synchronisieren von Nachrichten Akkustrom benötigt, da es Netzwerkzugriff und Zugriff auf die Nachrichtendatenbank erfordert.
Wenn Sie den Akkuverbrauch von FairEmail mit einem anderen E-Mail-Client vergleichen, stellen Sie bitte sicher, dass der andere E-Mail-Client ähnlich eingerichtet ist. Zum Beispiel ist es kein fairer Vergleich, stetige Synchronisation (Push-Nachrichten) und (seltenere) periodische Überprüfungen nach neuen Nachrichten zu vergleichen.
@@ -2449,7 +2449,7 @@ Send a [Delivery Status Notification](https://tools.ietf.org/html/rfc3464) (=har
Hard bounces will mostly be processed automatically because they affect the reputation of the email provider. The bounce address (=*Return-Path* header) is mostly very specific, so the email server can determine the sending account.
-Für einige Hintergründe siehe [diesen Wikipedia Artikel](https://en.wikipedia.org/wiki/Bounce_message).
+Für einige Hintergründe siehe [diesen Wikipedia-Artikel](https://en.wikipedia.org/wiki/Bounce_message).
diff --git a/docs/FAQ-de-rLI.md b/docs/FAQ-de-rLI.md
index 25b2fa0f6b..e41b030194 100644
--- a/docs/FAQ-de-rLI.md
+++ b/docs/FAQ-de-rLI.md
@@ -1252,15 +1252,15 @@ Wenn das Gerät mit einer PIN, einem Muster oder einem Passwort gesichert ist, k
-**(39) Wie kann ich den Akkuverbrauch von FairEmail reduzieren?**
+**(39) Wie kann ich den Akkuverbrauch von FairEmail verringern?**
-Aktuelle Android-Versionen melden *App-Nutzung* standardmäßig als Prozentsatz in den Android Batterie-Einstellungen. **Verwirrenderweise ist *App-Nutzung* nicht identisch mit *Akkuverbrauch* und steht nicht einmal in direktem Zusammenhang mit dem Akkuverbrauch!** Die App-Nutzung (während der Verwendung) ist sehr hoch, da FairEmail einen Vordergrund-Service nutzt, der von Android als konstante App-Nutzung angesehen wird. Dies bedeutet jedoch nicht, dass FairEmail ständig Akkuleistung verbraucht. Der tatsächliche Akkuverbrauch kann durch die Navigation auf diesem Bildschirm gesehen werden:
+Aktuelle Android-Versionen melden die *App-Nutzung* standardmäßig als Prozentsatz in den Android-Akkueinstellungen. **Verwirrenderweise ist die *App-Nutzung* nicht identisch mit dem *Akkuverbrauch* und steht nicht einmal im direkten Zusammenhang mit dem Akkuverbrauch!** Die App-Nutzung (während der Verwendung) ist sehr hoch, da FairEmail einen Vordergrunddienst nutzt, der von Android als konstante App-Nutzung angesehen wird. Dies bedeutet jedoch nicht, dass FairEmail ständig Akkuleistung verbraucht. Der tatsächliche Akkuverbrauch kann auf folgendem Bildschirm gesehen werden:
-*Android-Einstellungen* -> *Batterie* -> Drei-Punkte-Menü -> *Akkuverbrauch* -> Drei-Punkte-Menü -> *Geräteverbrauch anzeigen*
+*Android-Einstellungen* → *Akku* → Drei-Punkte-Menü → *Akkunutzung* → Drei-Punkte-Menü → *Geräteverbrauch anzeigen*
-In der Regel sollte der Akkuverbrauch unter oder in jedem Fall nicht viel höher sein als *Mobilfunkstandby*. Wenn dies nicht der Fall ist, aktivieren Sie bitte *Automatische Optimierung* in den Empfangseinstellungen. Wenn dies nicht hilft, bitten wir [um Unterstützung](https://contact.faircode.eu/?product=fairemailsupport).
+In der Regel sollte der Akkuverbrauch kleiner oder in jedem Fall nicht viel höher sein als *Mobilfunknetz-Standby*. Wenn dies nicht der Fall ist, aktivieren Sie bitte *»Automatische Optimierung«* in den Empfangseinstellungen. Wenn das nicht hilft, bitten [fragen Sie nach Unterstützung](https://contact.faircode.eu/?product=fairemailsupport).
-Es ist unvermeidlich, dass das Synchronisieren von Nachrichten Batteriestrom benötigt, da es Netzwerkzugriff und Zugriff auf die Nachrichtendatenbank erfordert.
+Es ist unvermeidlich, dass das Synchronisieren von Nachrichten Akkustrom benötigt, da es Netzwerkzugriff und Zugriff auf die Nachrichtendatenbank erfordert.
Wenn Sie den Akkuverbrauch von FairEmail mit einem anderen E-Mail-Client vergleichen, stellen Sie bitte sicher, dass der andere E-Mail-Client ähnlich eingerichtet ist. Zum Beispiel ist es kein fairer Vergleich, stetige Synchronisation (Push-Nachrichten) und (seltenere) periodische Überprüfungen nach neuen Nachrichten zu vergleichen.
@@ -2449,7 +2449,7 @@ Send a [Delivery Status Notification](https://tools.ietf.org/html/rfc3464) (=har
Hard bounces will mostly be processed automatically because they affect the reputation of the email provider. The bounce address (=*Return-Path* header) is mostly very specific, so the email server can determine the sending account.
-Für einige Hintergründe siehe [diesen Wikipedia Artikel](https://en.wikipedia.org/wiki/Bounce_message).
+Für einige Hintergründe siehe [diesen Wikipedia-Artikel](https://en.wikipedia.org/wiki/Bounce_message).
diff --git a/docs/FAQ-es-rES.md b/docs/FAQ-es-rES.md
index bc7c4a25d8..e3efc12ea5 100644
--- a/docs/FAQ-es-rES.md
+++ b/docs/FAQ-es-rES.md
@@ -2,7 +2,7 @@
# Soporte de FairEmail
-Si tienes alguna pregunta, por favor comprueba primero las preguntas frecuentes siguientes. [At the bottom](#user-content-get-support), you can find out how to ask other questions, request features, and report bugs.
+Si tienes alguna pregunta, por favor comprueba primero las preguntas frecuentes siguientes. [En la parte inferior](#user-content-get-support), puede averiguar cómo hacer otras preguntas, solicitar características, y reportar errores.
Wenn Sie eine Frage haben, überprüfen Sie bitte zuerst die nachstehenden häufig gestellten Fragen (FAQ). [Ganz unten erfahren Sie](#user-content-get-support), wie Sie weitere Fragen stellen, Funktionen anfordern und Fehler melden können.
@@ -57,14 +57,14 @@ Preguntas relacionadas:
* Añadir una carpeta al menú de navegación: mantenga presionada la carpeta en la lista de carpetas y marque *Mostrar en el menú de navegación*
* Cargar más mensajes: mantenga presionado una carpeta en la lista de carpetas, seleccione *Obtener más mensajes*
* Eliminar un mensaje, omitiendo la papelera: mantenga presionado el icono de la papelera
-* Delete an account/identity: Settings, tap Manual setup, tap Accounts/Identities, tap the account/identity, trash icon top right
-* Delete a folder: long press the folder in the folder list, Edit properties, trash icon top right
-* Undo send: Outbox, swipe the message in the list left or right
+* Eliminar una cuenta/identidad: Configuración, toque Configuración Manual, toque Cuentas/Identidades, toque la cuenta/identidad, ícono Eliminar arriba a la derecha
+* Eliminar una carpeta: mantenga presionada la carpeta en la lista de carpetas, Editar propiedades, icono de papelera arriba a la derecha
+* Deshacer enviar: Bandeja de salida, desliza el mensaje en la lista a la izquierda o derecha
* Guardar mensajes enviados en la bandeja de entrada: por favor [vea estas Preguntas Frecuentes](#user-content-faq142)
-* Change system folders: Settings, tap Manual setup, tap Accounts, tap account, at the bottom
-* Export/import settings: Settings, navigation (left side) menu
+* Cambiar carpetas del sistema: Configuración, toque Configuración manual, toque Cuentas, toque cuenta, en la parte inferior
+* Exportar/importar ajustes: Configuración, menú de navegación (izquierda)
-Known problem
+Problema conocido
* ~~Un [error en Android 5.1 y 6](https://issuetracker.google.com/issues/37054851) hace que las aplicaciones muestren a veces un formato de hora incorrecto. Cambiar la configuración de Android *Usar formato de 24 horas* podría resolver temporalmente el problema. Una solución fue añadida.~~
* ~~~Un [error en Google Drive](https://issuetracker.google.com/issues/126362828) hace que los archivos exportados a Google Drive estén vacíos. Google ha corregido esto.~~
@@ -83,7 +83,7 @@ Preguntas relacionadas:
* Un [error en Android 6.0](https://issuetracker.google.com/issues/37068143) causa un error con *... Offset inválido: ... El rango válido es ...* cuando el texto está seleccionado y se toca fuera del texto seleccionado. Este error ha sido corregido en Android 6.0.1.
* Los enlaces internos (anchor) no funcionarán porque los mensajes originales se muestran en una WebView embebida en una vista de desplazamiento (la lista de conversaciones). Esta es una limitación de Android que no se puede arreglar o eludir.
* La detección de idioma [ya no funciona](https://issuetracker.google.com/issues/173337263) en dispositivos Pixel con (¿actualizado a?) Android 11
-* A [bug in OpenKeychain](https://github.com/open-keychain/open-keychain/issues/2688) causes invalid PGP signatures when using a hardware token.
+* Un [error en OpenKeychain](https://github.com/open-keychain/open-keychain/issues/2688) causa firmas PGP inválidas al usar un token de hardware.
Características planificadas
@@ -261,7 +261,7 @@ El diseño está basado en muchas discusiones y si lo deseas puedes unirte a la
* [(135) ¿Por qué se muestran mensajes basura y borradores en las conversaciones?](#user-content-faq135)
* [(136) ¿Cómo puedo eliminar una cuenta/identidad/carpeta?](#user-content-faq136)
* [(137) ¿Cómo puedo reiniciar 'No preguntar de nuevo'?](#user-content-faq137)
-* [(138) Can you add calendar/contact/tasks/notes management?](#user-content-faq138)
+* [(138) ¿Puedes añadir gestión de calendario/contactos/tareas/notas?](#user-content-faq138)
* [(139) ¿Cómo arreglo 'El usuario está autenticado pero no conectado'?](#user-content-faq139)
* [(140) ¿Por qué el texto del mensaje contiene caracteres extraños?](#user-content-faq140)
* [(141) ¿Cómo puedo arreglar 'Una carpeta de borradores es necesaria para enviar mensajes'?](#user-content-faq141)
@@ -288,15 +288,15 @@ El diseño está basado en muchas discusiones y si lo deseas puedes unirte a la
* [(162) ¿Se admite el sistema IMAP NOTIFY?](#user-content-faq162)
* [(163) ¿Qué es la clasificación de mensajes?](#user-content-faq163)
* [(164) ¿Puedes añadir temas personalizables?](#user-content-faq164)
-* [(165) Is Android Auto supported?](#user-content-faq165)
-* [(166) Can I snooze a message across multiple devices?](#user-content-faq166)
+* [(165) ¿Es compatible con Android Auto?](#user-content-faq165)
+* [(166) ¿Puedo posponer un mensaje en varios dispositivos?](#user-content-faq166)
-[I have another question.](#user-content-support)
+[Tengo otra pregunta.](#user-content-support)
-**(1) Which permissions are needed and why?**
+**(1) ¿Qué permisos son necesarios y por qué?**
-The following Android permissions are needed:
+Se necesitan los siguientes permisos de Android:
* *tiene acceso a la red completa* (INTERNET): para enviar y recibir correo electrónico
* *ver conexiones de red* (ACCESS_NETWORK_STATE): para monitorizar los cambios de conectividad a Internet
@@ -304,11 +304,11 @@ The following Android permissions are needed:
* *servicio de primer plano* (FOREGROUND_SERVICE): para ejecutar un servicio de primer plano en Android 9 Pie y posterior, ver también la siguiente pregunta
* *evitar que el dispositivo duerme* (WAKE_LOCK): para mantener el dispositivo despierto mientras sincroniza los mensajes
* *facturación in-app* (BILLING): para permitir compras en la app
-* *schedule exact alarm* (SCHEDULE_EXACT_ALARM): to use exact alarm scheduling (Android 12 and later)
-* Optional: *read your contacts* (READ_CONTACTS): to auto complete addresses, to show contact photos and [to pick contacts](https://developer.android.com/guide/components/intents-common#PickContactDat)
-* Optional: *read the contents of your SD card* (READ_EXTERNAL_STORAGE): to accept files from other, outdated apps, see also [this FAQ](#user-content-faq49)
-* Optional: *use fingerprint hardware* (USE_FINGERPRINT) and use *biometric hardware* (USE_BIOMETRIC): to use biometric authentication
-* Optional: *find accounts on the device* (GET_ACCOUNTS): to select an account when using the Gmail quick setup
+* *programar alarma exacta* (SCHEDULE_EXACT_ALARM): para utilizar la programación exacta de alarmas (Android 12 y posterior)
+* Opcional: *leer sus contactos* (READ_CONTACTS): para autocompletar direcciones, mostrar fotos de contacto y [ seleccionar contactos](https://developer.android.com/guide/components/intents-common#PickContactDat)
+* Opcional: *lee el contenido de tu tarjeta SD* (READ_EXTERNAL_STORAGE): para aceptar archivos de otras aplicaciones desactualizadas, consulte también [estas Preguntas Frecuentes](#user-content-faq49)
+* Opcional: *usar hardware de huella dactilar* (USE_FINGERPRINT) y usar *hardware biométrico* (USE_BIOMETRIC): para usar autenticación biométrica
+* Opcional: *encontrar cuentas en el dispositivo* (GET_ACCOUNTS) para seleccionar una cuenta cuando se utiliza la configuración rápida de Gmail
* Android 5.1 Lollipop and before: *use accounts on the device* (USE_CREDENTIALS): to select an account when using the Gmail quick setup (not requested on later Android versions)
* Android 5.1 Lollipop and before: *Read profile* (READ_PROFILE): to read your name when using the Gmail quick setup (not requested on later Android versions)
diff --git a/docs/FAQ-pl-rPL.md b/docs/FAQ-pl-rPL.md
index 202c511a81..802e6ded92 100644
--- a/docs/FAQ-pl-rPL.md
+++ b/docs/FAQ-pl-rPL.md
@@ -64,7 +64,7 @@ Powiązane pytania:
* Zmień foldery systemowe: Ustawienia, dotknij Ręcznej konfiguracji, dotknij Konta, dotknij konto u dołu
* Eksport/import ustawień: Ustawienia, menu nawigacyjne (lewa strona)
-Known problem
+Znane problemy
* ~~A [błąd w Androidzie 5.1 i 6](https://issuetracker.google.com/issues/37054851) powoduje, że aplikacje czasami pokazują nieprawidłowy format czasu. Przełączenie ustawienia Androida *Użyj 24-godzinnego formatu* może tymczasowo rozwiązać problem. Dodano obejście. ~~
* ~~A [błąd w Dysku Google](https://issuetracker.google.com/issues/126362828) powoduje, że pliki eksportowane do Dysku Google są puste. Google naprawił to.~~
@@ -92,19 +92,19 @@ Powiązane pytania:
* ~~Kopiowanie wiadomości~~
* ~~Kolorowe gwiazdki~~
* ~~Ustawienia powiadomień dla folderu~~
-* ~~ Wybierz lokalne obrazy do podpisów ~~ (nie zostanie dodane, ponieważ wymaga zarządzania plikami obrazów oraz ponieważ obrazy i tak nie są wyświetlane domyślnie w większości klientów poczty e-mail)
+* ~~Wybierz lokalne obrazy do podpisów ~~ (nie zostanie dodane, ponieważ wymaga zarządzania plikami obrazów oraz ponieważ obrazy i tak nie są wyświetlane domyślnie w większości klientów poczty e-mail)
* ~~Pokaż wiadomości dopasowane przez regułę~~
-* ~~[ ManageSieve ](https://tools.ietf.org/html/rfc5804) ~~ (nie ma utrzymywanych bibliotek Java z odpowiednią licencją i bez zależności, a ponadto FairEmail ma własne reguły filtrowania)
+* ~~[ManageSieve ](https://tools.ietf.org/html/rfc5804) ~~ (nie ma utrzymywanych bibliotek Java z odpowiednią licencją i bez zależności, a ponadto FairEmail ma własne reguły filtrowania)
* ~~Szukaj wiadomości z/bez załączników~~ (nie można tego dodać, ponieważ IMAP nie obsługuje wyszukiwania załączników)
-* ~~ Wyszukaj folder ~~ (problematyczne jest filtrowanie hierarchicznej listy folderów)
+* ~~Wyszukaj folder ~~ (problematyczne jest filtrowanie hierarchicznej listy folderów)
* Podpowiedzi wyszukiwania
* ~~[Autocrypt Setup Message](https://autocrypt.org/autocrypt-spec-1.0.0.pdf) (sekcja 4. )~~ (IMO nie jest dobrym pomysłem, aby klient poczty elektronicznej obsługiwał wrażliwe klucze szyfrowania do wyjątkowego użytku, podczas gdy OpenKeychain również może eksportować klucze)
-* ~~ Ogólne ujednolicone foldery ~~
+* ~~Ogólne ujednolicone foldery ~~
* ~~Nowe harmonogramy powiadomień dla każdego konta~~ (zaimplementowane przez dodanie warunku czasowego do reguł, więc wiadomości mogą być odłożone w wybranych okresach)
* ~~Kopiuj konta i tożsamość~~
-* ~~ Pinch zoom ~~ (nie jest to możliwe w sposób niezawodny na przewijanej liście; zamiast tego można powiększyć pełny widok wiadomości)
+* ~~Pinch zoom ~~ (nie jest to możliwe w sposób niezawodny na przewijanej liście; zamiast tego można powiększyć pełny widok wiadomości)
* ~~Bardziej kompaktowy widok folderu~~
-* ~~ Utwórz listy i tabele ~~ (wymaga to edytora tekstu sformatowanego, patrz [ to FAQ ](#user-content-faq99))
+* ~~Utwórz listy i tabele ~~ (wymaga to edytora tekstu sformatowanego, patrz [ to FAQ ](#user-content-faq99))
* ~~Rozmiar tekstu powiększenia ~~
* ~~Wyświetlanie GIF~~
* ~~Motywy~~ (dodano szary jasny i ciemny motyw, ponieważ wydaje się, że tego chce większość ludzi)
@@ -113,7 +113,7 @@ Powiązane pytania:
* ~~Widget dla wybranego konta~~
* ~~Przypomnij o załączeniu plików~~
* ~~Wybierz domeny do pokazania zdjęć~~ (będzie to zbyt skomplikowane, aby używać)
-* ~~ Wspólny widok wiadomości oznaczonych gwiazdką ~~ (jest to już specjalne wyszukiwanie)
+* ~~Wspólny widok wiadomości oznaczonych gwiazdką ~~ (jest to już specjalne wyszukiwanie)
* ~~Move notification action~~
* ~~Wsparcie S/MIME~~
* ~~Szukaj ustawień~~
@@ -291,7 +291,7 @@ The design is based on many discussions and if you like you can discuss about it
* [(165) Is Android Auto supported?](#user-content-faq165)
* [(166) Can I snooze a message across multiple devices?](#user-content-faq166)
-[I have another question.](#user-content-support)
+[Mam kolejne pytanie.](#user-content-support)
**(1) Which permissions are needed and why?**
diff --git a/docs/FAQ-tr-rTR.md b/docs/FAQ-tr-rTR.md
index 8b5a39bc96..ebe87aabd6 100644
--- a/docs/FAQ-tr-rTR.md
+++ b/docs/FAQ-tr-rTR.md
@@ -2,7 +2,7 @@
# FairEmail Destek
-Sorunuzun olması halinde, öncelikle aşağıda yer alan sıkça sorulan soruları kontrol ediniz. [At the bottom](#user-content-get-support), you can find out how to ask other questions, request features, and report bugs.
+Sorunuzun olması halinde, öncelikle aşağıda yer alan sıkça sorulan soruları kontrol ediniz. [Sayfanın altında](#user-content-get-support) diğer soruları sormayı, özellikleri talep etmeyi ve hata bildirmeyi nasıl yapacağınızı öğrenebilirsiniz.
Wenn Sie eine Frage haben, überprüfen Sie bitte zuerst die nachstehenden häufig gestellten Fragen (FAQ). [Ganz unten erfahren Sie](#user-content-get-support), wie Sie weitere Fragen stellen, Funktionen anfordern und Fehler melden können.
@@ -14,7 +14,7 @@ Wenn Sie eine Frage haben, überprüfen Sie bitte zuerst die nachstehenden häuf
* [Planlanan Özellikler](#user-content-planned-features)
* [Sıkça talep edilen özellikler](#user-content-frequently-requested-features)
* [Sıkça Sorulan Sorular](#user-content-frequently-asked-questions)
-* [Yardım alın](#user-content-get-support)
+* [Yardım](#user-content-get-support)
Hesap Yetkilendirme
diff --git a/docs/FAQ-uk-rUA.md b/docs/FAQ-uk-rUA.md
index 501a9fe3df..0aae0d8f7f 100644
--- a/docs/FAQ-uk-rUA.md
+++ b/docs/FAQ-uk-rUA.md
@@ -2,14 +2,14 @@
# Підтримка FairEmail
-If you have a question, please check the following frequently asked questions first. [At the bottom](#user-content-get-support), you can find out how to ask other questions, request features, and report bugs.
+Якщо у вас виникли питання, будь ласка, спочатку перевірте наступні питання, що часто задавалися. [Знизу](#user-content-get-support), ви можете дізнатися, як ставити інші питання, створювати запити на фукції та повідомити про помилки.
Wenn Sie eine Frage haben, überprüfen Sie bitte zuerst die nachstehenden häufig gestellten Fragen (FAQ). [Ganz unten erfahren Sie](#user-content-get-support), wie Sie weitere Fragen stellen, Funktionen anfordern und Fehler melden können.
## Перелік
-* [Авторизація облікогово акаунту](#user-content-authorizing-accounts)
-* [Як ...? ](#user-content-howto)
+* [Авторизація облікових записів](#user-content-authorizing-accounts)
+* [Як ...?](#user-content-howto)
* [Найпоширеніші складнощі](#user-content-known-problems)
* [Заплановані можливості](#user-content-planned-features)
* [Найпопулярніші функції](#user-content-frequently-requested-features)