aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cloud_mdir_sync/office365.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cloud_mdir_sync/office365.py b/cloud_mdir_sync/office365.py
index 6eec42e..d68e75d 100644
--- a/cloud_mdir_sync/office365.py
+++ b/cloud_mdir_sync/office365.py
@@ -487,6 +487,7 @@ class O365Mailbox(mailbox.Mailbox):
"$expand":
"SingleValueExtendedProperties($filter=(id eq 'Integer 0xe17') or"
" (id eq 'Integer 0x1080'))",
+ "$top": 500,
}):
msg = messages.Message(mailbox=self,
storage_id=jmsg["id"],