mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Specific TLS phrases
This commit is contained in:
@@ -2061,7 +2061,8 @@ public class MessageHelper {
|
||||
if (semi > 0)
|
||||
header = header.substring(0, semi);
|
||||
|
||||
if (header.contains("TLS")) {
|
||||
if (header.contains("using TLS") ||
|
||||
header.contains("version=TLS")) {
|
||||
Log.i("--- found TLS");
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user