Clarify comment

This commit is contained in:
Stacy Brock
2021-08-30 13:18:07 -07:00
parent 7326b3667d
commit b4a7312a4b

View File

@@ -127,8 +127,8 @@ class O365MailFilter(object):
inbox = mailbox.inbox_folder()
# set limit to max allowed by O365, which is 999 messages
# we have to explicitly set a limit value or the O365 library will not
# paginate results correctly
# we have to explicitly set a limit value when calling get_messages() or
# the O365 library will not paginate results correctly
limit = self._account.protocol.max_top_value
query = inbox.new_query()
query = query.on_attribute('isRead').equals(False).select(