]> code.delx.au - offlineimap/commit
imaplibutil: Remove flagrantly bad use of private attribute
authorMichael Witten <mfwitten@MIT.EDU>
Fri, 26 Sep 2008 15:43:57 +0000 (10:43 -0500)
committerJohn Goerzen <jgoerzen@complete.org>
Mon, 29 Sep 2008 22:50:50 +0000 (17:50 -0500)
commit5fe379f66d2265f6ddd30f85384daf318f303be9
tree94e7554d54b575ea0c034d414c7ac0ddc34d7bee
parentd097da005ef990ce88ef461ab0dd4ccdf88eb73d
imaplibutil: Remove flagrantly bad use of private attribute

Frankly, the original code doesn't even make much sense, and
moreover it's not forward compatible with python 2.6, and
furthermore:

    DeprecationWarning: socket.ssl() is deprecated.

So, this commit is just a temporary fix.

Signed-off-by: Michael Witten <mfwitten@mit.edu>
offlineimap/imaplibutil.py