1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-25 07:23:03 +00:00

Ensure headers TLS

This commit is contained in:
M66B 2022-01-08 11:34:04 +01:00
parent 9f8626688c
commit ce04d5b6af

View file

@ -2044,6 +2044,8 @@ public class MessageHelper {
// Protocol = "ESMTP" / "SMTP" / Attdl-Protocol
// Attdl-Protocol = Atom
ensureHeaders();
String[] received = imessage.getHeader("Received");
if (received == null || received.length == 0)
return null;