Set mail event scope to session

This commit is contained in:
M66B 2019-12-09 14:19:32 +01:00
parent 70aedf2827
commit f8a7c1f42f
1 changed files with 1 additions and 1 deletions

View File

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