1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/mail/py-imaplib2/pkg-descr
Derek Schrock d7dae55775 mail/py-imaplib2: Threaded Python IMAP4 client (new port)
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.

PR:			262232
Author:    		Derek Schrock <dereks@lifeofadishwasher.com>
Differential Revision:	https://reviews.freebsd.org/D34390
2022-12-27 15:49:19 +01:00

6 lines
231 B
Plaintext

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.