Clear saved IP addresses

pull/214/head
M66B 6 months ago
parent 0d6e4474f5
commit f60fd44073

@ -415,6 +415,8 @@ public class EmailService implements AutoCloseable {
String certificate, String fingerprint) throws MessagingException {
properties.put("fairemail.server", host);
DnsHelper.clear(context);
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
boolean bind_socket = prefs.getBoolean("bind_socket", false);
if (bind_socket &&

Loading…
Cancel
Save