Revert "Set mail event scope to session"

This reverts commit f8a7c1f42f.
pull/169/head
M66B 5 years ago
parent 330c9b3341
commit 989f0a0ae2

@ -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);

Loading…
Cancel
Save