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:
parent
9f8626688c
commit
ce04d5b6af
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue