mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 10:01:22 +01:00
Set mail event scope to session
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user