]> code.delx.au - offlineimap/blobdiff - offlineimap/imapserver.py
Attempt to fix a crashing bug in Gmail driver
[offlineimap] / offlineimap / imapserver.py
index b96a4043cf6b9c523686accb3bd714d083e9de2b..6ca1fbcff3969ea489e6c0c88bd8883bd056824d 100644 (file)
@@ -51,7 +51,7 @@ class UsefulIMAP4(UsefulIMAPMixIn, imaplib.IMAP4):
     def open(self, host = '', port = imaplib.IMAP4_PORT):
         imaplibutil.new_open(self, host, port)
 
-class UsefulIMAP4_SSL(UsefulIMAPMixIn, imaplib.IMAP4_SSL):
+class UsefulIMAP4_SSL(UsefulIMAPMixIn, imaplibutil.WrappedIMAP4_SSL):
     def open(self, host = '', port = imaplib.IMAP4_SSL_PORT):
         imaplibutil.new_open_ssl(self, host, port)