Fixed OAuth probe

This commit is contained in:
M66B 2020-06-30 21:15:25 +02:00
parent 212d92f9e4
commit 514f77dca6
1 changed files with 2 additions and 0 deletions

View File

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