mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Always retry with user/name
This commit is contained in:
@@ -309,7 +309,9 @@ public class FragmentQuickSetup extends FragmentBase {
|
||||
null, imap_fingerprint);
|
||||
} else
|
||||
throw ex;
|
||||
} catch (AuthenticationFailedException ex) {
|
||||
} catch (Throwable ex) {
|
||||
// Why not AuthenticationFailedException?
|
||||
// Some providers refuse connection with an invalid username
|
||||
if (!user.equals(username)) {
|
||||
Log.w(ex);
|
||||
user = username;
|
||||
|
||||
Reference in New Issue
Block a user