Werk #16636: check_mailboxes: fix issue with EWS distinguished folder
Component | Checks & agents | ||||||
Title | check_mailboxes: fix issue with EWS distinguished folder | ||||||
Date | May 15, 2024 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
The active check "check_mailboxes" could fail with a KeyError: 'folders'
when trying to retrieve an exchange mailbox's folders via the EWS protocol.
With this werk the used library exchangelib
is updated to v5.4.0, which prevents the underlying issue in retrieving certain exchange folders.