Fixed OAuth probe

pull/183/head
M66B 5 years ago
parent 212d92f9e4
commit 514f77dca6

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

Loading…
Cancel
Save