Skip to content

Latest commit

 

History

History
executable file
·
23 lines (15 loc) · 651 Bytes

README.markdown

File metadata and controls

executable file
·
23 lines (15 loc) · 651 Bytes

Threaded Python IMAP4 client

Deprecated

Repo moved to https://github.com/imaplib2/imaplib2

About

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.

About this Fork

This is a fork of Piers Lauder's imaplib2 library hosted here: http://sourceforge.net/projects/imaplib2/

I created this fork because I wanted to submit the library to PyPI. An attempt will be made to keep it up-to-date with the original.