mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-06 04:45:50 +01:00
Explicitly set mail event scope to folder
This commit is contained in:
@@ -70,6 +70,8 @@ public class MessageHelper {
|
||||
static Properties getSessionProperties(int auth_type, boolean insecure) {
|
||||
Properties props = new Properties();
|
||||
|
||||
props.put("mail.event.scope", "folder");
|
||||
|
||||
String checkserveridentity = Boolean.toString(!insecure).toLowerCase();
|
||||
|
||||
// https://javaee.github.io/javamail/docs/api/com/sun/mail/imap/package-summary.html#properties
|
||||
|
||||
Reference in New Issue
Block a user