From 449166e0096e80891a10b29c212e4e278d0cb7e9 Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 13 Sep 2019 09:34:00 +0200 Subject: [PATCH] Less intrusive message help --- FAQ.md | 4 +++ .../eu/faircode/email/AdapterMessage.java | 14 +++++------ .../res/layout/include_message_compact.xml | 25 +++++++++---------- .../res/layout/include_message_normal.xml | 25 +++++++++---------- 4 files changed, 35 insertions(+), 33 deletions(-) diff --git a/FAQ.md b/FAQ.md index 2442213c50..c71b08a967 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2191,6 +2191,10 @@ so you cannot use FairEmail to access ProtonMail. **(130) What does message error ... mean?** +The warning *No server found at ...* means that there was no email server registered at the indicated domain name. +Replying to the message might not be possible and might result in an error. +This could indicate a falsified email address and/or spam. + The error *... ParseException ...* means that there is a problem with a received message, likely caused by a bug in the sending software. FairEmail will workaround this is in most cases, so this message can mostly be considered as a warning instead of an error. diff --git a/app/src/main/java/eu/faircode/email/AdapterMessage.java b/app/src/main/java/eu/faircode/email/AdapterMessage.java index b98e02ebc9..5fef0550c9 100644 --- a/app/src/main/java/eu/faircode/email/AdapterMessage.java +++ b/app/src/main/java/eu/faircode/email/AdapterMessage.java @@ -260,7 +260,7 @@ public class AdapterMessage extends RecyclerView.Adapter -