mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-31 20:25:38 +00:00
Improved logging
This commit is contained in:
parent
e73368e92f
commit
0a1c216e01
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue