mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Added logging
This commit is contained in:
parent
6a659a96ea
commit
d00728d605
1 changed files with 1 additions and 0 deletions
|
@ -443,6 +443,7 @@ public class EmailService implements AutoCloseable {
|
|||
if (auth == AUTH_TYPE_OAUTH && "pop3s".equals(protocol) && "outlook.office365.com".equals(host))
|
||||
properties.put("mail." + protocol + ".auth.xoauth2.two.line.authentication.format", "true");
|
||||
|
||||
Log.i("Connecting to " + host + ":" + port + " auth=" + auth);
|
||||
connect(host, port, auth, user, factory);
|
||||
} catch (AuthenticationFailedException ex) {
|
||||
//if ("outlook.office365.com".equals(host) &&
|
||||
|
|
Loading…
Reference in a new issue