https://github.com/rsrchboy/dpkg-python-imaplib2
https://github.com/rsrchboy/dpkg-python-imaplib2
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rsrchboy/dpkg-python-imaplib2
- Owner: rsrchboy
- Created: 2016-02-17T04:15:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T04:16:22.000Z (over 9 years ago)
- Last Synced: 2025-01-16T04:21:22.386Z (5 months ago)
- Language: Python
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Threaded Python IMAP4 client version 2.53.
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
Install imaplib2.py into your Python library path.