Page MenuHomePhorge

D571.1775213042.diff
No OneTemporary

Authored By
Unknown
Size
690 B
Referenced Files
None
Subscribers
None

D571.1775213042.diff

diff --git a/pykolab/auth/ldap/__init__.py b/pykolab/auth/ldap/__init__.py
--- a/pykolab/auth/ldap/__init__.py
+++ b/pykolab/auth/ldap/__init__.py
@@ -2074,12 +2074,7 @@
cache.get_entry(self.domain, entry)
else:
- imap_mailbox = "user%s%s" % (
- self.imap.get_separator(),
- entry[result_attribute]
- )
-
- if not self.imap.has_folder(imap_mailbox):
+ if not self.imap.user_mailbox_exists(entry[result_attribute]):
self.imap.user_mailbox_create(
entry[result_attribute]
)

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 3, 10:44 AM (9 h, 54 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18817263
Default Alt Text
D571.1775213042.diff (690 B)

Event Timeline