1 2 3 4 5 6 7 8 9 10 11 12
|
# imaplib2: a threaded Python IMAP4 client
[](https://jazzband.co/)
[](https://codecov.io/gh/jazzband/imaplib2)
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
|