mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Fixed OAuth probe
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user