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:
parent
212d92f9e4
commit
514f77dca6
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue