mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Added debug option to disable idle/done
This commit is contained in:
@@ -213,6 +213,9 @@ public class EmailService implements AutoCloseable {
|
||||
properties.put("mail." + protocol + ".timeout", Integer.toString(timeout * factor));
|
||||
}
|
||||
|
||||
boolean idle_done = prefs.getBoolean("idle_done", true);
|
||||
properties.put("mail.idledone", Boolean.toString(idle_done));
|
||||
|
||||
if (debug && BuildConfig.DEBUG)
|
||||
properties.put("mail.debug.auth", "true");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user