aboutsummaryrefslogtreecommitdiff
path: root/mail/Makefile
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2021-04-15 13:52:08 +0000
committerDan Langille <dvl@FreeBSD.org>2021-04-15 13:55:12 +0000
commit3d883faa9f453a30710473c75231f64ed6a9942b (patch)
tree2cb34e51d77d9ca70ffd146721091cf98265bc39 /mail/Makefile
parent4ec0339f7320234aa2a0739ddb7b6b04598b9226 (diff)
downloadports-3d883faa9f453a30710473c75231f64ed6a9942b.tar.gz
ports-3d883faa9f453a30710473c75231f64ed6a9942b.zip
Add mail/py-django-mailbox
Easily ingest messages from POP3, IMAP, or local mailboxes into your Django application. This app allows you to either ingest e-mail content from common e-mail services (as long as the service provides POP3 or IMAP support), or directly receive e-mail messages from stdin (for locally processing messages from Postfix or Exim4). WWW: https://github.com/coddingtonbear/django-mailbox/ PR: 254826 Reported by: gettoknowmi <gettoknowmi@yahoo.com>
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index d363047af7b5..3ae3696d80a1 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -487,6 +487,7 @@
SUBDIR += py-alot
SUBDIR += py-authheaders
SUBDIR += py-authres
+ SUBDIR += py-django-mailbox
SUBDIR += py-django-mailman3
SUBDIR += py-dkimpy
SUBDIR += py-email-validator