pykolab 0.7.31
cyrus imapd 2.5.10-8.1
Creating a series of new users, one faild (this is just one example) and following this fail something delivers a bool value into "mailbox" which can't be made "lower".
```
2017-01-11 12:27:42,253 pykolab.imap INFO Creating new mailbox for user kolabtest2298.lhm@muenchen.de
2017-01-11 12:27:45,272 pykolab.imap INFO Creating new mailbox for user kolabtest2299.lhm@muenchen.de
2017-01-11 12:27:47,483 pykolab.imap INFO Creating new mailbox for user kolabtest2300.lhm@muenchen.de
2017-01-11 12:27:49,396 pykolab.imap INFO Creating new mailbox for user kolabtest2301.lhm@muenchen.de
2017-01-11 12:27:49,497 pykolab.imap ERROR Could not create folder 'user/kolabtest2301.lhm@muenchen.de'
2017-01-11 12:27:50,607 pykolab.imap ERROR Could not create folder 'user/kolabtest2301.lhm@muenchen.de'
2017-01-11 12:27:51,765 pykolab.imap ERROR Could not create folder 'user/kolabtest2301.lhm@muenchen.de'
2017-01-11 12:27:52,881 pykolab.imap ERROR Could not create folder 'user/kolabtest2301.lhm@muenchen.de'
2017-01-11 12:27:53,999 pykolab.imap ERROR Could not create folder 'user/kolabtest2301.lhm@muenchen.de'
2017-01-11 12:27:55,129 pykolab.imap ERROR Could not create folder 'user/kolabtest2301.lhm@muenchen.de'
2017-01-11 12:27:56,241 pykolab.imap ERROR Could not create folder 'user/kolabtest2301.lhm@muenchen.de'
2017-01-11 12:27:57,396 pykolab.imap ERROR Could not create folder 'user/kolabtest2301.lhm@muenchen.de'
2017-01-11 12:27:58,530 pykolab.imap ERROR Could not create folder 'user/kolabtest2301.lhm@muenchen.de'
2017-01-11 12:27:59,643 pykolab.imap ERROR Could not create folder 'user/kolabtest2301.lhm@muenchen.de'
2017-01-11 12:28:00,682 pykolab.imap ERROR Could not create the mailbox for user kolabtest2301.lhm@muenchen.de, aborting.
2017-01-11 12:28:00,682 pykolab.auth ERROR An error occured using _persistent_search: AttributeError("'bool' object has no attribute 'lower'",)
2017-01-11 12:28:00,683 pykolab.auth ERROR Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/pykolab/auth/ldap/__init__.py", line 3065, in _search
secondary_domains
File "<string>", line 10, in <module>
File "/usr/lib/python2.6/site-packages/pykolab/auth/ldap/__init__.py", line 2793, in _persistent_search
secondary_domains=secondary_domains
File "/usr/lib/python2.6/site-packages/pykolab/auth/ldap/__init__.py", line 2650, in _synchronize_callback
entry['type']
File "<string>", line 1, in <module>
File "/usr/lib/python2.6/site-packages/pykolab/auth/ldap/__init__.py", line 1689, in _change_add_user
server = self.imap.user_mailbox_server(folder)
File "/usr/lib/python2.6/site-packages/pykolab/imap/__init__.py", line 832, in user_mailbox_server
server = self.imap.find_mailfolder_server(mailbox.lower()).lower()
c
2017-01-11 12:32:34,406 pykolab.imap INFO Creating new mailbox for user kolabtest2301.lhm@muenchen.de
```