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.
alterMIME is a small program which is used to alter your mime-encoded mailpack. What can alterMIME do?
Insert disclaimers,
insert arbitrary X-headers,
modify existing headers,
remove attachments based on filename or content-type,
replace attachments based on filename.
.
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.
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.
Claws-Mail is an email client (and news reader) based on GTK+. The appearance and interface are designed to be familiar to new users coming from other popular email clients, as well as experienced users. Almost all commands are accessible with the keyboard. Plus, Claws-Mail is extensible via addons which can add many functionalities to the base client.
OfflineImap synchronizes emails between two repositories, so that you can read the same mailbox from multiple computers. It supports IMAP as REMOTE repository and Maildir/IMAP as LOCAL repository.
Sieve-connect lets you view, upload, edit, delete, and otherwise manage Sieve scripts on any mail server that speaks the ManageSieve protocol, as specified in RFC 5804.
Sieve (RFC 5228) is a specialised language for e-mail filtering. Sieve scripts are stored on the server and run whenever mail arrives. They can automatically sort new messages into folders, silently reject them, send an automated response, and more.
sieve-connect is designed to be both a tool which can be invoked from scripts as well as a decent interactive client. It supports TLS for connection privacy, as well as authentication with SASL or GSSAPI client certificates. It should be a drop-in replacement for sieveshell from the Cyrus IMAP project.
Bogofilter is a mail filter that classifies mail as spam or ham (non-spam) by a statistical analysis of the message's header and content (body). The program is able to learn from the user's classifications and corrections. It is based on a Bayesian filter.
Mew (Messaging in the Emacs World) is a user interface for text messages, multimedia messages (MIME), news articles and security functionality including PGP, S/MIME, SSH, and SSL.
libESMTP is an SMTP client that manages posting (or submission of) electronic mail via a preconfigured MTA.
It may be used as part of a MUA, or other program that must be able to post electronic mail where mail functionality may not be that program's primary purpose.
libESMTP's high-level API shields developers from the complexity of SMTP. It transparently handles many SMTP extensions including authentication, TLS, and PIPELINING for performance. Even without a pipelining server, libESMTP offers much better performance than would be expected from a simple client.
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.
The osmtpd API is an event-based C programming interface for writing OpenSMTPd filters.
The l2md command line tool imports public-inbox archives via Git and exports them in maildir format or to an MDA through a pipe.
Email::MIME::ContentType parses a MIME Content-Type header.
This Python module can be used to generate and parse RFC 5451/7001/7601 Authentication-Results email headers. It supports extensions such as:
RFC 5617 DKIM/ADSP
RFC 6008 DKIM signature identification (
header.b)RFC 6212 VBR
RFC 6577 SPF
RFC 7281
Authentication-Resultsregistration for S/MIMERFC 7293 The
Require-Recipient-Valid-Sinceheader fieldRFC 7489 DMARC
ARC (draft-ietf-dmarc-arc-protocol-08)
This module wraps MIME::Base64 and MIME::QuotedPrint.
TNEF is a tar-like program that unpacks MIME attachments of type application/ms-tnef.
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.
notifymuch displays desktop notifications for messages in the notmuch database. The notifications are sent using libnotify to a notification daemon. The query to find messages to send a notification about is configurable, and a notification for the same message will not be send within a configurable period (defaults to 48 hours). To use notifymuch, run notifymuch after new mail is indexed, this can be automated by invoking notifymuch from the post-new hook.
The filter-dkimsign OpenSMTPd filter signs outgoing e-mail messages with DKIM (RFC 4871).
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.
Dovecot is a mail server whose major goals are security and reliability. It supports mbox/Maildir and its own dbox/mdbox formats.
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.
Email::Sender replaces the old and sometimes problematic Email::Send library.
This is a Python library for the generation of email authentication headers. The library can perform DKIM, SPF, and DMARC validation, and the results are packaged into the Authentication-Results header. The library can DKIM and ARC sign messages and output the corresponding signature headers.