Created attachment 223868 [details] py-django-mailbox port files 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/
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d883faa9f453a30710473c75231f64ed6a9942b commit 3d883faa9f453a30710473c75231f64ed6a9942b Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2021-04-15 13:52:08 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2021-04-15 13:55:12 +0000 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> mail/Makefile | 1 + mail/py-django-mailbox/Makefile (new) | 20 ++++++++++++++++++++ mail/py-django-mailbox/distinfo (new) | 3 +++ mail/py-django-mailbox/pkg-descr (new) | 9 +++++++++ 4 files changed, 33 insertions(+)
Thank you.