mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 17:43:18 +02:00
Store TLS indicator
This commit is contained in:
@@ -1936,6 +1936,9 @@ public class MessageHelper {
|
||||
// Protocol = "ESMTP" / "SMTP" / Attdl-Protocol
|
||||
// Attdl-Protocol = Atom
|
||||
|
||||
if (!BuildConfig.DEBUG)
|
||||
return null;
|
||||
|
||||
String[] received = imessage.getHeader("Received");
|
||||
if (received == null || received.length == 0)
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user