..."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.
Differential D571
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... adomaitis on Mar 12 2018, 1:56 PM. Authored by Tags None Referenced Files
Subscribers
Details ..."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. none
Diff Detail
Event TimelineComment Actions Looks to me like now you'll add user/ prefix twice. See in user_mailbox_extsts() and code above your change. |