Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
The l2md command line tool imports public-inbox archives via Git and exports them in maildir format or to an MDA through a pipe.
Khard is an address book for the console. It creates, reads, modifies and removes CardDAV address book entries at your local machine. For synchronizing with a remote address book, vdirsyncer is recommended. Khard can also be used from within the email client mutt.
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. Muchsync supports arbitrary pairwise synchronization among replicas. A version-vector-based algorithm allows it to exchange only the minimum information necessary to bring replicas up to date regardless of which pairs have previously synchronized.
Mailman3 allows emails sent to its mailing lists to be archived by any software provided that there is a plugin (loadable by Mailman3) designed to communicate with it properly. This module contains a Mailman3 archiver plugin which sends emails to HyperKitty, the official Mailman3 web archiver.
GNU Mailman is software for managing email discussion and mailing lists. Both users and administrators generally perform their actions in a web interface, although email and command-line interfaces are also provided. The system features built-in archiving, automatic bounce processing, content filtering, digest delivery, and more.
This project is a reimplementation of the Python stdlib smtpd.py based on asyncio.
The osmtpd API is an event-based C programming interface for writing OpenSMTPd filters.
The hyperkitty Django app provides a web user interface to access GNU Mailman3 archives, and manage it. This interface uses django, and requires some configuration.
This is an address lookup tool using a Notmuch database, useful for email address completion.
A flexible, extensible mail retrieval system with support for POP3, IMAP4, SSL variants of both, maildirs, mboxrd files, external MDAs, arbitrary message filtering, single-user and domain-mailboxes, and many other useful features. This is a fork derived from getmail 5.14, aimed at Python 3 compatibility.
Pigeonhole adds support for the Sieve language (RFC 5228) and the ManageSieve protocol (RFC 5804) to the Dovecot e-mail server.
Sieve is a language for filtering incoming mail. Messages can be forwarded or sorted into separate folders. Unwanted messages can be rejected or discarded, and, when the user is not available, the Sieve interpreter can send an automated reply.
Sieve is meant to be simple, extensible, and system-independent. The intention is to make it impossible to write anything more complex (and dangerous) than simple mail filters. Unlike most other mail filtering script languages, Sieve does not allow users to execute arbitrary programmes.
Through the ManageSieve protocol, users can remotely manage their Sieve scripts without needing file system access. The server accepts only valid scripts to prevent embarrassing errors later on.
Mail::AuthenticationResults parses the message header field that indicates the message authentication status as per RFC7601. This module is not fully compliant with the RFC but it tries to implement most styles of Authentication-Results header seen in the wild.
Mumi is a Debbugs web interface.
DKIMproxy is an SMTP proxy that signs and verifies Internet mail using the Mail::DKIM Perl module. It comprises two separate proxies: an outbound proxy for signing outgoing email, and an inbound proxy for verifying signatures of incoming messages.
It was designed for Postfix, but can be used to add DKIM support to nearly any existing mail server. With Postfix, the proxies can operate as either Before-Queue or After-Queue content filters.
Balsa is a highly configurable and robust mail client for the GNOME desktop. It supports both POP3 and IMAP servers as well as the mbox, maildir and mh local mailbox formats. Balsa also supports SMTP and/or the use of a local MTA such as Sendmail.
OpenSMTPD is an implementation of server-side SMTP, with some additional standard extensions. It allows ordinary machines to exchange e-mails with other systems speaking the SMTP protocol, or to deliver them to local users.
In order to simplify the use of SMTP, OpenSMTPD implements a smaller set of functionality than those available in other SMTP daemons. The objective is to provide enough features to satisfy typical usage at the risk of unsuitability to esoteric or niche requirements.
Mutt is a small but very powerful text-based mail client for Unix operating systems.
This package provides a TNEF stream reader library and related tools to process winmail.dat files.
fdm fetches and delivers mail in various ways.
Mail may be fetched from IMAP or POP3 servers, from local maildirs, or read from standard input. It is then filtered based on regular expressions, its size or age, or the output of a (shell) command. It can be rewritten by an external process, dropped, left on the server or delivered into maildirs, mboxes, to a file or pipe, or any combination.
fdm is primarily designed for use by a single user, but can use privilege separation to safely deliver mail in multi-user setups.
This package provides Python bindings to use the Notmuch mail indexing and search library.
Sendmail is a mail transfer agent (MTA) originally developed by Eric Allman. It is highly configurable and supports many delivery methods and many transfer protocols.
mpop is a small and fast POP3 client suitable as a fetchmail replacement.
mpop supports multiple accounts, header based mail filtering, delivery to mbox files, maildir folders or an MDA, TLS/SSL, several authentication methods, IDN and SOCKS proxies.
GNU Mailutils is a collection of programs for managing, viewing and processing electronic mail. It contains both utilities and server daemons and all operate in a protocol-agnostic way. The underlying libraries are also available, simplifying the addition of mail capabilities to new software. GNU Mailutils provides the following commands:
dotlock
decodemail
frm
from
guimb
mail
mailutils
mailutils-config
messages
mimeview
movemail
popauth
putmail
readmsg
sieve
Email::Address::XS implements RFC 5322 parser and formatter of email addresses and groups. Unlike Email::Address, this module does not use regular expressions for parsing but instead is implemented in XS and uses shared code from Dovecot IMAP server.