pull/194/merge
M66B 4 years ago
parent 98d5b95092
commit 5d74a2294d

@ -2143,6 +2143,9 @@ public class MessageHelper {
int w = with.indexOf(' '); int w = with.indexOf(' ');
String protocol = (w < 0 ? with : with.substring(0, w)).toLowerCase(Locale.ROOT); String protocol = (w < 0 ? with : with.substring(0, w)).toLowerCase(Locale.ROOT);
if (with.contains("TLS"))
return true;
if ("local".equals(protocol)) { if ("local".equals(protocol)) {
// Exim // Exim
Log.i("--- local with=" + with); Log.i("--- local with=" + with);

Loading…
Cancel
Save