mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
With TLS
This commit is contained in:
@@ -2143,6 +2143,9 @@ public class MessageHelper {
|
||||
int w = with.indexOf(' ');
|
||||
String protocol = (w < 0 ? with : with.substring(0, w)).toLowerCase(Locale.ROOT);
|
||||
|
||||
if (with.contains("TLS"))
|
||||
return true;
|
||||
|
||||
if ("local".equals(protocol)) {
|
||||
// Exim
|
||||
Log.i("--- local with=" + with);
|
||||
|
||||
Reference in New Issue
Block a user