Ensure headers TLS

pull/194/merge
M66B 3 years ago
parent 9f8626688c
commit ce04d5b6af

@ -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…
Cancel
Save