mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Clear saved IP addresses
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user