Compilation fixes

This commit is contained in:
John Goerzen
2007-07-04 19:17:27 +01:00
parent 196f35e972
commit 691386b3d7
2 changed files with 6 additions and 2 deletions

View File

@ -20,6 +20,10 @@ import re, string, types, binascii, socket, time, random, subprocess, sys, os
from offlineimap.ui import UIBase
from imaplib import *
# Import the symbols we need that aren't exported by default
from imaplib import IMAP4_PORT, IMAP4_SSL_PORT, InternalDate, Mon2num
class IMAP4_Tunnel(IMAP4):
"""IMAP4 client class over a tunnel