py-imaplib2-3.6

threaded Python IMAP4 client

Index | mail

Description

imaplib2 is a threaded Python IMAP4 client. Based on RFC 3501 and
original imaplib module, this is a version of imaplib that uses threads
to allow full use of the IMAP4 concurrency features, and to de-couple a
user of imaplib from i/o lags, except where explicitly allowed.

Homepage: https://github.com/jazzband/imaplib2/