mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Improved password update
This commit is contained in:
@@ -375,7 +375,7 @@ public class ConnectionHelper {
|
||||
return null;
|
||||
}
|
||||
|
||||
static String getDomain(String host) {
|
||||
static String getParentDomain(String host) {
|
||||
if (host != null) {
|
||||
String[] h = host.split("\\.");
|
||||
if (h.length >= 2)
|
||||
|
||||
Reference in New Issue
Block a user