File: README.py3

package info (click to toggle)
python-imaplib2 2.55-1~bpo8%2B1
  • links: PTS
  • area: main
  • in suites: jessie-backports
  • size: 308 kB
  • sloc: python: 3,233; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Threaded Python IMAP4 client version 3.03.

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.

This is a BETA release of a version converted for native Python3 use.

Documented in imaplib.html.py3, but note the removal of argument quoting
compared with the py2 version of imaplib2.

Install imaplib2.py3 into your Python library path (rename as imaplib2.py).