1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Fixed OAuth probe

This commit is contained in:
M66B 2020-06-30 21:15:25 +02:00
parent 212d92f9e4
commit 514f77dca6

View file

@ -502,6 +502,8 @@ public class EmailService implements AutoCloseable {
}
} catch (MessagingException ex) {
Log.w(ex);
if (purpose == PURPOSE_CHECK)
throw ex;
}
} else if ("smtp".equals(protocol) || "smtps".equals(protocol)) {