1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-15 08:29:24 +00:00

Revert "Set mail event scope to session"

This reverts commit f8a7c1f42f.
This commit is contained in:
M66B 2019-12-11 07:42:38 +01:00
parent 330c9b3341
commit 989f0a0ae2

View file

@ -89,7 +89,7 @@ public class MailService implements AutoCloseable {
Log.i("Using SOCKS proxy=" + host + ":" + port);
}
properties.put("mail.event.scope", "session");
properties.put("mail.event.scope", "folder");
properties.put("mail.event.executor", executor);
properties.put("mail." + protocol + ".sasl.realm", realm == null ? "" : realm);