mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Via HTTP
This commit is contained in:
@@ -2094,6 +2094,7 @@ public class MessageHelper {
|
||||
header = header.substring(0, semi);
|
||||
|
||||
if (header.contains("using TLS") ||
|
||||
header.contains("via HTTP") ||
|
||||
header.contains("version=TLS")) {
|
||||
Log.i("--- found TLS");
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user