mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-15 00:21:10 +00:00
Revert "Set mail event scope to session"
This reverts commit f8a7c1f42f
.
This commit is contained in:
parent
330c9b3341
commit
989f0a0ae2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue