Bug 254826 - [NEW-PORT] mail/py-django-mailbox
Summary: [NEW-PORT] mail/py-django-mailbox
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Dan Langille
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-06 18:31 UTC by gettoknowmi
Modified: 2021-04-15 13:55 UTC (History)
1 user (show)

See Also:


Attachments
py-django-mailbox port files (1.41 KB, application/x-shellscript)
2021-04-06 18:31 UTC, gettoknowmi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gettoknowmi 2021-04-06 18:31:08 UTC
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/
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-04-15 13:55:36 UTC
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(+)
Comment 2 Dan Langille freebsd_committer freebsd_triage 2021-04-15 13:55:54 UTC
Thank you.