Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 525 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 525 Bytes

imaplib2: a threaded Python IMAP4 client

Jazzband codecov

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.

Documented in imaplib2.html