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)) {