mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 19:13:03 +02:00
Ensure headers TLS
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user