[Bug 262232] [NEW PORT] mail/py-imaplib2: Threaded IMAP4 python client
Date: Tue, 27 Dec 2022 14:51:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262232 --- Comment #6 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7dae55775cc194a78e021b72da3a4348f9dbfab commit d7dae55775cc194a78e021b72da3a4348f9dbfab Author: Derek Schrock <dereks@lifeofadishwasher.com> AuthorDate: 2022-12-27 14:49:19 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2022-12-27 14:49:19 +0000 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 mail/Makefile | 1 + mail/py-imaplib2/Makefile (new) | 25 +++++++++++++++++++++++++ mail/py-imaplib2/distinfo (new) | 3 +++ mail/py-imaplib2/files/test_imports.py (new) | 8 ++++++++ mail/py-imaplib2/pkg-descr (new) | 5 +++++ 5 files changed, 42 insertions(+) -- You are receiving this mail because: You are the assignee for the bug.