diff options
author | Liutauras Adomaitis <adomaitis@kolabsys.com> | 2018-03-12 15:18:56 +0200 |
---|---|---|
committer | Liutauras Adomaitis <adomaitis@kolabsys.com> | 2018-03-12 16:20:16 +0200 |
commit | ae2ba60049a4e5c4e4ea427dfb59a63547a683ea (patch) | |
tree | 707dc2460331f069768b58260d84963ffd88795e /wallace/module_invitationpolicy.py | |
parent | 3bfbef3a3ed8b5a7f6de0d5fd57ffabaaf582f7a (diff) | |
download | pykolab-ae2ba60049a4e5c4e4ea427dfb59a63547a683ea.tar.gz |
In some cases kolabd fails to cleanly update IMAP mailbox after LDAP changes. That is usual when result_attribute value is in upper case. Mailbox modification seems to follow slightly different code path, by shortcutting to IMAP pykolab function...
Summary:
..."has_folder()" instead of going via "user_mailbox_exists()", which has a code to downcase mailbox name.
Do not shortcut to "has_folder()" function, use "user_mailbox_exists()" to downcase mailbox name before checking if it exists.
Test Plan: none
Reviewers: vanmeeuwen, machniak
Reviewed By: machniak
Subscribers: adomaitis, petersen, machniak, vanmeeuwen
Differential Revision: https://git.kolab.org/D571
Diffstat (limited to 'wallace/module_invitationpolicy.py')
0 files changed, 0 insertions, 0 deletions