From 6778a970d76e89a0f4d3f111ef82dc0c35e3a9a5 Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 19 Feb 2021 10:05:36 +0100 Subject: [PATCH] Crowdin sync --- app/build.gradle | 2 +- app/src/main/res/values-bg-rBG/strings.xml | 1 - app/src/main/res/values-ca-rES/strings.xml | 71 +++++++++++++++++++++- app/src/main/res/values-cs-rCZ/strings.xml | 11 +++- app/src/main/res/values-da-rDK/strings.xml | 3 +- app/src/main/res/values-de-rAT/strings.xml | 5 +- app/src/main/res/values-de-rDE/strings.xml | 5 +- app/src/main/res/values-de-rLI/strings.xml | 5 +- app/src/main/res/values-el-rGR/strings.xml | 6 +- app/src/main/res/values-es-rES/strings.xml | 6 +- app/src/main/res/values-eu-rES/strings.xml | 1 - app/src/main/res/values-fa-rIR/strings.xml | 1 - app/src/main/res/values-fi-rFI/strings.xml | 6 +- app/src/main/res/values-fr-rCA/strings.xml | 6 +- app/src/main/res/values-fr-rFR/strings.xml | 6 +- app/src/main/res/values-fy-rNL/strings.xml | 1 - app/src/main/res/values-gl-rES/strings.xml | 1 - app/src/main/res/values-hu-rHU/strings.xml | 1 - app/src/main/res/values-in-rID/strings.xml | 1 - app/src/main/res/values-it-rIT/strings.xml | 3 +- app/src/main/res/values-ja-rJP/strings.xml | 1 - app/src/main/res/values-nl-rNL/strings.xml | 10 ++- app/src/main/res/values-nn-rNO/strings.xml | 1 - app/src/main/res/values-no-rNO/strings.xml | 1 - app/src/main/res/values-pl-rPL/strings.xml | 6 +- app/src/main/res/values-pt-rBR/strings.xml | 1 - app/src/main/res/values-ro-rRO/strings.xml | 6 +- app/src/main/res/values-ru-rRU/strings.xml | 10 +-- app/src/main/res/values-sk-rSK/strings.xml | 16 ++++- app/src/main/res/values-sv-rSE/strings.xml | 1 - app/src/main/res/values-tr-rTR/strings.xml | 1 - app/src/main/res/values-uk-rUA/strings.xml | 3 +- app/src/main/res/values-zh-rCN/strings.xml | 6 +- app/src/main/res/values-zh-rTW/strings.xml | 1 - docs/FAQ-af-rZA.md | 49 +++++++++++---- docs/FAQ-ar-rBH.md | 49 +++++++++++---- docs/FAQ-ar-rEG.md | 49 +++++++++++---- docs/FAQ-ar-rYE.md | 49 +++++++++++---- docs/FAQ-az-rAZ.md | 49 +++++++++++---- docs/FAQ-bg-rBG.md | 49 +++++++++++---- docs/FAQ-bn-rBD.md | 49 +++++++++++---- docs/FAQ-bn-rIN.md | 49 +++++++++++---- docs/FAQ-ca-rES.md | 49 +++++++++++---- docs/FAQ-cs-rCZ.md | 55 ++++++++++++----- docs/FAQ-da-rDK.md | 63 +++++++++++++------ docs/FAQ-de-rAT.md | 49 +++++++++++---- docs/FAQ-de-rDE.md | 49 +++++++++++---- docs/FAQ-de-rLI.md | 49 +++++++++++---- docs/FAQ-el-rGR.md | 49 +++++++++++---- docs/FAQ-en-rGB.md | 49 +++++++++++---- docs/FAQ-es-rES.md | 55 ++++++++++++----- docs/FAQ-eu-rES.md | 49 +++++++++++---- docs/FAQ-fa-rIR.md | 49 +++++++++++---- docs/FAQ-fi-rFI.md | 49 +++++++++++---- docs/FAQ-fr-rCA.md | 49 +++++++++++---- docs/FAQ-fr-rFR.md | 49 +++++++++++---- docs/FAQ-fy-rNL.md | 49 +++++++++++---- docs/FAQ-gl-rES.md | 49 +++++++++++---- docs/FAQ-hi-rIN.md | 49 +++++++++++---- docs/FAQ-hr-rHR.md | 49 +++++++++++---- docs/FAQ-hu-rHU.md | 49 +++++++++++---- docs/FAQ-in-rID.md | 49 +++++++++++---- docs/FAQ-it-rIT.md | 51 ++++++++++++---- docs/FAQ-iw-rIL.md | 49 +++++++++++---- docs/FAQ-ja-rJP.md | 49 +++++++++++---- docs/FAQ-ka-rGE.md | 49 +++++++++++---- docs/FAQ-kk-rKZ.md | 49 +++++++++++---- docs/FAQ-ko-rKR.md | 49 +++++++++++---- docs/FAQ-lt-rLT.md | 49 +++++++++++---- docs/FAQ-nl-rNL.md | 49 +++++++++++---- docs/FAQ-nn-rNO.md | 49 +++++++++++---- docs/FAQ-no-rNO.md | 49 +++++++++++---- docs/FAQ-pl-rPL.md | 49 +++++++++++---- docs/FAQ-pt-rBR.md | 49 +++++++++++---- docs/FAQ-pt-rPT.md | 49 +++++++++++---- docs/FAQ-ro-rRO.md | 49 +++++++++++---- docs/FAQ-ru-rRU.md | 49 +++++++++++---- docs/FAQ-si-rLK.md | 49 +++++++++++---- docs/FAQ-sk-rSK.md | 51 ++++++++++++---- docs/FAQ-sl-rSI.md | 49 +++++++++++---- docs/FAQ-sr-rSP.md | 49 +++++++++++---- docs/FAQ-sv-rSE.md | 49 +++++++++++---- docs/FAQ-ta-rIN.md | 49 +++++++++++---- docs/FAQ-tr-rTR.md | 49 +++++++++++---- docs/FAQ-uk-rUA.md | 49 +++++++++++---- docs/FAQ-vi-rVN.md | 49 +++++++++++---- docs/FAQ-zh-rCN.md | 49 +++++++++++---- docs/FAQ-zh-rTW.md | 49 +++++++++++---- 88 files changed, 2164 insertions(+), 718 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 626ce40f5a..03abab7cbb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' apply plugin: 'com.bugsnag.android.gradle' -def getVersionCode = { -> return 1492 } +def getVersionCode = { -> return 1493 } def getReleaseName = { -> return "\"Kaatedocus\"" } // https://en.wikipedia.org/wiki/List_of_dinosaur_genera diff --git a/app/src/main/res/values-bg-rBG/strings.xml b/app/src/main/res/values-bg-rBG/strings.xml index 66acaec9b5..638bec6eee 100644 --- a/app/src/main/res/values-bg-rBG/strings.xml +++ b/app/src/main/res/values-bg-rBG/strings.xml @@ -567,7 +567,6 @@ Дублиращо съобщение в %1$s Re: %1$s Fwd: %1$s - Бутони Отбелязвам като прочетено Отбелязвам като непрочетено Скриване diff --git a/app/src/main/res/values-ca-rES/strings.xml b/app/src/main/res/values-ca-rES/strings.xml index 2765888f78..082ba46cf4 100644 --- a/app/src/main/res/values-ca-rES/strings.xml +++ b/app/src/main/res/values-ca-rES/strings.xml @@ -5,13 +5,17 @@ FairEmail és una aplicació de correu electrònic de codi obert centrada en la privadesa i la seguretat. Per aquesta raó, algunes funcions poden funcionar de manera diferent a la que estàs acostumat. FairMail no és compatible en aquest dispositiu perquè els errors a Android causen bloqueigs Premeu «Enrere» novament per sortir + Espai d’emmagatzematge insuficient Rebre Enviar + Correu electrònic Actualitzacions Advertències Errors Alertes de servidor Contactes + Enviant missatges + Nova notificació de missatge Conversa Conversa @@ -66,6 +70,7 @@ Bloquejar el domini complet del remitent Si bloqueges un remitent, es crearà una regla per traslladar automàticament els missatges futurs a la carpeta de correu brossa. La creació i l\'ús de regles és una característica professional. + Utilitza el filtre local d\'SPAM Enviant missatge S\'està esperant la connexió Inactiu @@ -91,7 +96,8 @@ La creació i l\'ús de regles és una característica professional. Puntua l\'aplicació Benvingut/da Contracte de Llicència d’usuari final - D’acordo https://accounts.crowdin.com/password/reset https://accounts.crowdin.com/password/reset + Contribuïdors + D’acord No hi estic d\'acord Versió %1$s Comptes @@ -102,11 +108,17 @@ La creació i l\'ús de regles és una característica professional. Preferències Ajuda Configuració ràpida + Afegir comptes La configuració ràpida aconseguirà informació de configuració a autoconfig.thunderbird.net Servidor IMAP per rebre missatges Servidor SMTP per enviar missatges Assistent + Rebre correu electrònic + Enviar un correu electrònic + Comptes + Identitats Altres proveïdors + Compte POP3 Com que Android comprova les firmes dels aplicatius, es podran autoritzar comptes de Google des des les versions oficials Doneu permís per seleccionar un compte i llegir el vostre nom Google sol·licitarà permisos per llegir, compondre, enviar i suprimir tot el vostre correu electrònic. FairEmail mai suprimirà els vostres missatges sense el vostre consentiment explícit. @@ -119,22 +131,26 @@ La creació i l\'ús de regles és una característica professional. No s\'ha trobat cap configuració pel domini \'%1$s\' Comproveu la vostra adreça de correu electrònic i la contrasenya i assegureu-vos que l’accés extern (IMAP/SMTP) estigui habilitat per al vostre compte Aquest proveïdor necessita una contrasenya de l’aplicació en lloc de la contrasenya del compte, consulteu les instruccions del proveïdor + No s\'ha trobat la bustia Gestiona Permet Concedeix els permisos requerits Què és una identitat? Concedeix permisos Per accedir informació de contacte (opcional) + Inhabilita les optimitzacions de bateria En el següent diàleg, selecciona \"totes les apps\" a dalt, selecciona aquesta aplicació i polsa i confirma «no optimitzis la bateria» Ús de bateria elevat? S\'ha aturat la sincronització? L\'estalvi de dades està activat Mostra les opcions avançades + Vés a la Safata d\'Entrada Vés-hi Per fer Fet Encara queda per fer Error + Configurant compte … Exporta la configuració Importa una configuració Els comptes importats s’afegiran sense sobreescriure els ja existents @@ -161,16 +177,20 @@ La creació i l\'ús de regles és una característica professional. Vermell/verd Gris Negre + Negre i blanc Intercanvia colors + Clar Fosc Segueix el sistema Fons negre Això canviarà automàticament a un tema clar/fosc en mode dia/nit, si és compatible amb Android + Vull més colors Avançat Opcions Restaura els valors per defecte Restableix les preguntes Més opcions avançades + Començar Rebre Enviar Connexió @@ -201,6 +221,7 @@ La creació i l\'ús de regles és una característica professional. Suggeriu adreces trobades als missatges enviats Suggeriu adreces trobades als missatges rebuts Ordena les adreces suggerides en funció de la freqüència d’ús + Tipus de lletra per defecte El prefix de l\'assumpte només una vegada a la resposta o al reenviament Utilitza resposta estesa/capçalera de reenviament Text amb resposta a la cita @@ -221,6 +242,7 @@ La creació i l\'ús de regles és una característica professional. Baixeu missatges i fitxers adjunts en itinerància Itinerant com a casa Temps d\'espera de la connexió (segons) + Prefereix IPv4 per sobre de IPv6 Connexions SSL \"endurides\" Gestiona la connectivitat General @@ -247,6 +269,8 @@ La creació i l\'ús de regles és una característica professional. Mostra les icones generades Mostra identicons Mostra icones rodones + Saturació: %1$s %% + Brillantor %1$s %% Mostra els noms i les adreces de correu Preferiu el nom de contacte que el nom enviat Subratlla l’emissor quan el remitent es coneix com a contacte “a” local @@ -357,6 +381,8 @@ La creació i l\'ús de regles és una característica professional. Mostra els contactes més freqüents al menú de compartició d\'Android Construint índex de cerca %1$d / %2$d missatges indexats (%3$s) + Idioma + Sistema Comproveu periòdicament si FairEmail està actiu Optimitzar automàticament Prova característiques experimentals @@ -421,6 +447,7 @@ La creació i l\'ús de regles és una característica professional. Si es neteja manualment, s\'eliminen els fitxers adjunts dels missatges que ja no es sincronitzen S\'eliminaran tots els fitxers temporals Mai preferit + Edita el nom Estableix accions de lliscament D’aquesta manera, establireu l’acció lliscant cap a l’esquerra i la dreta per a tots els comptes IMAP Selecciona … @@ -453,6 +480,8 @@ La creació i l\'ús de regles és una característica professional. Proveïdor Personalitzat Nom del servidor + Xifratge + Cap Permet connexions no segures Les connexions insegures només s’han de permetre en xarxes de confiança i mai en xarxes públiques Número de port @@ -503,6 +532,7 @@ La creació i l\'ús de regles és una característica professional. Busca missatges en el servidor remot Marca els missatges llegits en expandir-se Sincronitza ara + Subcarpetes Sincronitza Esborra els missatges locals Suprimeix els missatges cercats/navegats @@ -565,13 +595,13 @@ La creació i l\'ús de regles és una característica professional. Només carpetes d\'usuari Carpetes del compte primari Carpetes unificades de la safata d\'entrada + Esborranys locals No carpetes No hi ha missatges S\'han activat un o més filtres Missatge duplicat a %1$s Re: %1$s Rv: %1$s - Botons Marca com a llegit Marca com a no llegit Amaga @@ -611,6 +641,7 @@ La creació i l\'ús de regles és una característica professional. Correu brossa Mou Copia + Paraules en clau Cancel·lar la subscripció Crea una regla No es correu brossa @@ -660,6 +691,7 @@ La creació i l\'ús de regles és una característica professional. Esborrar regla per sempre? Voleu rebutjar l\'esborrany? Si es mostra el missatge original es pot filtrar informació sensible a la privadesa + Utilitza un tema fosc No es pot mostrar el missatge original amb un fons fosc perquè pot provocar imatges i textos foscos invisibles Mostrar sempre les imatges al mostrar els missatges originals Si es mostra imatges, es pot filtrar informació sensible a la privadesa @@ -707,6 +739,11 @@ La creació i l\'ús de regles és una característica professional. Mitjà Gran Color … + Alineació + Comença + Centre + Fi + Llistat Font Per defecte Esborra el format @@ -755,6 +792,7 @@ La creació i l\'ús de regles és una característica professional. Enviant missatge El missatge s\'enviarà al voltant de %1$s Signar + Verifica Xifra Desxifra Resincronitza @@ -892,6 +930,7 @@ La creació i l\'ús de regles és una característica professional. Missatge nou De Assumpte + Text Sincronitza Carpetes Missatges @@ -1021,6 +1060,7 @@ La creació i l\'ús de regles és una característica professional. Afegir Obre amb Informació + Descarrega Informa Repara Habilita @@ -1068,6 +1108,10 @@ La creació i l\'ús de regles és una característica professional. Registres Desplaçament automàtic Netejar + Exporta regles + Importa regles + Esborra totes les regles + Esborra totes les regles d\'SPAM Informació de depuració Per favor descriu el problema i indica quan en el que va ocorre: Per favor descriu què estaves fent quan l\'aplicació va fallar: @@ -1102,6 +1146,10 @@ La creació i l\'ús de regles és una característica professional. Expandeix Mostra el contacte Mostra el resultat de l\'autenticació + Mostra l\'ajuda + Seleccionat + Desplaça avall + Desplaça cap amunt Editar Mostra adreces Amaga les adreces @@ -1200,11 +1248,28 @@ La creació i l\'ús de regles és una característica professional. Només signar S/MIME Signar i xifrar S/MIME + + 0 B + 256 KB + 512 KB + 1 MB + 2 MB + 5 MB + 10 MB + 20 MB + 50 MB + - Off + Desactivat 2,5 s 5 s 7,5 s 10 s + + Cursiva + Serif + Sans-serif + Monospace + diff --git a/app/src/main/res/values-cs-rCZ/strings.xml b/app/src/main/res/values-cs-rCZ/strings.xml index ea7d3b4af8..1337c00d38 100644 --- a/app/src/main/res/values-cs-rCZ/strings.xml +++ b/app/src/main/res/values-cs-rCZ/strings.xml @@ -179,6 +179,7 @@ Spravovat Udělit Udělit požadovaná oprávnění + Je podporován Microsoft Exchange? Co je to identita? Udělit oprávnění Pro přístup k údajům kontaktů (nepovinné) @@ -230,6 +231,7 @@ Podle systému Černé pozadí Podporuje-li to Android, motiv „podle systému“ se ve dne/noci automaticky přepne na světlé/tmavé zobrazení + Chci více barev Pokročilé Možnosti Obnovit výchozí @@ -311,6 +313,7 @@ Na úvodní obrazovce zobrazit Použít styl karet namísto tabulkového zobrazení Použít béžové pozadí při zobrazení stylem karet + Použít stín pro nepřečtené zprávy, při zobrazení stylem karet Seskupit podle data Vlákna konverzací Zobrazit počet nepřečtených zpráv v konverzacích @@ -505,6 +508,7 @@ Může dojít k ohrožení soukromí Při vypnutí se zobrazí pouze jména, budou-li k dispozici K dispozici pouze pokud byl stažen text zprávy + Maximálně %s znaků celkem Je-li počet řádků větší než jeden, může být posouvání pomalé díky chybě v některých verzích Androidu Může mít za následek velmi malé písmo Platí pouze pro přeformátované zprávy @@ -616,6 +620,7 @@ Složka \"Doručené\" nenalezena Žádná složka konceptů Pro tento účet není zvolena žádná složka pro nevyžádanou poštu + Výchozí e-mailová adresa je určena výchozí identitou hlavního účtu Odesílání e-mailů vyžaduje nastavenou identitu a zvolit složku pro koncepty v nastavení účtu Tento poskytovatel používá proprietární e-mailový protokol, a proto není možné použít e-mailové klienty třetích stran Tento poskytovatel nepodporuje okamžité zprávy. Následkem bude opožděný příjem nových zpráv a zvýšená spotřeba baterie. @@ -727,7 +732,6 @@ Duplikát zprávy v %1$s Re: %1$s Fwd: %1$s - Tlačítka Označit přečtené Označit nepřečtené Označit ne/přečteno @@ -786,6 +790,7 @@ Odpovědět všem Odpovědět seznamu Odeslat potvrzení o přečtení + Odeslat oznámení o nedoručitelnosti Odpovědět šablonou Přesouvání do %1$s (%2$d) Otevřít v aplikaci @@ -863,6 +868,7 @@ Odeslat nyní Odeslat přes Odeslat později … + Archivovat odpovězené zprávy Šifrování Priorita Nenalezen žádný server na „%1$s“ @@ -918,17 +924,20 @@ Není klíč pro %1$s Připomenutí lze znovu zapnout v nastavení odesílání Pouze prostý text + Hlášení o stavu Požádat o potvrzení Většina poskytovatelů a e-mailových klientů ignoruje žádosti o potvrzení Chybí odesílatel Chybí uživatelské jméno Chybí příjemce PGP klíče k dispozici + S/MIME klíče k dispozici Chybí předmět Zpráva je prázdná příloha,přílohy,příloze,přílohu,přiložené,přiloženém,přiložený,přiložená,připojené,připojeném,připojený,připojená Měl jste v úmyslu přidat přílohu? Veškeré formátování bude ztraceno + Oznámení o nedoručitelnosti (hard bounce) poškozují e-mailovou reputaci původního odesílatele! Zpráva (%1$s) je větší než limit serveru (%2$s) Nebyly staženy všechny přílohy Toto dialogové okno může být znovu zapnuto v menu s třemi tečkami horní liště akcí diff --git a/app/src/main/res/values-da-rDK/strings.xml b/app/src/main/res/values-da-rDK/strings.xml index eafb474cfa..04cb7c13bd 100644 --- a/app/src/main/res/values-da-rDK/strings.xml +++ b/app/src/main/res/values-da-rDK/strings.xml @@ -716,7 +716,6 @@ Dubletbeskeder i %1$s Sv: %1$s Vs: %1$s - Knapper Markér som læst Markér som ulæst Slå læst til/fra @@ -853,7 +852,7 @@ Send nu Send via Sendt kl. … - Arkivér besvarede beskeder + Arkivér besvarede beskeder Kryptering Prioritet Ingen server fundet på \'%1$s\' diff --git a/app/src/main/res/values-de-rAT/strings.xml b/app/src/main/res/values-de-rAT/strings.xml index 50b401910b..ca9bab6a2a 100644 --- a/app/src/main/res/values-de-rAT/strings.xml +++ b/app/src/main/res/values-de-rAT/strings.xml @@ -291,6 +291,7 @@ Auf Startbildschirm anzeigen: Ordner und Unterhaltungen mit Rahmen (breit) statt in Tabellendesign (schmal) zeigen Beigefarbenen Hintergrund bei Kartendarstellung verwenden + Schatten für ungelesene Nachrichten verwenden, wenn Kartenstil verwendet wird Nach Datum gruppieren Themenbaum Anzahl ungelesener Nachrichten in Unterhaltungen anzeigen @@ -716,7 +717,6 @@ Doppelte Nachricht in %1$s Re: %1$s Fwd: %1$s - Schaltflächen Gelesen Als ungelesen kennzeichnen Gelesen umschalten @@ -853,7 +853,7 @@ Sofort Senden über Später senden … - Beantwortete Nachricht archivieren + Beantwortete Nachricht archivieren Verschlüsselung Priorität Kein Server gefunden bei \'%1$s\' @@ -916,6 +916,7 @@ Benutzername fehlt Empfänger fehlt PGP-Schlüssel verfügbar + S/MIME-Schlüssel verfügbar Betreff ist leer Nachricht ist leer angehängt,Anhang,Anhänge,beigefügt,Anlage,Anlagen,anbei diff --git a/app/src/main/res/values-de-rDE/strings.xml b/app/src/main/res/values-de-rDE/strings.xml index 50b401910b..ca9bab6a2a 100644 --- a/app/src/main/res/values-de-rDE/strings.xml +++ b/app/src/main/res/values-de-rDE/strings.xml @@ -291,6 +291,7 @@ Auf Startbildschirm anzeigen: Ordner und Unterhaltungen mit Rahmen (breit) statt in Tabellendesign (schmal) zeigen Beigefarbenen Hintergrund bei Kartendarstellung verwenden + Schatten für ungelesene Nachrichten verwenden, wenn Kartenstil verwendet wird Nach Datum gruppieren Themenbaum Anzahl ungelesener Nachrichten in Unterhaltungen anzeigen @@ -716,7 +717,6 @@ Doppelte Nachricht in %1$s Re: %1$s Fwd: %1$s - Schaltflächen Gelesen Als ungelesen kennzeichnen Gelesen umschalten @@ -853,7 +853,7 @@ Sofort Senden über Später senden … - Beantwortete Nachricht archivieren + Beantwortete Nachricht archivieren Verschlüsselung Priorität Kein Server gefunden bei \'%1$s\' @@ -916,6 +916,7 @@ Benutzername fehlt Empfänger fehlt PGP-Schlüssel verfügbar + S/MIME-Schlüssel verfügbar Betreff ist leer Nachricht ist leer angehängt,Anhang,Anhänge,beigefügt,Anlage,Anlagen,anbei diff --git a/app/src/main/res/values-de-rLI/strings.xml b/app/src/main/res/values-de-rLI/strings.xml index 50b401910b..ca9bab6a2a 100644 --- a/app/src/main/res/values-de-rLI/strings.xml +++ b/app/src/main/res/values-de-rLI/strings.xml @@ -291,6 +291,7 @@ Auf Startbildschirm anzeigen: Ordner und Unterhaltungen mit Rahmen (breit) statt in Tabellendesign (schmal) zeigen Beigefarbenen Hintergrund bei Kartendarstellung verwenden + Schatten für ungelesene Nachrichten verwenden, wenn Kartenstil verwendet wird Nach Datum gruppieren Themenbaum Anzahl ungelesener Nachrichten in Unterhaltungen anzeigen @@ -716,7 +717,6 @@ Doppelte Nachricht in %1$s Re: %1$s Fwd: %1$s - Schaltflächen Gelesen Als ungelesen kennzeichnen Gelesen umschalten @@ -853,7 +853,7 @@ Sofort Senden über Später senden … - Beantwortete Nachricht archivieren + Beantwortete Nachricht archivieren Verschlüsselung Priorität Kein Server gefunden bei \'%1$s\' @@ -916,6 +916,7 @@ Benutzername fehlt Empfänger fehlt PGP-Schlüssel verfügbar + S/MIME-Schlüssel verfügbar Betreff ist leer Nachricht ist leer angehängt,Anhang,Anhänge,beigefügt,Anlage,Anlagen,anbei diff --git a/app/src/main/res/values-el-rGR/strings.xml b/app/src/main/res/values-el-rGR/strings.xml index 2390612a52..d9907bdee1 100644 --- a/app/src/main/res/values-el-rGR/strings.xml +++ b/app/src/main/res/values-el-rGR/strings.xml @@ -157,6 +157,7 @@ Διαχείριση Παραχώρηση δικαιώματος Παραχώρηση απαιτούμενων δικαιωμάτων + Υποστηρίζεται το Microsoft Exchange; Τι είναι μια ταυτότητα; Απαιτούμενα δικαιώματα Για πρόσβαση στις πληροφορίες επαφών (προαιρετικό) @@ -290,6 +291,7 @@ Εμφάνιση στην οθόνη έναρξης Προβολή σε στιλ κάρτας αντί σε στιλ πίνακα Χρήση μπεζ φόντου όταν χρησιμοποιείται το στιλ κάρτας + Σκίαση μη αναγνωσμένων μηνυμάτων κατά τη χρήση στιλ κάρτας Ομαδοποίηση κατά ημερομηνία Ομαδοποίηση συζητήσεων σε νήματα Προβολή αριθμού μη αναγνωσμένων μηνυμάτων στις συζητήσεις @@ -714,7 +716,6 @@ Διπλότυπο μήνυμα σε %1$s Re: %1$s Fwd: %1$s - Κουμπιά Σήμανση ως αναγνωσμένο Σήμανση ως μη αναγνωσμένο (Μη) αναγνωσμένο @@ -851,7 +852,7 @@ Αποστολή τώρα Αποστολή μέσω Αποστολή στις … - Αρχειοθέτηση απαντημένου μηνύματος + Αρχειοθέτηση απαντημένου μηνύματος Κρυπτογράφηση Προτεραιότητα Δε βρέθηκε διακομιστής στο \'%1$s\' @@ -914,6 +915,7 @@ Λείπει όνομα χρήστη Λείπει παραλήπτης Κλειδιά PGP διαθέσιμα + Κλειδιά S/MIME διαθέσιμα Το θέμα είναι κενό Το μήνυμα είναι κενό συνημμένο, συνημμένα, επισυνάπτω, επισυνάπτεται, επισυνάπονται, έγγραφο, έγγραφα, αρχείο, αρχεία, έντυπο, έντυπα, δικαιολογητικό, δικαιολογητικά, πιστοποιητικό, πιστοποιητικά, βιογραφικό, συνοδευτική επιστολή diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml index 15924352ee..47dddb8961 100644 --- a/app/src/main/res/values-es-rES/strings.xml +++ b/app/src/main/res/values-es-rES/strings.xml @@ -157,6 +157,7 @@ Administrar Conceder Otorgar permisos requeridos + ¿Es compatible con Microsoft Exchange? ¿Qué es una identidad? Conceder permisos Para acceder a información de contactos (opcional) @@ -290,6 +291,7 @@ Mostrar en pantalla de inicio Usar estilo de tarjeta en lugar del estilo tabular Usar fondo beige al usar el estilo de tarjeta + Usar sombra para mensajes no leídos al usar estilo de tarjeta Agrupar por fecha Hilos de conversación Mostrar número de mensajes no leídos en conversaciones @@ -716,7 +718,6 @@ Mensaje duplicado en %1$s Re: %1$s Fwd: %1$s - Botones Marcar como leído Marcar como no leído Cambiar leído @@ -853,7 +854,7 @@ Enviar ahora Enviar vía Enviar a … - Archivar mensaje respondido + Archivar mensaje respondido Cifrado Prioridad No se encontró ningún servidor en \'%1$s\' @@ -916,6 +917,7 @@ Falta el nombre de usuario Falta destinatario Claves PGP disponibles + Claves S/MIME disponibles El asunto está vacío El mensaje está vacío adjunto,adjunta,adjuntos,incluido,incluida,adjuntas diff --git a/app/src/main/res/values-eu-rES/strings.xml b/app/src/main/res/values-eu-rES/strings.xml index 13af8b0a40..5b187e29e2 100644 --- a/app/src/main/res/values-eu-rES/strings.xml +++ b/app/src/main/res/values-eu-rES/strings.xml @@ -587,7 +587,6 @@ Mezu bikoiztua %1$s-(a)n Re: %1$s Fwd: %1$s - Botoiak Markatu irakurria Markatu irakurri gabeko gisa Ezkutatu diff --git a/app/src/main/res/values-fa-rIR/strings.xml b/app/src/main/res/values-fa-rIR/strings.xml index 9159751598..38db6faf3f 100644 --- a/app/src/main/res/values-fa-rIR/strings.xml +++ b/app/src/main/res/values-fa-rIR/strings.xml @@ -503,7 +503,6 @@ پیام را در %1$s تکثیر کن پاسخ: %1$s هدایت: %1$s - دکمه‌‌ها علامت زدن به عنوان خوانده شده علامت زدن به عنوان خوانده نشده پنهان کردن diff --git a/app/src/main/res/values-fi-rFI/strings.xml b/app/src/main/res/values-fi-rFI/strings.xml index 803b537bf5..e9d9bf4262 100644 --- a/app/src/main/res/values-fi-rFI/strings.xml +++ b/app/src/main/res/values-fi-rFI/strings.xml @@ -156,6 +156,7 @@ Muokkaa Myönnä Myönnä vaaditut oikeudet + Onko Microsoft Exchange tuettu? Mikä on identiteetti? Myönnä käyttöoikeudet Laitteen yhteystietoihin pääsemiseksi (valinnainen) @@ -289,6 +290,7 @@ Näytä aloitusnäytössä Käytä korttityyliä taulukkotyylin sijaan Käytä beigeä taustaa korttityylissä + Käytä varjoa lukemattomiin viesteihin korttityylissä Ryhmittely päivämäärän mukaan Keskustelujen ketjuttaminen Näytä lukemattomien viestien lukumäärä keskusteluissa @@ -714,7 +716,6 @@ Tee viestistä kopio kansioon %1$s Re: %1$s Fwd: %1$s - Painikkeet Merkitse luetuksi Merkitse lukemattomaksi Vaihda luettu @@ -851,7 +852,7 @@ Lähetä heti Lähetä kautta Lähetysaika … - Arkistoi vastattu viesti + Arkistoi vastattu viesti Salaus Tärkeysjärjestys Palvelinta ei löytynyt osoitteesta \'%1$s\' @@ -914,6 +915,7 @@ Käyttäjätunnus puuttuu Vastaanottaja puuttuu PGP-avaimet saatavilla + S/MIME-avaimet saatavilla Aihe puuttuu Viesti on tyhjä liite,liitteet,liitetty,liitetyt,sisällytetty,lisätty,liitin,sisällytin,lisäsin diff --git a/app/src/main/res/values-fr-rCA/strings.xml b/app/src/main/res/values-fr-rCA/strings.xml index 1ae546b055..97a5af1e02 100644 --- a/app/src/main/res/values-fr-rCA/strings.xml +++ b/app/src/main/res/values-fr-rCA/strings.xml @@ -157,6 +157,7 @@ Gérer Autoriser Accorder les autorisations requises + Microsoft Exchange est-il pris en charge ? Qu\'est-ce qu\'une identité? Accorder les autorisations Pour accéder aux informations de contact (facultatif) @@ -290,6 +291,7 @@ Afficher sur l’écran de démarrage Utiliser le style carte au lieu du style tableau Utiliser un arrière-plan beige pour le style carte + Utiliser une ombre autour des messages non lus pour le style carte Grouper par date Afficher en mode conversation Afficher le nombre de messages non lus dans les conversations @@ -716,7 +718,6 @@ Message en double dans %1$s Re: %1$s Tr: %1$s - Boutons Marquer comme lu Marquer comme non lu Marquer lu/non lu @@ -853,7 +854,7 @@ Env. maint. Envoyer avec Envoyer à… - Archiver un message avec réponse + Archiver un message avec réponse Chiffrement Priorité Aucun serveur trouvé à \'%1$s\' @@ -916,6 +917,7 @@ Nom d’utilisateur manquant Destinataire manquant Clés PGP disponibles + Clés S/MIME disponibles L’objet est vide Le message est vide joint,jointe,joints,jointes,ci-joint,ci-jointe,ci-joints,ci-jointes,attaché,attachés,attachée,attachées,lettre de motivation,cv diff --git a/app/src/main/res/values-fr-rFR/strings.xml b/app/src/main/res/values-fr-rFR/strings.xml index 038a1b175b..4ff8c36071 100644 --- a/app/src/main/res/values-fr-rFR/strings.xml +++ b/app/src/main/res/values-fr-rFR/strings.xml @@ -157,6 +157,7 @@ Gérer Autoriser Accorder les autorisations requises + Microsoft Exchange est-il pris en charge ? Qu\'est-ce qu\'une identité ? Accorder les autorisations Pour accéder aux informations des contacts (facultatif) @@ -290,6 +291,7 @@ Afficher sur l\'écran de démarrage Utiliser le style carte au lieu du style tableau Utiliser un arrière-plan beige pour le style carte + Utiliser une ombre autour des messages non lus pour le style carte Grouper par date Afficher en mode conversation Afficher le nombre de messages non lus dans les conversations @@ -716,7 +718,6 @@ Message en double dans %1$s Re: %1$s Tr: %1$s - Boutons Marquer comme lu Marquer comme non lu Marquer lu/non lu @@ -853,7 +854,7 @@ Env. maint. Envoyer via Envoyer à… - Archiver un message avec réponse + Archiver un message avec réponse Chiffrement Priorité Aucun serveur trouvé à \'%1$s\' @@ -916,6 +917,7 @@ Nom d\'utilisateur manquant Destinataire manquant Clés PGP disponibles + Clés S/MIME disponibles L\'objet est vide Le message est vide joint,jointe,joints,jointes,ci-joint,ci-jointe,ci-joints,ci-jointes,attaché,attachés,attachée,attachées,lettre de motivation,cv diff --git a/app/src/main/res/values-fy-rNL/strings.xml b/app/src/main/res/values-fy-rNL/strings.xml index d9b0e31674..7d01a39fd8 100644 --- a/app/src/main/res/values-fy-rNL/strings.xml +++ b/app/src/main/res/values-fy-rNL/strings.xml @@ -673,7 +673,6 @@ Berjocht duplisearje yn %1$s Re: %1$s Foarút: %1$s - Knoppen Mark lêzen Markearje as net lêzen Wikselje lêze diff --git a/app/src/main/res/values-gl-rES/strings.xml b/app/src/main/res/values-gl-rES/strings.xml index 15ff0a8022..31ad11c7a1 100644 --- a/app/src/main/res/values-gl-rES/strings.xml +++ b/app/src/main/res/values-gl-rES/strings.xml @@ -692,7 +692,6 @@ Mensaxe duplicada en %1$s Re: %1$s Fwd: %1$s - Botóns Marcar como lida Marcar como non lida Trocar lido/non lido diff --git a/app/src/main/res/values-hu-rHU/strings.xml b/app/src/main/res/values-hu-rHU/strings.xml index 511ce5d5f8..910705d1f2 100644 --- a/app/src/main/res/values-hu-rHU/strings.xml +++ b/app/src/main/res/values-hu-rHU/strings.xml @@ -682,7 +682,6 @@ Duplikált üzenet a(z) %1$s mappában Re: %1$s Fwd: %1$s - Gombok Megjelölés olvasottként Megjelölés olvasatlanként Megjelölés olvasottként diff --git a/app/src/main/res/values-in-rID/strings.xml b/app/src/main/res/values-in-rID/strings.xml index 271667fd39..5c2da4390b 100644 --- a/app/src/main/res/values-in-rID/strings.xml +++ b/app/src/main/res/values-in-rID/strings.xml @@ -654,7 +654,6 @@ Pesan duplikat dalam %1$s Re: %1$s Fwd: %1$s - Tombol Tandai sudah dibaca Tandai belum dibaca Alihkan ke mode baca diff --git a/app/src/main/res/values-it-rIT/strings.xml b/app/src/main/res/values-it-rIT/strings.xml index db6cea1cef..f292e2eb79 100644 --- a/app/src/main/res/values-it-rIT/strings.xml +++ b/app/src/main/res/values-it-rIT/strings.xml @@ -716,7 +716,6 @@ Duplica messaggio in %1$s R: %1$s I: %1$s - Pulsanti Segna come letto Segna come non letto Attiva/disattiva lettura @@ -853,7 +852,7 @@ Invia ora Invia tramite Invia alle … - Archivia il messaggio con risposta + Archivia il messaggio con risposta Crittografia Priorità Nessun server trovato in \'%1$s\' diff --git a/app/src/main/res/values-ja-rJP/strings.xml b/app/src/main/res/values-ja-rJP/strings.xml index fbb6023804..64823a24d6 100644 --- a/app/src/main/res/values-ja-rJP/strings.xml +++ b/app/src/main/res/values-ja-rJP/strings.xml @@ -702,7 +702,6 @@ %1$sのメッセージが重複しています Re: %1$s Fwd: %1$s - ボタン 既読にする 未読にします 読み取りの切り替え diff --git a/app/src/main/res/values-nl-rNL/strings.xml b/app/src/main/res/values-nl-rNL/strings.xml index bb78b9d89c..1e5bcd40be 100644 --- a/app/src/main/res/values-nl-rNL/strings.xml +++ b/app/src/main/res/values-nl-rNL/strings.xml @@ -157,6 +157,7 @@ Beheer Verlenen Verleen de vereiste machtigingen + Wordt Microsoft Exchange ondersteund? Wat is een identiteit? Toestemmingen verlenen Voor toegang tot contactinformatie (optioneel) @@ -289,7 +290,8 @@ Navigatiemenu standaard in liggende modus weergeven Toon op het startscherm Gebruik kaart-stijl in plaats van tabulaire stijl - Gebruik beige achtergrond bij gebruik van kaart-stijl + Gebruik beige achtergrond bij gebruik van kaartstijl + Gebruik schaduw voor ongelezen berichten bij gebruik van kaartstijl Op datum groeperen Gesprekken groeperen Toon aantal ongelezen berichten in gesprekken @@ -716,7 +718,6 @@ Dubbel bericht in %1$s Re: %1$s Fwd: %1$s - Knoppen Markeer als gelezen Markeer als ongelezen Lezen schakelen @@ -750,6 +751,8 @@ Alles downloaden Alles opslaan Ruw bericht opslaan + Selecteer knoppen + Configureer knoppen … Prullenbak Kopieer … Kopieer naar … @@ -853,7 +856,7 @@ Nu verzenden Verzenden via Verzenden om … - Archiveer beantwoord bericht + Archiveer beantwoord bericht Versleuteling Prioriteit Geen server gevonden op \'%1$s\' @@ -916,6 +919,7 @@ Gebruikersnaam ontbreekt Ontvanger ontbreekt PGP-sleutels beschikbaar + S/MIME-sleutels beschikbaar Onderwerp is leeg Bericht is leeg bijlage,bijlagen diff --git a/app/src/main/res/values-nn-rNO/strings.xml b/app/src/main/res/values-nn-rNO/strings.xml index 86531dab3c..1c352ca13b 100644 --- a/app/src/main/res/values-nn-rNO/strings.xml +++ b/app/src/main/res/values-nn-rNO/strings.xml @@ -677,7 +677,6 @@ Dupliser melding i %1$s Sv: %1$s Videresend: %1$s - Knapper Merk som lest Merk som ulest Skru av/på \"lest\" diff --git a/app/src/main/res/values-no-rNO/strings.xml b/app/src/main/res/values-no-rNO/strings.xml index a03d2e7443..63d2ac0c04 100644 --- a/app/src/main/res/values-no-rNO/strings.xml +++ b/app/src/main/res/values-no-rNO/strings.xml @@ -677,7 +677,6 @@ Dupliser melding i %1$s Sv: %1$s Videresend: %1$s - Knapper Merk som lest Merk som ulest Skru av/på \"lest\" diff --git a/app/src/main/res/values-pl-rPL/strings.xml b/app/src/main/res/values-pl-rPL/strings.xml index 222dcbe6c4..b98b6a1744 100644 --- a/app/src/main/res/values-pl-rPL/strings.xml +++ b/app/src/main/res/values-pl-rPL/strings.xml @@ -178,6 +178,7 @@ Zarządzaj Zezwól Udziel wymaganych uprawnień + Czy Microsoft Exchange jest wspierany? Czym jest tożsamość? Przyznaj uprawnienia Dostęp do kontaktów (opcjonalnie) @@ -311,6 +312,7 @@ Pokaż na ekranie początkowym Użyj stylu karty zamiast stylu tabelarycznego Użyj beżowego tła, jeśli używasz stylu karty + Użyj cienia do nieprzeczytanych wiadomości, jeśli używasz stylu karty Grupuj według daty Konwersacje w wątkach Pokaż liczbę nieprzeczytanych wiadomości w wątkach @@ -737,7 +739,6 @@ Duplikat wiadomości w %1$s Odp: %1$s Pd: %1$s - Przyciski Oznacz jako przeczytane Oznacz jako nieprzeczytane Przeczytane/nieprzeczytane @@ -874,7 +875,7 @@ Wyślij teraz Wyślij przez Wysłać o … - Archiwizuj wysłaną odpowiedź + Archiwizuj wysłaną odpowiedź Szyfrowanie Priorytet Nie znaleziono serwera na \'%1$s\' @@ -937,6 +938,7 @@ Brak nazwy użytkownika Brak adresata Klucze PGP dostępne + Dostępne klucze S/MIME Temat jest pusty Wiadomość jest pusta załączony, załącznik, załączniki, w zestawie, w załączonym diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index be3beba2bb..5c42ff30c6 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -640,7 +640,6 @@ Duplicar mensagem em %1$s Re: %1$s Enc: %1$s - Botões Marcar como lida Marcar como não lida Alternar status da leitura diff --git a/app/src/main/res/values-ro-rRO/strings.xml b/app/src/main/res/values-ro-rRO/strings.xml index 545824ba30..8d1eb5fa7e 100644 --- a/app/src/main/res/values-ro-rRO/strings.xml +++ b/app/src/main/res/values-ro-rRO/strings.xml @@ -168,6 +168,7 @@ Gestionează Acordă Acordați permisiunile necesare + Este Microsoft Exchange suportat? Ce este o identitate? Acordă permisiuni Pentru a obține informațiile contactelor (opțional) @@ -301,6 +302,7 @@ Arată pe ecranul de start Folosește stilul carduri în loc de cel tabular Folosește fundalul bej când folosești stilul carduri + Utilizează umbra pentru mesajele necitite când se folosește stilul card Grupare după dată Aranjare mesaje în conversație Arată numărul de mesaje necitite în conversații @@ -727,7 +729,6 @@ Mesaj duplicat în %1$s Răsp: %1$s Redir: %1$s - Butoane Marcare ca citit Marcare ca necitit Comutare citire @@ -864,7 +865,7 @@ Trimite acum Trimite prin Trimite la … - Arhivează mesajul citit + Arhivează mesajul citit Criptare Prioritate Nu există un server la \'%1$s\' @@ -927,6 +928,7 @@ Lipsește numele de utilizator Destinatar lipsă Chei PGP disponibile + Chei S/MIME disponibile Subiectul este gol Mesajul este gol atasez,atasat,atasate,atsament,atașez,atașat,atașament diff --git a/app/src/main/res/values-ru-rRU/strings.xml b/app/src/main/res/values-ru-rRU/strings.xml index 0e66577130..bde59fdae6 100644 --- a/app/src/main/res/values-ru-rRU/strings.xml +++ b/app/src/main/res/values-ru-rRU/strings.xml @@ -179,6 +179,7 @@ Редактировать Предоставить Предоставить необходимые разрешения + Поддерживается ли Microsoft Exchange? Что такое идентификатор? Предоставить доступ Доступ к контактной информации (необязательно) @@ -311,7 +312,8 @@ Показывать меню навигации в альбомном режиме по умолчанию При запуске показывать Использовать карточный стиль вместо табличного - Использовать бежевый фон при использовании карточного стиля + Использовать бежевый фон для карточного стиля + Использовать тень для непрочитанных сообщений для карточного стиля Группировать по дате Связанные диалоги Показывать количество непрочитанных сообщений в диалогах @@ -738,7 +740,6 @@ Дубликат сообщения в %1$s Re: %1$s Fwd: %1$s - Кнопки Отметить как прочитанное Отметить как непрочитанное Прочитано/непрочитано @@ -875,7 +876,7 @@ Отправить сейчас Отправить через Отправить в… - Архивировать исходное сообщение + Архивировать исходное сообщение Шифрование Приоритет Сервер не найден на \"%1$s\" @@ -937,7 +938,8 @@ Отсутствует отправитель Отсутствует имя пользователя Отсутствует получатель - Доступные PGP-ключи + Доступные ключи PGP + Доступные ключи S/MIME Тема пустая Сообщение пустое attached,attachment,attachments,included,вложение,вложения,вложении,приложено diff --git a/app/src/main/res/values-sk-rSK/strings.xml b/app/src/main/res/values-sk-rSK/strings.xml index a7a4d511c9..9e28f001b9 100644 --- a/app/src/main/res/values-sk-rSK/strings.xml +++ b/app/src/main/res/values-sk-rSK/strings.xml @@ -3,6 +3,7 @@ Hľadanie FairEmail Zoznam zmien FairEmail je opensource aplikácia zameraná na súkromie a bezpečnosť. Z toho dôvodu môžu niektoré vlastnosti fungovať inak, ako ste zvyknutí. + Napríklad, správy sú implicitne preformátované aby sa odstránili nebezpečné elementy a zvýšila čitateľnosť, a otváranie odkazov je potrebné potvrdiť kvôli bezpečnosti. Obe nastavenia sa dajú podľa potreby vypnúť. FairEmail nie je podporovaný na tomto zariadení, pretože chyby v systéme spôsobujú pády Znova stlačte \"Späť\" pre ukončenie Nedostatok voľného miesta na úložisku @@ -138,12 +139,20 @@ Nastavenia Pomoc Rýchle nastavenie + Pridať účty Niektorí poskitovatelia. Rýchle nastavenie načíta informácie konfigurácie z autoconfig.thunderbird.net IMAP server na prijímanie správ SMTP server na odosielanie správ Sprievodca + Sprievodca môže byť použitý viac krát pre nastavenie viacerých účtov Potrebujem novú emailovú adresu + Manuálne nastavenie a viac možností + Obdržať email + Poslať email + Môžete nastaviť meno, farbu a akcie pre potiahnutie v nastaveniach konta, a nastaviť podpis v nastaveniach totožnosti + Účty + Totožnosti Poskytovateľ služby e-mail povolil autorizáciu použitím OAuth len pre oficiálne zostavenia aplikácii Iný poskytovateľ POP3 účet @@ -161,16 +170,20 @@ Vybrať účet Pokyny pre nastavenie Neboli nájdené žiadne nastavenia pre doménu \"%1$s\" + Skúste nastaviť účet ručne použitím nastavení poskytnutých vašim emailovým poskytovateľom Dvakrát skontrolujte vašu e-mailovú adresu a heslo a uistite sa, že v účte máte povolený externý prístup (protokoly IMAP a SMTP) Tento poskytovateľ si vyžaduje použitie hesla aplikácie namiesto hesla účtu, skontrolujte pokyny vášho poskytovateľa Priečinok s doručenou poštou nebol nájdený Ak využívate program rozšírenej ochrany Google, nie je možné používať emailových klientov tretích strán. Toto je obmedzenie stanovené samotným Googlom. + Účet bol úspešne pridaný Spravovať Udeliť Udeliť požadované oprávnenia + Je Microsoft Exchange podporovaný? Čo je totožnosť? Udeliť oprávnenia Prístup k informáciám kontaktov (voliteľné) + Vypnite optimalizáciu batérie Pre spoľahlivé prijímanie emailu Môže sa zdať, že opak je pravdou, no vypnutím optimalizácie batérie ušetríte využitie pri napájaní z batérie V nasledujúcom dialógovom okne zvoľte \"Všetky aplikácie\" navrchu, vyberte túto aplikáciu a potvrďte \"Neoptimalizovať\" @@ -178,6 +191,7 @@ Zastavila sa synchronizácia? Šetrenie údajov je povolené Zobraziť rozšírené možnosti + Prejsť do schránky Spustiť Dokončiť Hotovo @@ -217,6 +231,7 @@ Prispôsobiť sa systému Čierne pozadie Táto možnosť automaticky prepne na svetlý alebo tmavý motív podľa toho, či je zariadenie v dennom alebo nočnom režime, ak sú podporované systémom + Chcem viac farieb Pokročilé Možnosti Obnoviť predvolené @@ -700,7 +715,6 @@ Nastavenie vždy toto kompenzuje neustálym sledovaním zmien. Duplicitná správa v priečinku %1$s Re: %1$s Fwd: %1$s - Tlačidlá Označiť ako prečítané Označiť ako neprečítané Prepnúť prečítanie diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml index 3856291c02..e9654b3dfa 100644 --- a/app/src/main/res/values-sv-rSE/strings.xml +++ b/app/src/main/res/values-sv-rSE/strings.xml @@ -688,7 +688,6 @@ Duplicerade meddelande i %1$s Sv: %1$s Vb: %1$s - Knappar Märk som läst Märk som oläst Växla lästa diff --git a/app/src/main/res/values-tr-rTR/strings.xml b/app/src/main/res/values-tr-rTR/strings.xml index b9e169b643..e3604931aa 100644 --- a/app/src/main/res/values-tr-rTR/strings.xml +++ b/app/src/main/res/values-tr-rTR/strings.xml @@ -692,7 +692,6 @@ Mesajı %1$s klasörüne kopyala Ynt: %1$s İlet: %1$s - Düğmeler Okundu olarak işaretle Okunmadı olarak işaretle Okumayı aç/kapat diff --git a/app/src/main/res/values-uk-rUA/strings.xml b/app/src/main/res/values-uk-rUA/strings.xml index 6abb5f2150..670ac4dc92 100644 --- a/app/src/main/res/values-uk-rUA/strings.xml +++ b/app/src/main/res/values-uk-rUA/strings.xml @@ -725,7 +725,6 @@ Дублювати повідомлення в %1$s Re: %1$s Fwd: %1$s - Кнопки Позначити як прочитане Позначити як непрочитане Перемкнути статус прочитано @@ -862,7 +861,7 @@ Надіслати зараз Надіслати через Надіслати о … - Архівувати повідомлення з відповіддю + Архівувати повідомлення з відповіддю Шифрування Пріоритет Сервер не знайдено на \'%1$s\' diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 2cf16277a0..66d7585b14 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -145,6 +145,7 @@ 管理 授权 授予所需权限 + 是否支持 Microsoft Exchange? 什么是身份? 授予权限 获取联系人信息(可选) @@ -278,6 +279,7 @@ 在启动屏幕上显示 使用卡片样式而非表单样式 (即主页会话间有间隔) 开启卡片样式 (上面的选项) 时,使用米色背景 + 使用卡片样式时对未读信件使用阴影 按日期分组 会话线程 在对话中显示未读消息的数量 @@ -704,7 +706,6 @@ %1$s 中的重复消息 回复:%1$s 转发:%1$s - 按钮 标记为已读 标记为未读 切换已读状态 @@ -841,7 +842,7 @@ 立即发送 发送方式 发送于 … - 存档回复消息 + 存档回复消息 加密 优先级 在 \'%1$s\' 找不到服务器 @@ -904,6 +905,7 @@ 缺少用户名 缺少收件人 PGP 密钥可用 + 有 S/MIME 密钥可用 主题为空 消息为空 至少包含一个附件 diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 9e02da34ca..f4e1d5fce0 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -663,7 +663,6 @@ 消息重複 %1$s Re: %1$s 正向: %1$s - 按鈕 標記為已讀 標記為未讀 切換閱讀 diff --git a/docs/FAQ-af-rZA.md b/docs/FAQ-af-rZA.md index 65bf22a829..b62b37907c 100644 --- a/docs/FAQ-af-rZA.md +++ b/docs/FAQ-af-rZA.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-ar-rBH.md b/docs/FAQ-ar-rBH.md index 7ba8a021d5..f9e7fc953a 100644 --- a/docs/FAQ-ar-rBH.md +++ b/docs/FAQ-ar-rBH.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-ar-rEG.md b/docs/FAQ-ar-rEG.md index 7ba8a021d5..f9e7fc953a 100644 --- a/docs/FAQ-ar-rEG.md +++ b/docs/FAQ-ar-rEG.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-ar-rYE.md b/docs/FAQ-ar-rYE.md index 7ba8a021d5..f9e7fc953a 100644 --- a/docs/FAQ-ar-rYE.md +++ b/docs/FAQ-ar-rYE.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-az-rAZ.md b/docs/FAQ-az-rAZ.md index a32ebb4383..810104db47 100644 --- a/docs/FAQ-az-rAZ.md +++ b/docs/FAQ-az-rAZ.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-bg-rBG.md b/docs/FAQ-bg-rBG.md index 65bf22a829..b62b37907c 100644 --- a/docs/FAQ-bg-rBG.md +++ b/docs/FAQ-bg-rBG.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-bn-rBD.md b/docs/FAQ-bn-rBD.md index 65bf22a829..b62b37907c 100644 --- a/docs/FAQ-bn-rBD.md +++ b/docs/FAQ-bn-rBD.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-bn-rIN.md b/docs/FAQ-bn-rIN.md index 65bf22a829..b62b37907c 100644 --- a/docs/FAQ-bn-rIN.md +++ b/docs/FAQ-bn-rIN.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-ca-rES.md b/docs/FAQ-ca-rES.md index 65bf22a829..b62b37907c 100644 --- a/docs/FAQ-ca-rES.md +++ b/docs/FAQ-ca-rES.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-cs-rCZ.md b/docs/FAQ-cs-rCZ.md index 76cef66233..b67f05fb16 100644 --- a/docs/FAQ-cs-rCZ.md +++ b/docs/FAQ-cs-rCZ.md @@ -166,10 +166,10 @@ The design is based on many discussions and if you like you can discuss about it * [(42) Můžete na seznam poskytovatelů přidat nového poskytovatele?](#user-content-faq42) * [(43) Můžete ukázat originální ... ?](#user-content-faq43) * [(44) Můžete zobrazit fotografie kontaktů / identikony v odeslané složce?](#user-content-faq44) -* [(45) Jak mohu opravit 'tento klíč není k dispozici. Abyste jej mohli použít, musíte ho importovat jako jeden z vlastní!" ?](#user-content-faq45) +* [(45) Jak mohu opravit „This key is not available. To use it, you must import it as one of your own!“ ?](#user-content-faq45) * [(46) Proč se seznam zpráv stále obnovuje?](#user-content-faq46) -* [(47) Jak vyřeším chybu 'Žádný primární účet nebo žádná složka konceptů' ?](#user-content-faq47) -* [~~(48) Jak vyřeším chybu 'Žádný primární účet nebo žádná složka konceptů' ?~~](#user-content-faq48) +* [(47) Jak vyřeším chybu „Žádný hlavní účet nebo žádná složka konceptů“ ?](#user-content-faq47) +* [~~(48) Jak vyřeším chybu „Žádný hlavní účet nebo žádná složka konceptů“ ?~~](#user-content-faq48) * [(49) How do I fix 'An outdated app sent a file path instead of a file stream' ?](#user-content-faq49) * [(50) Can you add an option to synchronize all messages?](#user-content-faq50) * [(51) Jak jsou složky řazeny?](#user-content-faq51) @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-da-rDK.md b/docs/FAQ-da-rDK.md index f90ebeb5b2..78dc357aa0 100644 --- a/docs/FAQ-da-rDK.md +++ b/docs/FAQ-da-rDK.md @@ -285,6 +285,7 @@ Designet baserer sig på mange debatter, så ønsks det debatteret yderligere, t * [(162) Understøttes IMAP NOTIFICERING?](#user-content-faq162) * [(163) Hvad er beskedklassificering?](#user-content-faq163) * [(164) Kan der blive tilføjet tilpasselige temaer?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [Har et andet spørgsmål.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -864,7 +871,7 @@ There are general errors and errors specific to Gmail accounts (see below). **General errors** -Fejlen *... Authentication failed ...* or *... AUTHENTICATE failed ...* likely means that your username or password was incorrect. Some providers expect as username just *username* and others your full email address *username@example.com*. When copying/pasting to enter a username or password, invisible characters might be copied, which could cause this problem as well. Some password managers are known to do this incorrectly too. The username might be case sensitive, so try lowercase characters only. The password is almost always case sensitive. Some providers require using an app password instead of the account password, so please check the documentation of the provider. Sometimes it is necessary to enable external access (IMAP/SMTP) on the website of the provider first. Other possible causes are that the account is blocked or that logging in has been administratively restricted in some way, for example by allowing to login from certain networks / IP addresses only. +The error *... Authentication failed ...* or *... AUTHENTICATE failed ...* likely means that your username or password was incorrect. Some providers expect as username just *username* and others your full email address *username@example.com*. When copying/pasting to enter a username or password, invisible characters might be copied, which could cause this problem as well. Some password managers are known to do this incorrectly too. The username might be case sensitive, so try lowercase characters only. The password is almost always case sensitive. Some providers require using an app password instead of the account password, so please check the documentation of the provider. Sometimes it is necessary to enable external access (IMAP/SMTP) on the website of the provider first. Other possible causes are that the account is blocked or that logging in has been administratively restricted in some way, for example by allowing to login from certain networks / IP addresses only. The error *... Too many bad auth attempts ...* likely means that you are using a Yahoo account password instead of an app password. Please see [this FAQ](#user-content-faq88) about how to set up a Yahoo account. @@ -874,11 +881,11 @@ The errors *... invalid greeting ...*, *... requires valid address ...* and *... Fejlen *... Couldn't connect to host ...* means that there was no response from the email server within a reasonable time (20 seconds by default). Mostly this indicates internet connectivity issues, possibly caused by a VPN or by a firewall app. You can try to increase the connection timeout in the connection settings of FairEmail, for when the email server is really slow. -Fejlen *... Connection refused ...* means that the email server or something between the email server and the app, like a firewall, actively refused the connection. +The error *... Connection refused ...* means that the email server or something between the email server and the app, like a firewall, actively refused the connection. -Fejlen *... Network unreachable ...* means that the email server was not reachable via the current internet connection, for example because internet traffic is restricted to local traffic only. +The error *... Network unreachable ...* means that the email server was not reachable via the current internet connection, for example because internet traffic is restricted to local traffic only. -Fejlen *... Host is unresolved ...*, *... Unable to resolve host ...* or *... No address associated with hostname ...* means that the address of the email server could not be resolved into an IP address. This might be caused by a VPN, ad blocking or an unreachable or not properly working (local) [DNS](https://en.wikipedia.org/wiki/Domain_Name_System) server. +The error *... Host is unresolved ...*, *... Unable to resolve host ...* or *... No address associated with hostname ...* means that the address of the email server could not be resolved into an IP address. This might be caused by a VPN, ad blocking or an unreachable or not properly working (local) [DNS](https://en.wikipedia.org/wiki/Domain_Name_System) server. The error *... Software caused connection abort ...* means that the email server or something between FairEmail and the email server actively terminated an existing connection. This can for example happen when connectivity was abruptly lost. A typical example is turning on flight mode. @@ -889,7 +896,7 @@ The error *... Connection closed by peer ...* might be caused by a not updated E The errors *... Read error ...*, *... Write error ...*, *... Read timed out ...*, *... Broken pipe ...* mean that the email server is not responding anymore or that the internet connection is bad. -Fejlen *... Connection dropped by server? ...* means that the email server unexpectedly terminated the connection. This sometimes happen when there were too many connections in a too short time or when a wrong password was used for too many times. In this case, please make sure your password is correct and disable receiving in the receive settings for about 30 minutes and try again. If needed, see [this FAQ](#user-content-faq23) about how you can reduce the number of connections. +The error *... Connection dropped by server? ...* means that the email server unexpectedly terminated the connection. This sometimes happen when there were too many connections in a too short time or when a wrong password was used for too many times. In this case, please make sure your password is correct and disable receiving in the receive settings for about 30 minutes and try again. If needed, see [this FAQ](#user-content-faq23) about how you can reduce the number of connections. The error *... Unexpected end of zlib input stream ...* means that not all data was received, possibly due to a bad or interrupted connection. @@ -949,11 +956,11 @@ The authorization of Gmail accounts setup with the quick wizard needs to be peri In case of errors it is possible to authorize/restore a Gmail account again via the Gmail quick setup wizard. -The error *... Godkendelse mislykkedes... Account not found ...* means that a previously authorized Gmail account was removed from the device. +The error *... Authentication failed ... Account not found ...* means that a previously authorized Gmail account was removed from the device. The errors *... Authentication failed ... No token ...* means that the Android account manager failed to refresh the authorization of a Gmail account. -Fejlen *... Authentication failed ... network error ...* means that the Android account manager was not able to refresh the authorization of a Gmail account due to problems with the internet connection +The error *... Authentication failed ... 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 changing the account password or by having revoked the required account/contacts permissions. In case the account password was changed, you'll need to authenticate the Google account in the Android account settings again. In case the permissions were revoked, you can start the Gmail quick setup wizard to grant the required permissions again (you don't need to setup the account again). @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-de-rAT.md b/docs/FAQ-de-rAT.md index 6ba8e31088..80a4a70660 100644 --- a/docs/FAQ-de-rAT.md +++ b/docs/FAQ-de-rAT.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Wird IMAP NOTIFY unterstützt?](#user-content-faq162) * [(163) Was ist Nachrichtenklassifizierung?](#user-content-faq163) * [(164) Können Sie anpassbare Designs hinzufügen?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Support erhalten FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-de-rDE.md b/docs/FAQ-de-rDE.md index 6ba8e31088..80a4a70660 100644 --- a/docs/FAQ-de-rDE.md +++ b/docs/FAQ-de-rDE.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Wird IMAP NOTIFY unterstützt?](#user-content-faq162) * [(163) Was ist Nachrichtenklassifizierung?](#user-content-faq163) * [(164) Können Sie anpassbare Designs hinzufügen?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Support erhalten FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-de-rLI.md b/docs/FAQ-de-rLI.md index 6ba8e31088..80a4a70660 100644 --- a/docs/FAQ-de-rLI.md +++ b/docs/FAQ-de-rLI.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Wird IMAP NOTIFY unterstützt?](#user-content-faq162) * [(163) Was ist Nachrichtenklassifizierung?](#user-content-faq163) * [(164) Können Sie anpassbare Designs hinzufügen?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Support erhalten FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-el-rGR.md b/docs/FAQ-el-rGR.md index 29e413049e..acccc0d827 100644 --- a/docs/FAQ-el-rGR.md +++ b/docs/FAQ-el-rGR.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-en-rGB.md b/docs/FAQ-en-rGB.md index a04bc8853b..526df6ab72 100644 --- a/docs/FAQ-en-rGB.md +++ b/docs/FAQ-en-rGB.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-es-rES.md b/docs/FAQ-es-rES.md index b6b5a23750..2385b1f440 100644 --- a/docs/FAQ-es-rES.md +++ b/docs/FAQ-es-rES.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(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) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -864,7 +871,7 @@ There are general errors and errors specific to Gmail accounts (see below). **General errors** -El error *... Authentication failed ...* or *... AUTHENTICATE failed ...* likely means that your username or password was incorrect. Some providers expect as username just *username* and others your full email address *username@example.com*. When copying/pasting to enter a username or password, invisible characters might be copied, which could cause this problem as well. Some password managers are known to do this incorrectly too. The username might be case sensitive, so try lowercase characters only. The password is almost always case sensitive. Some providers require using an app password instead of the account password, so please check the documentation of the provider. Sometimes it is necessary to enable external access (IMAP/SMTP) on the website of the provider first. Other possible causes are that the account is blocked or that logging in has been administratively restricted in some way, for example by allowing to login from certain networks / IP addresses only. +The error *... Authentication failed ...* or *... AUTHENTICATE failed ...* likely means that your username or password was incorrect. Some providers expect as username just *username* and others your full email address *username@example.com*. When copying/pasting to enter a username or password, invisible characters might be copied, which could cause this problem as well. Some password managers are known to do this incorrectly too. The username might be case sensitive, so try lowercase characters only. The password is almost always case sensitive. Some providers require using an app password instead of the account password, so please check the documentation of the provider. Sometimes it is necessary to enable external access (IMAP/SMTP) on the website of the provider first. Other possible causes are that the account is blocked or that logging in has been administratively restricted in some way, for example by allowing to login from certain networks / IP addresses only. The error *... Too many bad auth attempts ...* likely means that you are using a Yahoo account password instead of an app password. Please see [this FAQ](#user-content-faq88) about how to set up a Yahoo account. @@ -872,11 +879,11 @@ The message *... +OK ...* likely means that a POP3 port (usually port number 995 The errors *... invalid greeting ...*, *... requires valid address ...* and *... Parameter to HELO does not conform to RFC syntax ...* can likely be solved by changing the advanced identity setting *Use local IP address instead of host name*. -El error *... Couldn't connect to host ...* means that there was no response from the email server within a reasonable time (20 seconds by default). Mostly this indicates internet connectivity issues, possibly caused by a VPN or by a firewall app. You can try to increase the connection timeout in the connection settings of FairEmail, for when the email server is really slow. +The error *... Couldn't connect to host ...* means that there was no response from the email server within a reasonable time (20 seconds by default). Mostly this indicates internet connectivity issues, possibly caused by a VPN or by a firewall app. You can try to increase the connection timeout in the connection settings of FairEmail, for when the email server is really slow. The error *... Connection refused ...* means that the email server or something between the email server and the app, like a firewall, actively refused the connection. -El error *... Network unreachable ...* means that the email server was not reachable via the current internet connection, for example because internet traffic is restricted to local traffic only. +The error *... Network unreachable ...* means that the email server was not reachable via the current internet connection, for example because internet traffic is restricted to local traffic only. The error *... Host is unresolved ...*, *... Unable to resolve host ...* or *... No address associated with hostname ...* means that the address of the email server could not be resolved into an IP address. This might be caused by a VPN, ad blocking or an unreachable or not properly working (local) [DNS](https://en.wikipedia.org/wiki/Domain_Name_System) server. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-eu-rES.md b/docs/FAQ-eu-rES.md index 65bf22a829..b62b37907c 100644 --- a/docs/FAQ-eu-rES.md +++ b/docs/FAQ-eu-rES.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-fa-rIR.md b/docs/FAQ-fa-rIR.md index 2aad187fc7..6df756702f 100644 --- a/docs/FAQ-fa-rIR.md +++ b/docs/FAQ-fa-rIR.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-fi-rFI.md b/docs/FAQ-fi-rFI.md index 02464d08fa..361ad63cd8 100644 --- a/docs/FAQ-fi-rFI.md +++ b/docs/FAQ-fi-rFI.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-fr-rCA.md b/docs/FAQ-fr-rCA.md index afc18c61ec..a7dcc5b73d 100644 --- a/docs/FAQ-fr-rCA.md +++ b/docs/FAQ-fr-rCA.md @@ -285,6 +285,7 @@ La conception est basée sur de nombreuses discussions et si vous le souhaitez, * [(162) L'IMAP NOTIFY est-il pris en charge ?](#user-content-faq162) * [(163) Qu'est-ce que la classification des messages ?](#user-content-faq163) * [(164) Pouvez-vous ajouter des thèmes personnalisables ?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [J’ai une autre question.](#user-content-support) @@ -530,8 +531,12 @@ Certains fournisseurs ne gardent pas de trace des messages envoyés ou le serveu **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Obtenir de l'aide FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-fr-rFR.md b/docs/FAQ-fr-rFR.md index 5a70430191..a4c710ab90 100644 --- a/docs/FAQ-fr-rFR.md +++ b/docs/FAQ-fr-rFR.md @@ -285,6 +285,7 @@ La conception est basée sur de nombreuses discussions et si vous le souhaitez, * [(162) L'IMAP NOTIFY est-il pris en charge ?](#user-content-faq162) * [(163) Qu'est-ce que la classification des messages ?](#user-content-faq163) * [(164) Pouvez-vous ajouter des thèmes personnalisables ?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [J’ai une autre question.](#user-content-support) @@ -530,8 +531,12 @@ Certains fournisseurs ne gardent pas de trace des messages envoyés ou le serveu **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Obtenir de l'aide FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-fy-rNL.md b/docs/FAQ-fy-rNL.md index 65bf22a829..b62b37907c 100644 --- a/docs/FAQ-fy-rNL.md +++ b/docs/FAQ-fy-rNL.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-gl-rES.md b/docs/FAQ-gl-rES.md index 97faab491e..778d779431 100644 --- a/docs/FAQ-gl-rES.md +++ b/docs/FAQ-gl-rES.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-hi-rIN.md b/docs/FAQ-hi-rIN.md index 65bf22a829..b62b37907c 100644 --- a/docs/FAQ-hi-rIN.md +++ b/docs/FAQ-hi-rIN.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-hr-rHR.md b/docs/FAQ-hr-rHR.md index 65bf22a829..b62b37907c 100644 --- a/docs/FAQ-hr-rHR.md +++ b/docs/FAQ-hr-rHR.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-hu-rHU.md b/docs/FAQ-hu-rHU.md index 17765ad105..85fd44a055 100644 --- a/docs/FAQ-hu-rHU.md +++ b/docs/FAQ-hu-rHU.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-in-rID.md b/docs/FAQ-in-rID.md index f7fbcd45cb..a0020b1b44 100644 --- a/docs/FAQ-in-rID.md +++ b/docs/FAQ-in-rID.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-it-rIT.md b/docs/FAQ-it-rIT.md index 66a68aea3a..60e4cdc5c6 100644 --- a/docs/FAQ-it-rIT.md +++ b/docs/FAQ-it-rIT.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) IMAP NOTIFY è supportato?](#user-content-faq162) * [(163) Cos'è la classificazione dei messaggi?](#user-content-faq163) * [(164) Puoi aggiungere temi personalizzabili?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -864,7 +871,7 @@ There are general errors and errors specific to Gmail accounts (see below). **General errors** -L'errore *... Authentication failed ...* or *... AUTHENTICATE failed ...* likely means that your username or password was incorrect. Some providers expect as username just *username* and others your full email address *username@example.com*. When copying/pasting to enter a username or password, invisible characters might be copied, which could cause this problem as well. Some password managers are known to do this incorrectly too. The username might be case sensitive, so try lowercase characters only. The password is almost always case sensitive. Some providers require using an app password instead of the account password, so please check the documentation of the provider. Sometimes it is necessary to enable external access (IMAP/SMTP) on the website of the provider first. Other possible causes are that the account is blocked or that logging in has been administratively restricted in some way, for example by allowing to login from certain networks / IP addresses only. +The error *... Authentication failed ...* or *... AUTHENTICATE failed ...* likely means that your username or password was incorrect. Some providers expect as username just *username* and others your full email address *username@example.com*. When copying/pasting to enter a username or password, invisible characters might be copied, which could cause this problem as well. Some password managers are known to do this incorrectly too. The username might be case sensitive, so try lowercase characters only. The password is almost always case sensitive. Some providers require using an app password instead of the account password, so please check the documentation of the provider. Sometimes it is necessary to enable external access (IMAP/SMTP) on the website of the provider first. Other possible causes are that the account is blocked or that logging in has been administratively restricted in some way, for example by allowing to login from certain networks / IP addresses only. The error *... Too many bad auth attempts ...* likely means that you are using a Yahoo account password instead of an app password. Please see [this FAQ](#user-content-faq88) about how to set up a Yahoo account. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Ricevi supporto FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-iw-rIL.md b/docs/FAQ-iw-rIL.md index 65bf22a829..b62b37907c 100644 --- a/docs/FAQ-iw-rIL.md +++ b/docs/FAQ-iw-rIL.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-ja-rJP.md b/docs/FAQ-ja-rJP.md index 4ce6720f3f..55296d8921 100644 --- a/docs/FAQ-ja-rJP.md +++ b/docs/FAQ-ja-rJP.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-ka-rGE.md b/docs/FAQ-ka-rGE.md index 65bf22a829..b62b37907c 100644 --- a/docs/FAQ-ka-rGE.md +++ b/docs/FAQ-ka-rGE.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-kk-rKZ.md b/docs/FAQ-kk-rKZ.md index 65bf22a829..b62b37907c 100644 --- a/docs/FAQ-kk-rKZ.md +++ b/docs/FAQ-kk-rKZ.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-ko-rKR.md b/docs/FAQ-ko-rKR.md index 90362c16af..0faac0aff6 100644 --- a/docs/FAQ-ko-rKR.md +++ b/docs/FAQ-ko-rKR.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-lt-rLT.md b/docs/FAQ-lt-rLT.md index 65bf22a829..b62b37907c 100644 --- a/docs/FAQ-lt-rLT.md +++ b/docs/FAQ-lt-rLT.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-nl-rNL.md b/docs/FAQ-nl-rNL.md index 7d1d9234c8..56abbc7049 100644 --- a/docs/FAQ-nl-rNL.md +++ b/docs/FAQ-nl-rNL.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-nn-rNO.md b/docs/FAQ-nn-rNO.md index 3f2c16f6d0..65251d438d 100644 --- a/docs/FAQ-nn-rNO.md +++ b/docs/FAQ-nn-rNO.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-no-rNO.md b/docs/FAQ-no-rNO.md index 3f2c16f6d0..65251d438d 100644 --- a/docs/FAQ-no-rNO.md +++ b/docs/FAQ-no-rNO.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-pl-rPL.md b/docs/FAQ-pl-rPL.md index ba69541fa5..30ee0bef8c 100644 --- a/docs/FAQ-pl-rPL.md +++ b/docs/FAQ-pl-rPL.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Wsparcie FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-pt-rBR.md b/docs/FAQ-pt-rBR.md index 7e87a0a792..8c10c2767a 100644 --- a/docs/FAQ-pt-rBR.md +++ b/docs/FAQ-pt-rBR.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-pt-rPT.md b/docs/FAQ-pt-rPT.md index 120f934674..99481fa62f 100644 --- a/docs/FAQ-pt-rPT.md +++ b/docs/FAQ-pt-rPT.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-ro-rRO.md b/docs/FAQ-ro-rRO.md index 65bf22a829..b62b37907c 100644 --- a/docs/FAQ-ro-rRO.md +++ b/docs/FAQ-ro-rRO.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-ru-rRU.md b/docs/FAQ-ru-rRU.md index ad374ad14f..8bd09a0ef6 100644 --- a/docs/FAQ-ru-rRU.md +++ b/docs/FAQ-ru-rRU.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) Что такое классификация сообщений?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-si-rLK.md b/docs/FAQ-si-rLK.md index 65bf22a829..b62b37907c 100644 --- a/docs/FAQ-si-rLK.md +++ b/docs/FAQ-si-rLK.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-sk-rSK.md b/docs/FAQ-sk-rSK.md index 65bf22a829..6430818e52 100644 --- a/docs/FAQ-sk-rSK.md +++ b/docs/FAQ-sk-rSK.md @@ -1,4 +1,4 @@ -# FairEmail support +# FairEmail podpora If you have a question, please check the following frequently asked questions first. [At the bottom](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-get-support), you can find out how to ask other questions, request features, and report bugs. @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-sl-rSI.md b/docs/FAQ-sl-rSI.md index 65bf22a829..b62b37907c 100644 --- a/docs/FAQ-sl-rSI.md +++ b/docs/FAQ-sl-rSI.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-sr-rSP.md b/docs/FAQ-sr-rSP.md index 65bf22a829..b62b37907c 100644 --- a/docs/FAQ-sr-rSP.md +++ b/docs/FAQ-sr-rSP.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-sv-rSE.md b/docs/FAQ-sv-rSE.md index 08e7d33350..970b829940 100644 --- a/docs/FAQ-sv-rSE.md +++ b/docs/FAQ-sv-rSE.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Stöds IMAP NOTIFY?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-ta-rIN.md b/docs/FAQ-ta-rIN.md index 65bf22a829..b62b37907c 100644 --- a/docs/FAQ-ta-rIN.md +++ b/docs/FAQ-ta-rIN.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-tr-rTR.md b/docs/FAQ-tr-rTR.md index 177efd2f8b..6423cb3e0c 100644 --- a/docs/FAQ-tr-rTR.md +++ b/docs/FAQ-tr-rTR.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-uk-rUA.md b/docs/FAQ-uk-rUA.md index 866cda0189..7bb11454e9 100644 --- a/docs/FAQ-uk-rUA.md +++ b/docs/FAQ-uk-rUA.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-vi-rVN.md b/docs/FAQ-vi-rVN.md index e90e5a6f1e..42241c6c2f 100644 --- a/docs/FAQ-vi-rVN.md +++ b/docs/FAQ-vi-rVN.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-zh-rCN.md b/docs/FAQ-zh-rCN.md index e156df1fd6..9c3abd5e1c 100644 --- a/docs/FAQ-zh-rCN.md +++ b/docs/FAQ-zh-rCN.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only. diff --git a/docs/FAQ-zh-rTW.md b/docs/FAQ-zh-rTW.md index 90535ea59d..16d1e3406a 100644 --- a/docs/FAQ-zh-rTW.md +++ b/docs/FAQ-zh-rTW.md @@ -285,6 +285,7 @@ The design is based on many discussions and if you like you can discuss about it * [(162) Is IMAP NOTIFY supported?](#user-content-faq162) * [(163) What is message classification?](#user-content-faq163) * [(164) Can you add customizable themes?](#user-content-faq164) +* [(165) Is Android Auto supported?](#user-content-faq165) [I have another question.](#user-content-support) @@ -530,8 +531,12 @@ Some providers do not keep track of sent messages or the used SMTP server might **(8) Can I use a Microsoft Exchange account?** +The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). So, it makes little sense to add this protocol anymore. + You can use a Microsoft Exchange account if it is accessible via IMAP, which is mostly the case. See [here](https://support.office.com/en-us/article/what-is-a-microsoft-exchange-account-47f000aa-c2bf-48ac-9bc2-83e5c6036793) for more information. +Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported. + Please see [here](https://support.office.com/en-us/article/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040) for the Microsoft documentation about configuring an email client. There is also a section about common connection errors and solutions. Some older Exchange server versions have a bug causing empty message and corrupt attachments. Please see [this FAQ](#user-content-faq110) for a workaround. @@ -606,7 +611,7 @@ To verify a signature or to decrypt a received message, open the message and jus The first time you send a signed/encrypted message you might be asked for a sign key. FairEmail will automatically store the selected sign key in the used identity for the next time. If you need to reset the sign key, just save the identity or long press the identity in the list of identities and select *Reset sign key*. The selected sign key is visible in the list of identities. If need to select a key on a case by case basis, you can create multiple identities for the same account with the same email address. -In the privacy settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. +In the encryption settings you can select the default encryption method (PGP or S/MIME), enable *Sign by default*, *Encrypt by default* and *Automatically decrypt messages*, but be aware that automatic decryption is not possible if user interaction is required, like selecting a key or reading a security token. The to be encrypted message text/attachments and the decrypted message text/attachments are stored locally only and will never be added to the remote server. If you want to undo decryption, you can use the *resync* menu item in the three-dots menu of the message action bar. @@ -626,6 +631,8 @@ You'll need to install and configure [OpenKeychain](https://f-droid.org/en/packa FairEmail will send the [Autocrypt](https://autocrypt.org/) header for use by other email clients, but only for signed and encrypted messages because too many email servers have problems with the often long Autocrypt header. Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported, see [here](https://josefsson.org/inline-openpgp-considered-harmful.html) about why not. @@ -647,7 +654,7 @@ Common errors: Encrypting a message requires the public key(s) of the recipient(s). Signing a message requires your private key. -Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the privacy settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). +Private keys are stored by Android and can be imported via the Android advanced security settings. There is a shortcut (button) for this in the encryption settings. Android will ask you to set a PIN, pattern, or password if you didn't before. If you have a Nokia device with Android 9, please [read this first](https://nokiamob.net/2019/08/10/a-bug-prevents-nokia-1-owners-from-unlocking-their-screen-even-with-right-pin-pattern/). 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. @@ -657,7 +664,7 @@ The default encryption method is PGP, but the last used encryption method will b 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. -Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the privacy settings (PEM or DER format). +Public keys are stored by FairEmail and can be imported when verifying a signature for the first time or via the encryption settings (PEM or DER format). FairEmail verifies both the signature and the complete certificate chain. @@ -1780,27 +1787,27 @@ 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 startservice -a eu.faircode.email.POLL +(adb shell) am start-foreground-service -a eu.faircode.email.POLL ``` For a specific account: ``` -(adb shell) am startservice -a eu.faircode.email.POLL --es account Gmail +(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 startservice -a eu.faircode.email.ENABLE -(adb shell) am startservice -a eu.faircode.email.DISABLE +(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 startservice -a eu.faircode.email.ENABLE --es account Gmail -(adb shell) am startservice -a eu.faircode.email.DISABLE --es account Gmail +(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. @@ -2381,6 +2388,10 @@ For some background, see for [this Wikipedia article](https://en.wikipedia.org/w
+*Background for unread messages* + +
+ **(126) Can message previews be sent to my wearable?** @@ -2468,8 +2479,6 @@ Android might rate limit the notification sound, which can cause some new messag The Microsoft Exchange ActiveSync protocol [is patented](https://en.wikipedia.org/wiki/Exchange_ActiveSync#Licensing) and can therefore not be supported. For this reason you won't find many, if any, other email clients supporting ActiveSync. -The Microsoft Exchange Web Services protocol [is being phased out](https://techcommunity.microsoft.com/t5/Exchange-Team-Blog/Upcoming-changes-to-Exchange-Web-Services-EWS-API-for-Office-365/ba-p/608055). - Note that the desciption of FairEmail starts with the remark that non-standard protocols, like Microsoft Exchange Web Services and Microsoft ActiveSync are not supported.
@@ -2829,7 +2838,7 @@ 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 startservice -a eu.faircode.email.DISCONNECT.ME +(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. @@ -2922,6 +2931,22 @@ The theme colors are based on the color circle of [Johannes Itten](https://en.wi
+ +**(165) Is Android Auto supported?** + +Yes, Android Auto is supported, but only with the GitHub version, please [see here](https://forum.xda-developers.com/t/app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/post-83801249) about why. + +For notification (messaging) support you'll need to enable the following notification options: + +* *Use Android 'messaging style' notification format* +* Notification actions: *Direct reply* and (mark as) *Read* + +You can enable other notification actions too, if you like, but they are not supported by Android Auto. + +The developers guide is [here](https://developer.android.com/training/cars/messaging). + +
+ ## Get support FairEmail is supported on smartphones, tablets and ChromeOS only.