mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Use SSL/TLS as fallback when importing server settings
This commit is contained in:
parent
ff5edf43d4
commit
3ca03e8a9d
@ -1122,7 +1122,7 @@ public class SettingsImporter {
|
||||
}
|
||||
return ConnectionSecurity.valueOf(connectionSecurity);
|
||||
} catch (Exception e) {
|
||||
return ConnectionSecurity.NONE;
|
||||
return ConnectionSecurity.SSL_TLS_REQUIRED;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user