File: README

package info (click to toggle)
python-imaplib2 2.55-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 508 kB
  • sloc: python: 6,448; makefile: 16
file content (11 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
Threaded Python IMAP4 client version 2.55.

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.