GET /api/v1/ports/?format=api&ordering=-created_at&page=944
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52338,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=945",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=943",
    "results": [
        {
            "name": "signing-party",
            "portdir": "mail/signing-party",
            "version": "2.11",
            "license": "BSD and GPL-2 and GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://salsa.debian.org/signing-party-team/signing-party",
            "description": "Various OpenPGP related tools",
            "long_description": "signing-party is a collection for all kinds of PGP/GnuPG related things, including signing scripts, party preparation scripts, etc.",
            "active": true,
            "categories": [
                "security",
                "mail"
            ],
            "maintainers": [
                {
                    "name": "cal",
                    "github": "neverpanic",
                    "ports_count": 60
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "automake",
                        "autoconf"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-class-methodmaker",
                        "p5.34-gnupg-interface",
                        "p5.34-mailtools",
                        "p5.34-mime-tools",
                        "p5.34-net-idn-encode",
                        "libmd",
                        "p5.34-text-iconv",
                        "p5.34-text-template",
                        "p5.34-term-readkey",
                        "qprint",
                        "perl5.34"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gnupg2",
                        "python38",
                        "dialog"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sieve-connect",
            "portdir": "mail/sieve-connect",
            "version": "0.90",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/philpennock/sieve-connect",
            "description": "A client for the MANAGESIEVE Protocol",
            "long_description": "sieve-connect is a client for the ManageSieve protocol, as specifed in RFC 5804.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "p5.34-io-socket-ip",
                        "p5.34-io-socket-ssl",
                        "p5.34-authen-sasl",
                        "p5.34-net-dns",
                        "p5.34-term-readkey",
                        "p5.34-mozilla-publicsuffix"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sendemail",
            "portdir": "mail/sendemail",
            "version": "1.56",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://caspian.dotconf.net/menu/Software/SendEmail/",
            "description": "lightweight, completly command line based SMTP email agent",
            "long_description": "sendemail is a lightweight, completly command line based, SMTP email agent. If you have the need to send email from a command prompt this tool is perfect. It was designed to be used in bash scripts, Perl programs, and web sites, but it is also quite useful in many other contexts. sendemail is written in Perl and is unique in that it requires no special modules.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "perl5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "s-nail",
            "portdir": "mail/s-nail",
            "version": "14.9.24",
            "license": "(BSD-old or BSD)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.sdaoden.eu/code.html#s-nail",
            "description": "Replacement for Berkeley Mail and System V mailx command",
            "long_description": "S-nail provides a simple and friendly environment for sending and receiving mail. It is intended to provide the functionality of the POSIX mailx(1) command, but is MIME capable and optionally offers extensions for line editing, S/MIME, SMTP and POP3, among others.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "libidn2",
                        "kerberos5",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "rspamd",
            "portdir": "mail/rspamd",
            "version": "4.1.0",
            "license": "Apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://rspamd.com",
            "description": "Rapid spam filtering system.",
            "long_description": "Rspamd is an advanced spam filtering system and email processing framework that allows evaluation of messages by a number of rules including regular expressions, statistical analysis and custom services such as URL black lists. Each message is analysed by Rspamd and given a verdict that might be used by MTA for further processing (e.g. to reject a message, or add a special header indicating spam) along with other information, such as possible DKIM signature or modifications suggested for a message. Rspamd can act as a Milter allowing direct interaction with popular MTA systems, such as Postfix or Sendmail. Rspamd is designed to process hundreds of messages per second simultaneously, and provides a number of useful features including a comprehensive Lua API that allows access to messages processing in various aspects as well as asynchronous network API to access external resources, such as DNS, HTTP or even generic TCP/UDP services.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "hyperscan"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-22",
                        "pkgconfig",
                        "cmake"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "icu",
                        "libevent",
                        "libsodium",
                        "openssl",
                        "pcre2",
                        "xxhashlib",
                        "gd2",
                        "lua",
                        "luajit",
                        "zlib",
                        "ragel",
                        "gmime",
                        "OpenBLAS",
                        "fann",
                        "libmagic",
                        "libstemmer",
                        "doctest",
                        "vectorscan",
                        "perl5",
                        "zstd",
                        "sqlite3"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "redis",
                        "hiredis"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mail-server"
                    ]
                }
            ]
        },
        {
            "name": "ripmime",
            "portdir": "mail/ripmime",
            "version": "1.4.0.10",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.pldaniels.com/ripmime/",
            "description": "ripmime is for extracting attached files out of a MIME package",
            "long_description": "ripmime is for extracting attached files out of a MIME package",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qprint",
            "portdir": "mail/qprint",
            "version": "1.1",
            "license": "public-domain",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.fourmilab.ch/webtools/qprint/",
            "description": "qprint encodes and decodes Quoted-Printable files",
            "long_description": "qprint is a command line utility which encodes and decodes files in the MIME format. It can be used within a pipeline as an encoding or decoding filter, and is most commonly used in this manner as part of an automated mail processing system. With appropriate options, qprint can encode pure binary files, but it's a poor choice since it may inflate the size of the file by as much as a factor of three. The base64 MIME encoding is a better choice for such data.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "signing-party"
                    ]
                }
            ]
        },
        {
            "name": "qpopper",
            "portdir": "mail/qpopper",
            "version": "4.1.0",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20140923185107/http://www.eudora.com/products/unsupported/qpopper/",
            "description": "Eudora POP3 mail server",
            "long_description": "popper is Eudora's POP3 mail server. It does not include a mail transfer agent or an SMTP server, it just let you get your mail stored on the machine via POP3.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "ssl",
                "pam",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "qmail-spamcontrol",
            "portdir": "mail/qmail-spamcontrol",
            "version": "2.5.19",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.fehcom.de/qmail/spamcontrol.html",
            "description": "Qmail, enhanced Spamcontrol version",
            "long_description": "Robust, popular mail system.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "relaymailfrom",
                "noreqbrackets",
                "noverp",
                "moreipme",
                "bigtodo"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "vpopmail"
                    ]
                }
            ]
        },
        {
            "name": "putmail",
            "portdir": "mail/putmail",
            "version": "1.4",
            "license": "MIT",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://putmail.sourceforge.net/",
            "description": "putmail is a very lightweight MTA",
            "long_description": "putmail is a very lightweight MTA that was designed to replace the sendmail command in certain situations. It supports several configurations, SMTP authentication, TLS and should work with Mutt, nail, mail, and other similar programs.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "proxsmtp",
            "portdir": "mail/proxsmtp",
            "version": "1.2",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://memberwebs.com/nielsen/software/proxsmtp/",
            "description": "ProxSMTP is a filtering SMTP proxy daemon",
            "long_description": "ProxSMTP is a flexible tool that allows you to reject, change or log email based on arbitrary critera. It accepts SMTP connections and forwards the SMTP commands and responses to another SMTP server. The 'DATA' email body is intercepted and filtered before forwarding.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "procmail",
            "portdir": "mail/procmail",
            "version": "3.24",
            "license": "(Artistic-1 or GPL-2+)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/BuGlessRB/procmail",
            "description": "A local mail delivery agent",
            "long_description": "The procmail mail processing program can be used to create mail-servers, mailing lists, sort your incoming mail into separate folders/files (real convenient when subscribing to one or more mailing lists or for prioritising your mail), preprocess your mail, start any programs upon mail arrival (e.g. to generate different chimes on your workstation for different types of mail) or selectively forward certain incoming mail automatically to someone. Procmail can be used: - and installed by an unprivileged user (for himself only). - as a drop in replacement for the local delivery agent /bin/mail (with biff/comsat support). - as a general mailfilter for whole groups of messages (e.g. when called from within sendmail.cf rules). The accompanying formail program enables you to generate autoreplies, split up digests/mailboxes into the original messages, do some very simple header-munging/extraction, or force mail into mail-format (with leading From line).",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "spambnc"
                    ]
                }
            ]
        },
        {
            "name": "postgrey",
            "portdir": "mail/postgrey",
            "version": "1.37",
            "license": "GPL-2",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://postgrey.schweikert.ch/",
            "description": "Postfix policy server implementing greylisting",
            "long_description": "When a request for delivery of a mail is received by Postfix via SMTP, the triplet CLIENT_IP / SENDER / RECIPIENT is built. If it is the first time that this triplet is seen, or if the triplet was first seen, less than 5 minutes ago, then the mail gets rejected with a temporary error. Hopefully spammers or viruses will not try again later, as it is however required per RFC.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34",
                        "p5.34-berkeleydb",
                        "p5.34-io-multiplex",
                        "p5.34-net-server"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "postfix",
            "portdir": "mail/postfix",
            "version": "3.11.4",
            "license": "(IBMPL-1 or EPL-2)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.postfix.org/",
            "description": "Fast and robust mail transfer agent",
            "long_description": "Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail-compatible enough to not upset existing users. It also offers QMQP and VERP support to let Postfix act as delivery daemon for ezmlm-idx.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [
                {
                    "name": "jmr",
                    "github": "jmroot",
                    "ports_count": 353
                }
            ],
            "variants": [
                "ldap",
                "pcre",
                "pcre2",
                "universal",
                "dovecot_sasl",
                "sasl",
                "smtputf8",
                "tls",
                "mariadb10.5",
                "mariadb10.6",
                "mariadb10.11",
                "mariadb11.4",
                "mysql8",
                "postgresql15",
                "postgresql16",
                "postgresql13",
                "postgresql14",
                "postgresql17",
                "postgresql18",
                "postgresql12",
                "mariadb10.4"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "mail-server",
                        "mailqfmt",
                        "sympa",
                        "vm-pop3d",
                        "argus-monitor"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "sqlgrey",
                        "postfixadmin",
                        "ddclient"
                    ]
                }
            ]
        },
        {
            "name": "postfinger",
            "portdir": "mail/postfinger",
            "version": "1.30",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://ftp.wl0.org/postfinger",
            "description": "Postfix Configuration Summary Reporter",
            "long_description": "Postfix Configuration Summary Reporter",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "postal",
            "portdir": "mail/postal",
            "version": "0.72",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.coker.com.au/postal/",
            "description": "Benchmark SMTP/POP servers",
            "long_description": "Postal is a SMTP benchmark. Postal-list will list all the possible expansions for an account name (used for creating a list of accounts to create on your test server). Rabid is the mad Biff, it is a POP benchmark.",
            "active": true,
            "categories": [
                "mail",
                "benchmarks"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gnutls"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pop3proxy",
            "portdir": "mail/pop3proxy",
            "version": "2.0.0-beta8",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20070207074341/http://quietsche-entchen.de/cgi-bin/wiki.cgi/proxies/Pop3Proxy",
            "description": "application level gateway for the POP3 protocol",
            "long_description": "pop3.proxy is an application level gateway for the POP3 protocol. Unlike generic TCP proxys (like tcpproxy) it looks into the data stream watching that client and server fullfill the protocol specification. pop3.proxy is based on RFC 1939.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pine",
            "portdir": "mail/pine",
            "version": "4.64",
            "license": "(UW's or Pine or License)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.washington.edu/pine/",
            "description": "Pine - a Program for Internet News and Email",
            "long_description": "Pine is a tool for reading, sending, and managing electronic messages that was designed with novice users in mind.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pflogsumm",
            "portdir": "mail/pflogsumm",
            "version": "1.1.5",
            "license": "GPL-2+",
            "platforms": "{darwin any} freebsd",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://jimsun.linxnet.com/postfix_contrib.html",
            "description": "Produce Postfix MTA logfile summary",
            "long_description": "Pflogsumm is a log analyzer/summarizer for the Postfix MTA. It is designed to provide an over-view of Postfix activity, with just enough detail to give the administrator a heads up for potential trouble spots. Pflogsumm generates summaries and, in some cases, detailed reports of mail server traffic volumes, rejected and bounced email, and server warnings, errors and panics. Also installs Chris Cappuccio's CGI script for browser access to the Pflogsumm output.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "p5.34-date-calc"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "perfect_maildir",
            "portdir": "mail/perfect_maildir",
            "version": "0.3",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://perfectmaildir.home-dn.net/",
            "description": "Simple but Perfect mbox to Maildir converter",
            "long_description": "Simple but Perfect mbox to Maildir converter by Philip Mak.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "perl5.34",
                        "p5.34-timedate"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "pemail",
            "portdir": "mail/pemail",
            "version": "1.2",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://pemail.sourceforge.net",
            "description": "pop3 email client for the command line",
            "long_description": "pemail allows you to view POP3 email from the command line, with a fairly intuitive interface, much like the UNIX mail(1) command does. pemail also allows you to send email from the same interface, making it pretty much an all in one mail client for the UNIX command line.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5.34"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "p5.34-mail-pop3client",
                        "p5.34-mime-lite",
                        "p5.34-term-readkey"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "opensmtpd",
            "portdir": "mail/opensmtpd",
            "version": "7.8.0p1",
            "license": "ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.opensmtpd.org",
            "description": "secure, reliable, lean, and easy-to configure SMTP server",
            "long_description": "The OpenSMTPD server seeks to be \n* as secure as possible, and uses privilege separation to mitigate \n possible security bugs \n* as reliable as possible: any accepted email must not be lost \n* lean: it covers typical usage cases instead of every obscure one \n* easy to configure, with a configuration syntax reminiscent of the OpenBSD \n Packet Filter's (PF) \n* fast and efficient: it can handle large queues with reasonable performance",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [
                {
                    "name": "rak",
                    "github": "ryanakca",
                    "ports_count": 9
                },
                {
                    "name": "artkiver",
                    "github": "artkiver",
                    "ports_count": 12
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "libtool",
                        "clang-18",
                        "autoconf",
                        "bison"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "libevent"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "opendkim",
            "portdir": "mail/opendkim",
            "version": "2.10.3",
            "license": "(BSD or restrictive/distributable)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.opendkim.org/",
            "description": "OpenDKIM is an implementation of the DKIM (Domain Keys Identified Mail)",
            "long_description": "OpenDKIM is an implementation of the DKIM (Domain Keys Identified Mail)",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "autoconf"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libmilter",
                        "unbound",
                        "openssl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "offlineimap",
            "portdir": "mail/offlineimap",
            "version": "8.0.1",
            "license": "(GPL-2+ or OpenSSLException)",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.offlineimap.org",
            "description": "IMAP/Maildir synchronization and reader support",
            "long_description": "OfflineIMAP is a tool to simplify your e-mail reading. With OfflineIMAP, you can: - Read the same mailbox from multiple computers, and have your changes (deletions, etc.) be automatically reflected on all computers - Use various mail clients to read a single mail box - Read mail while offline (on a laptop) and have all changes synchronized when you get connected again - Read IMAP mail with mail readers that do not support IMAP - Use SSL (secure connections) to read IMAP mail even if your reader doesn't support SSL - Synchronize your mail using a completely safe and fault-tolerant algorithm. (At least I think it is!) - Customize which mailboxes to synchronize with regular expressions or lists - Synchronize your mail two to four times faster than with other tools or other mail readers' internal IMAP support In short, OfflineIMAP is a tool to let you read mail how YOU want to.",
            "active": true,
            "categories": [
                "mail",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "asciidoc",
                        "docbook-xsl-nons",
                        "clang-18",
                        "py314-setuptools",
                        "py314-docutils",
                        "py314-sphinx"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "curl-ca-bundle",
                        "py314-rfc6555",
                        "python314",
                        "py314-keyring",
                        "py314-gssapi",
                        "py314-distro",
                        "py314-imaplib2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "notmuch-addrlookup",
            "portdir": "mail/notmuch-addrlookup",
            "version": "8",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/aperezdc/notmuch-addrlookup-c",
            "description": "Address lookup tool for Notmuch in C using GLib and libnotmuch",
            "long_description": "Address lookup tool for Notmuch in C using GLib and libnotmuch",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "notmuch"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "notmuch",
            "portdir": "mail/notmuch",
            "version": "0.38.3",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://notmuchmail.org",
            "description": "Fast, global-search and tag-based email system",
            "long_description": "\"Not much mail\" is what Notmuch thinks about your email collection, even if you receive 12000 messages per month or have on the order of millions of messages that you've been saving for decades. Regardless, Notmuch will be able to quickly search all of it. It's just plain not much mail.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "emacs",
                "mutt",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py313-sphinx",
                        "py313-sphinxcontrib-devhelp",
                        "py313-sphinxcontrib-applehelp",
                        "py313-sphinxcontrib-htmlhelp",
                        "py313-sphinxcontrib-jsmath",
                        "py313-sphinxcontrib-qthelp",
                        "py313-sphinxcontrib-serializinghtml",
                        "pkgconfig",
                        "bash-completion",
                        "doxygen",
                        "texinfo",
                        "clang-18",
                        "python313",
                        "py313-cffi"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gpgme",
                        "talloc",
                        "xapian-core",
                        "gmime3",
                        "zlib"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "alot"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "aerc",
                        "astroid",
                        "muchsync",
                        "notmuch-addrlookup"
                    ]
                }
            ]
        },
        {
            "name": "newmail",
            "portdir": "mail/newmail",
            "version": "1.0.1",
            "license": "none",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ugh.net.au/~andrew/",
            "description": "Utility to check for new mail in multiple mailboxes",
            "long_description": "newmail looks at mailboxes and determines if any new mail has arrived. The mailboxes to be examined are specified as command line arguments. If a directory is specified, all mailboxes inside will be checked. By default, it runs every 15 minutes by the user's shell.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "neomutt",
            "portdir": "mail/neomutt",
            "version": "20260616",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://neomutt.org",
            "description": "The Mutt E-Mail Client (patched version with added features)",
            "long_description": "Mutt is a small but very powerful text-based MIME mail client. Mutt is highly configurable, and is well suited to the mail power user with advanced features like key bindings, keyboard macros, mail threading, regular expression searches and a powerful pattern matching language for selecting groups of messages.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                }
            ],
            "variants": [
                "autocrypt",
                "db4",
                "db5",
                "doc",
                "gdbm",
                "gnutls",
                "gpgme",
                "gss",
                "homespool",
                "idn",
                "kyotocabinet",
                "lmdb",
                "lua",
                "mutt",
                "notmuch",
                "qdbm",
                "rocksdb",
                "sasl",
                "sqlite",
                "tdb",
                "tokyocabinet",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "pkgconfig",
                        "docbook-xml-4.2",
                        "docbook-xsl-nons",
                        "libxslt",
                        "w3m"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "perl5",
                        "lz4",
                        "libiconv",
                        "libidn2",
                        "zlib",
                        "zstd",
                        "gettext",
                        "gpgme",
                        "ncurses"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "curl-ca-bundle"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "nbsmtp",
            "portdir": "mail/nbsmtp",
            "version": "1.00",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20071013050201/http://nbsmtp.ferdyx.org/",
            "description": "simple command line smtp client",
            "long_description": "No Brainer SMTP (nbSMTP) is a simple SMTP client suitable to run in chroot jails, in embedded systems, laptops, or workstations.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl3"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "muttprint",
            "portdir": "mail/muttprint",
            "version": "0.72d",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://muttprint.sourceforge.net",
            "description": "pretty printing of your mails",
            "long_description": "Muttprint formats the output of mail clients to a good-looking printing using the typesetting system LaTeX.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "dialog",
                        "p5.34-text-iconv",
                        "p5.34-timedate"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "muttils",
            "portdir": "mail/muttils",
            "version": "1.3",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "https://bitbucket.org/blacktrash/muttils",
            "description": "Utilities for console mail clients",
            "long_description": "This package provides utilities for use with console mail clients, e.g. Mutt. Includes sigpager, urlpager, urlbatcher, pybrowser, viewhtmlmsg, and wrap.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mutt_ics",
            "portdir": "mail/mutt_ics",
            "version": "0.9.2",
            "license": "MIT",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dmedvinsky/mutt-ics",
            "description": "A tool to show calendar event details in Mutt",
            "long_description": "mutt_ics allows you to view calendar attachments inline in Mutt.",
            "active": true,
            "categories": [
                "mail",
                "python"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "py314-build",
                        "py314-setuptools",
                        "py314-wheel",
                        "clang-18",
                        "py314-installer"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "py314-icalendar",
                        "python314"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mutt",
            "portdir": "mail/mutt",
            "version": "2.3.2",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.mutt.org",
            "description": "The Mutt E-Mail Client",
            "long_description": "Mutt is a small but very powerful text-based MIME mail client. Mutt is highly configurable, and is well suited to the mail power user with advanced features like key bindings, keyboard macros, mail threading, regular expression searches and a powerful pattern matching language for selecting groups of messages.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [
                {
                    "name": "l2dy",
                    "github": "l2dy",
                    "ports_count": 97
                }
            ],
            "variants": [
                "idn",
                "pop",
                "imap",
                "ssl",
                "gnutls",
                "sasl",
                "debug",
                "gdbm",
                "lmdb",
                "db4",
                "smtp",
                "sqlite3",
                "autocrypt",
                "gpgme",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gdbm",
                        "gettext",
                        "gnutls",
                        "zlib",
                        "libidn",
                        "libiconv",
                        "ncurses"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "curl-ca-bundle"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "muchsync",
            "portdir": "mail/muchsync",
            "version": "7",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.muchsync.org/",
            "description": "Synchronize mail messages and notmuch tags across machines.",
            "long_description": "Muchsync brings Notmuch to all of your computers by synchronizing your mail messages and Notmuch tags across machines. The protocol is heavily pipelined to work efficiently over high-latency networks such as mobile broadband.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "sqlite3",
                        "xapian-core",
                        "notmuch"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mu",
            "portdir": "mail/mu",
            "version": "1.12.13",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.djcbsoftware.nl/code/mu/",
            "description": "Command-line tools to index and search email (aka maildir-utils)",
            "long_description": "mu is a set of command-line tools for Linux/Unix that enable you to quickly find the e-mails you are looking for. First, a tool called mu-index fills a database with information about all your e-mails. After that, you can easily search for them, using mu-find and its dedicated query language.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 151
                }
            ],
            "variants": [
                "emacs",
                "guile",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "ninja",
                        "python312",
                        "clang-20",
                        "meson",
                        "pkgconfig"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmime3",
                        "xapian-core"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "msmtp",
            "portdir": "mail/msmtp",
            "version": "1.8.32",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://marlam.de/msmtp/",
            "description": "SMTP client that can be used as an SMTP plugin for Mutt",
            "long_description": "msmtp is an SMTP client that can be used as an SMTP plugin for Mutt and probably other MUAs (mail user agents). It forwards mails to an SMTP server which does the delivery. To use this program, create a configuration file with your mail account(s) and tell your MUA to call msmtp instead of /usr/sbin/sendmail.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 151
                }
            ],
            "variants": [
                "mta",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "libgsasl",
                        "gnutls",
                        "libidn2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mpop",
            "portdir": "mail/mpop",
            "version": "1.2.2",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://mpop.sourceforge.net/",
            "description": "small and fast POP3 client",
            "long_description": "mpop is a small and fast POP3 client with header based mail filtering capabilities.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "gnutls",
                        "libgsasl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mpack",
            "portdir": "mail/mpack",
            "version": "1.6",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://en.wikipedia.org/wiki/Mpack_(Unix)",
            "description": "mime mail packing and unpacking",
            "long_description": "mpack and munpack provide command line tools to pack and unpack multipart mime mail messages",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mixminion",
            "portdir": "mail/mixminion",
            "version": "0.0.7.1",
            "license": "(LGPL-2.1 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mixminion.net/",
            "description": "implementation of the Type III Anonymous Remailer protocol",
            "long_description": "Mixminion is the reference implementation of the Type III Anonymous Remailer protocol in Python.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "milter-greylist",
            "portdir": "mail/milter-greylist",
            "version": "4.6.4",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://hcpnet.free.fr/milter-greylist/",
            "description": "milter-greylist standalone greylist milter",
            "long_description": "milter-greylist is a stand-alone milter written in C that implements the greylist filtering method",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [
                {
                    "name": "dluke",
                    "github": "danielluke",
                    "ports_count": 31
                }
            ],
            "variants": [
                "postfix",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libmilter"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mb2md",
            "portdir": "mail/mb2md",
            "version": "3.20",
            "license": "public-domain",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://batleth.sapienti-sat.org/projects/mb2md",
            "description": "Script for converting Mbox mailboxes to Maildir format",
            "long_description": "Perl script that takes one or more Mbox format mailbox files in a directory and convert them to Maildir format mailboxes. It also converts the mailspool file. It is smart enough to not transfer a dummy message such as the UW IMAPD puts at the start of Mbox mailboxes - and you could add your own search terms into the script to make it ignore other forms of dummy first message.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "perl5.34",
                        "p5.34-timedate"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mairix",
            "portdir": "mail/mairix",
            "version": "0.24",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.rc0.org.uk/mairix/",
            "description": "Email index and search tool",
            "long_description": "mairix is a program for indexing and searching email messages stored in Maildir, MH or mbox folders. Indexing is fast. It runs incrementally on new messages - any particular message only gets scanned once in the lifetime of the index file. The search mode populates a virtual maildir (or MH) folder with symlinks which point to the real messages. This folder can be opened as usual in your mail program. The search mode is very fast. Indexing and searching works on the basis of words. The index file tabulates which words occur in which parts (particular headers + body) of which messages.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [
                {
                    "name": "enckse",
                    "github": "enckse",
                    "ports_count": 3
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "bzip2",
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mailutils",
            "portdir": "mail/mailutils",
            "version": "3.17",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://mailutils.org/",
            "description": "General-Purpose Mail Packages",
            "long_description": "Mailutils is a swiss army knife of electronic mail handling. It offers a rich set of utilities and daemons for processing e-mail.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "readline",
                "ldap",
                "server",
                "guile",
                "gnutls",
                "fribidi",
                "tcp_wrappers",
                "gdbm",
                "ndbm",
                "gssapi",
                "unistring",
                "gsasl",
                "python313",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "tcp_wrappers",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "xz"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunistring"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mailsync",
            "portdir": "mail/mailsync",
            "version": "5.2.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://mailsync.sourceforge.net/",
            "description": "keeps collection of mailboxes in sync",
            "long_description": "Mailsync is a way of keeping a collection of mailboxes synchronized. The mailboxes may be on the local filesystem or on an IMAP server.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "cclient",
                        "kerberos5"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mailqfmt",
            "portdir": "mail/mailqfmt",
            "version": "0.6",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://web.archive.org/web/20130627035045/http://www.dt.e-technik.uni-dortmund.de/~ma/postfix/",
            "description": "Postfix mailq file reformatter",
            "long_description": "mailqfmt reformats postfix mail queue with single line entries that are easier to parse",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "perl5_28",
                "perl5_30",
                "perl5_32",
                "perl5_34",
                "apple_postfix"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "postfix",
                        "perl5.34",
                        "p5.34-http-date"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mailman",
            "portdir": "mail/mailman",
            "version": "2.1.29",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.list.org/",
            "description": "Mailman, the GNU Mailing List Manager",
            "long_description": "Mailman is free software for managing electronic mail discussion and e-newsletter lists. Mailman is integrated with the web, making it easy for users to manage their accounts and for list owners to administer their lists. Mailman supports built-in archiving, automatic bounce processing, content filtering, digest delivery, spam filters, and more.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "py27-dnspython"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "maildrop",
            "portdir": "mail/maildrop",
            "version": "3.1.6",
            "license": "(GPL-3 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.courier-mta.org/maildrop/",
            "description": "Mail delivery agent (MDA) with filtering abilities",
            "long_description": "Mail delivery agent (MDA) with filtering abilities",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "vpopmail",
                "qmail",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gdbm",
                        "courier-unicode",
                        "pcre2",
                        "libidn2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "mail-server",
            "portdir": "mail/mail-server",
            "version": "1.6.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.postfix.org/",
            "description": "Mail server configuration",
            "long_description": "Mail server working configuration that provides a basic, working, easily modifiable mail server. The configuration is built using postfix for the MTA, dovecot for the MDA, solr for fast search, rspamd for a milter, and clamav for email virus scans. The configuration includes a surrogate TLS certificate, DKIM, and Apple Push Notification Service (APNS) capability for iOS devices.",
            "active": true,
            "categories": [
                "net",
                "mail"
            ],
            "maintainers": [
                {
                    "name": "s.t.smith",
                    "github": "essandess",
                    "ports_count": 37
                }
            ],
            "variants": [
                "initialize_always",
                "logrotate"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pcre2",
                        "dcc",
                        "dovecot",
                        "dovecot-sieve",
                        "postfix",
                        "rspamd",
                        "openssl",
                        "sf-pwgen",
                        "logrotate",
                        "expat",
                        "curl"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "apache-solr9",
                        "clamav-server"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "calendar-contacts-server"
                    ]
                }
            ]
        },
        {
            "name": "lurker",
            "portdir": "mail/lurker",
            "version": "2.3",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://lurker.sourceforge.net/",
            "description": "Not just another mailing list archiver.",
            "long_description": "After being subscribed to interesting mailing lists, lurker archives all incoming mail into a database. Old mail can also be imported. Once mail is in the database, lurker can help you search the unending noise for those gems you need to read. A web-browser is used to interact with lurker. This makes lurker useful for mailing list administrators, who can deploy lurker on the host of several related lists. Among some of the interesting features lurker offers you can find: full keyword search by body, subject, author, ...; a graphical representation of message relationships; charts of the current activity about a topic; searching lists or queries around an estimated time; signature verification to confirm the author; messages markup to find related information; etc.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libiconv",
                        "libxslt"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "lmtp2nntp",
            "portdir": "mail/lmtp2nntp",
            "version": "1.4.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.ossp.org/pkg/tool/lmtp2nntp/",
            "description": "LMTP service for use in conjunction with an MTA",
            "long_description": "OSSP lmtp2nntp is an LMTP service for use in conjunction with an MTA (like Sendmail), providing a reliable, real-time mail to news gateway. Input messages get their headers slightly reformatted to match Usenet news article format, and the article is posted or feeded into a remote NNTP service (like INN). Delivery must take place immediately or the transaction fails.",
            "active": true,
            "categories": [
                "mail"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        }
    ]
}