Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2022 14:51:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 262232] [NEW PORT] mail/py-imaplib2: Threaded IMAP4 python client
Message-ID:  <bug-262232-7788-K3Ynks5Rbm@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262232-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262232-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262232

--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Dd7dae55775cc194a78e021b72da3a43=
48f9dbfab

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(+)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262232-7788-K3Ynks5Rbm>