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.
Technology for Resting Email Encrypted Storage (TREES) is a NaCL-based Dovecot encryption plugin. This plugin adds individually encrypted mail storage to the Dovecot IMAP server. It is inspired by Posteo's scrambler which uses OpenSSL and RSA key pairs. TREES works in a similar way, but uses the Sodium crypto library (based on NaCL).
How it works:
On IMAP log in, the user's cleartext password is passed to the plugin.
The plugin creates an argon2 digest from the password.
This password digest is used as a symmetric secret to decrypt a libsodium secretbox.
Inside the secretbox is stored a Curve25519 private key.
The Curve25519 private key is used to decrypt each individual message, using libsodium sealed boxes.
New mail is encrypted as it arrives using the Curve25519 public key.
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.
Email::MIME is an extension of the Email::Simple module, to handle MIME encoded messages. It takes a message as a string, splits it up into its constituent parts, and allows you access to various parts of the message. Headers are decoded from MIME encoding.
Astroid is a lightweight and fast Mail User Agent that provides a graphical interface to searching, display and composing email, organized in thread and tags. Astroid uses the notmuch backend for searches through tons of email. Astroid searches, displays and compose emails — and relies on other programs for fetching, syncing and sending email.
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.
The mblaze message system is a set of Unix utilities for processing and interacting with mail messages which are stored in maildir folders.
Its design is roughly inspired by MH, the RAND Message Handling System, but it is a complete implementation from scratch.
mblaze is a classic command line MUA and has no features for receiving or transferring messages; you can operate on messages in a local maildir spool, or fetch your messages using fdm(1), getmail(1), offlineimap(1), or similar utilities, and send it using dma(8), msmtp(1), sendmail(8), as provided by OpenSMTPD, Postfix, or similar.
mblaze operates directly on maildir folders and doesn't use its own caches or databases. There is no setup needed for many uses. All utilities have been written with performance in mind. Enumeration of all messages in a maildir is avoided unless necessary, and then optimized to limit syscalls. Parsing message metadata is optimized to limit I/O requests. Initial operations on a large maildir may feel slow, but as soon as they are in the file system cache, everything is blazingly fast. The utilities are written to be memory efficient (i.e. not wasteful), but whole messages are assumed to fit into RAM easily (one at a time).
pan is a Usenet newsreader that's good at both text and binaries. It supports offline reading, scoring and killfiles, yEnc, NZB, PGP handling, multiple servers, and secure connections.
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.
CRM114 is a system to examine incoming e-mail, system log streams, data files or other data streams, and to sort, filter, or alter the incoming files or data streams according to the user's wildest desires. Criteria for categorization of data can be via a host of methods, including regexes, approximate regexes, a Hidden Markov Model, Orthogonal Sparse Bigrams, WINNOW, Correlation, KNN/Hyperspace, or Bit Entropy (or by other means--it's all programmable).
This package provides a threaded Python IMAP4 client, based on RFC 3501 and original imaplib module.
public-inbox implements the sharing of an email inbox via Git to complement or replace traditional mailing lists. Readers may read via NNTP, IMAP, Atom feeds or HTML archives.
Swaks is a flexible, scriptable, transaction-oriented SMTP test tool. It handles SMTP features and extensions such as TLS, authentication, and pipelining; multiple versions of the SMTP protocol including SMTP, ESMTP, and LMTP; and multiple transport methods including unix-domain sockets, internet-domain sockets, and pipes to spawned processes. Options can be specified in environment variables, configuration files, and the command line allowing maximum configurability and ease of use for operators and scripters.
Rspamd is an advanced spam filtering system 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 spam score.
Postorius is a Django app which provides a web user interface to access GNU Mailman.
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.
Email::Simple provides simple parsing of RFC 2822 message format and headers.
Email::Abstract provides module writers with the ability to write simple, representation-independent mail handling code.
The Libpst utilities include readpst which can convert email messages to both mbox and MH mailbox formats, pst2ldif which can convert the contacts to .ldif format for import into LDAP databases, and other tools to process Outlook email archives.
Blists is a web interface to mailing list archives that works off indexed mbox files. There are two programs: bindex and bit. bindex generates or updates the index file (incremental updates are supported). bit is a CGI/SSI program that generates web pages on the fly. Both programs are written in C and are very fast.
NeoMutt is a command-line mail reader which is based on Mutt. It adds a large amount of new and improved features to Mutt.
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)
Alot is a terminal-based mail user agent based on the Notmuch mail indexer. It is written in Python using the urwid toolkit and features a modular and command prompt driven interface to provide a full mail user agent (MUA) experience as an alternative to the Emacs mode shipped with Notmuch.
Dovecot is a mail server whose major goals are security and reliability. It supports mbox/Maildir and its own dbox/mdbox formats.
The RSS2email program (r2e) fetches RSS/Atom news feeds, converts them into emails, and sends them.