mirror of https://github.com/M66B/FairEmail.git
Log contact class name
This commit is contained in:
parent
ea400ffd34
commit
93e5dd679a
|
@ -2931,8 +2931,10 @@ public class MessageHelper {
|
|||
charset = StandardCharsets.ISO_8859_1;
|
||||
}
|
||||
result = Helper.readStream((InputStream) content, charset);
|
||||
} else
|
||||
} else {
|
||||
Log.e(content.getClass().getName());
|
||||
result = content.toString();
|
||||
}
|
||||
} catch (IOException | FolderClosedException | MessageRemovedException ex) {
|
||||
throw ex;
|
||||
} catch (Throwable ex) {
|
||||
|
|
Loading…
Reference in New Issue