mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Cleanup
This commit is contained in:
@@ -871,9 +871,6 @@ public class EmailProvider implements Parcelable {
|
||||
|
||||
@NonNull
|
||||
private static EmailProvider fromMSAutodiscovery(Context context, String domain, String email, IDiscovery intf) throws UnknownHostException {
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
boolean open_safe = prefs.getBoolean("open_safe", false);
|
||||
|
||||
// https://learn.microsoft.com/en-us/Exchange/architecture/client-access/autodiscover
|
||||
// https://github.com/gronke/email-autodiscover/blob/master/mail/autodiscover.xml
|
||||
// Example: https://mail.de/autodiscover/autodiscover.xml
|
||||
|
||||
Reference in New Issue
Block a user