Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117777139
D92.1775243682.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
881 B
Referenced Files
None
Subscribers
None
D92.1775243682.diff
View Options
diff --git a/pykolab/imap/cyrus.py b/pykolab/imap/cyrus.py
--- a/pykolab/imap/cyrus.py
+++ b/pykolab/imap/cyrus.py
@@ -134,6 +134,10 @@
"""
cyruslib.CYRUS.login(self, *args, **kw)
self.separator = self.SEP
+ try:
+ self._id()
+ except Exception, errmsg:
+ pass
log.debug(_("Continuing with separator: %r") % (self.separator), level=8)
self.murder = False
@@ -216,6 +220,13 @@
from pykolab import imap_utf7
return imap_utf7.decode(folder)
+ def _id(self, identity=None):
+ if identity == None:
+ identity = "Python/Kolab %s"
+
+ typ, dat = self.m._simple_command('ID', identity)
+ res, dat = self.m._untagged_response(typ, dat, 'ID')
+
def _setquota(self, mailfolder, quota):
"""
Login to the actual backend server.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 7:14 PM (7 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18825898
Default Alt Text
D92.1775243682.diff (881 B)
Attached To
Mode
D92: Show ID to pass #Guam groupware folder filtering rulesets
Attached
Detach File
Event Timeline