mirror of https://github.com/M66B/FairEmail.git
Set mail event scope to session
This commit is contained in:
parent
70aedf2827
commit
f8a7c1f42f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue