https://bugzilla.novell.com/show_bug.cgi?id=426563 User jmatejek@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=426563#c4 Jan Matejek <jmatejek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|gregkh@novell.com |jmatejek@novell.com Status|NEW |ASSIGNED --- Comment #4 from Jan Matejek <jmatejek@novell.com> 2008-09-17 14:46:56 MDT --- i have found the cause of this problem, now i need to clarify if this is actually a bug in python (and possibly upstream it). as a workaround, you can change this line File "/usr/lib64/python2.6/site-packages/offlineimap/imaplibutil.py", line 172, in new_open_ssl self.sslobj = socket.ssl(self.sock._sock, self.keyfile, self.certfile) to read self.sslobj = socket.ssl(self.sock, self.keyfile, self.certfile) but that is probably backwards incompatible -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.