mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Small auto config fix
This commit is contained in:
@@ -256,7 +256,7 @@ public class EmailProvider {
|
||||
}
|
||||
|
||||
try {
|
||||
URL url = new URL("https://" + domain + "/.well-known/autoconfig/mail/config-v1.1.xml");
|
||||
URL url = new URL("https://" + domain + "/.well-known/autoconfig/mail/config-v1.1.xml?emailaddress=" + email);
|
||||
return getISPDB(domain, url);
|
||||
} catch (Throwable ex) {
|
||||
Log.w(ex);
|
||||
|
||||
Reference in New Issue
Block a user