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