[imaplib2 removal] Revert "Implementation of IMAP IDLE"
This reverts commit 3847d0ba9d
.
This commit is contained in:
@ -16,7 +16,8 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
from offlineimap import imaplib2, imapserver, repository, folder, mbnames, threadutil, version
|
||||
import imaplib
|
||||
from offlineimap import imapserver, repository, folder, mbnames, threadutil, version
|
||||
from offlineimap.threadutil import InstanceLimitedThread, ExitNotifyThread
|
||||
import offlineimap.accounts
|
||||
from offlineimap.accounts import SyncableAccount, SigListener
|
||||
|
Reference in New Issue
Block a user