View | Details | Raw Unified | Return to bug 262232 | Differences between
and this patch

Collapse All | Expand All

(-)b/mail/Makefile (+1 lines)
Lines 498-503 Link Here
498
    SUBDIR += py-flufl.bounce
498
    SUBDIR += py-flufl.bounce
499
    SUBDIR += py-fuglu
499
    SUBDIR += py-fuglu
500
    SUBDIR += py-imapclient
500
    SUBDIR += py-imapclient
501
    SUBDIR += py-imaplib2
501
    SUBDIR += py-mail-parser
502
    SUBDIR += py-mail-parser
502
    SUBDIR += py-mailmanclient
503
    SUBDIR += py-mailmanclient
503
    SUBDIR += py-mailnag
504
    SUBDIR += py-mailnag
(-)b/mail/py-imaplib2/Makefile (+18 lines)
Added Link Here
1
PORTNAME=	imaplib2
2
PORTVERSION=	3.6
3
CATEGORIES=	mail python
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	dereks@lifeofadishwasher.com
8
COMMENT=	Threaded Python IMAP4 client
9
10
LICENSE=	MIT
11
LICENSE_FILE=	${WRKSRC}/LICENCE
12
13
USES=		python:3.6+
14
USE_PYTHON=	autoplist distutils
15
16
NO_ARCH=	yes
17
18
.include <bsd.port.mk>
(-)b/mail/py-imaplib2/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1645916681
2
SHA256 (imaplib2-3.6.tar.gz) = 96cb485b31868a242cb98d5c5dc67b39b22a6359f30316de536060488e581e5b
3
SIZE (imaplib2-3.6.tar.gz) = 26252
(-)b/mail/py-imaplib2/pkg-descr (-1 / +7 lines)
Added Link Here
0
- 
1
Based on RFC 3501 and original imaplib module.
2
3
This is a version of imaplib that uses threads to allow full use of
4
the IMAP4 concurrency features, and to de-couple a user of imaplib
5
from i/o lags, except where explicitly allowed.
6
7
WWW: https://github.com/jazzband/imaplib2/

Return to bug 262232