1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-31 20:25:38 +00:00

Improved logging

This commit is contained in:
M66B 2021-10-24 19:13:06 +02:00
parent e73368e92f
commit 0a1c216e01

View file

@ -110,7 +110,7 @@ public class IMAPProtocol extends Protocol {
try {
this.name = name;
idledone = PropUtil.getBooleanProperty(props, "mail.idledone", true);
eu.faircode.email.Log.i("idledone=" + idledone);
eu.faircode.email.Log.i(host + ":" + port + " idledone=" + idledone);
noauthdebug =
!PropUtil.getBooleanProperty(props, "mail.debug.auth", false);