pkg.soopen package index

brew / rang 5558

Installer imapfilter avec Homebrew, apk, apt, dnf, MacPorts, Nix, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de imapfilter pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install imapfilter

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install imapfilter

MacPorts ports tree · mail/imapfilter/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add imapfilter

Alpine Linux edge package indexes · imapfilter · Source: dl-cdn.alpinelinux.org

Debian aptvérifié · 92%
sudo apt install imapfilter

Debian stable package indexes · imapfilter · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install imapfilter

Fedora Rawhide package metadata · imapfilter · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#imapfilter

nixpkgs package indexes · pkgs/by-name/im/imapfilter/package.nix · Source: api.github.com

openSUSE zyppervérifié · 92%
sudo zypper install imapfilter

openSUSE Tumbleweed package metadata · imapfilter · Source: download.opensuse.org

aperçu

Résumé du paquet

IMAP message processor/filter

Commandes et alias

  • imapfilter

historique

Historique du projet et usages

IMAPFilter is a scriptable command-line IMAP mail processor. Its distinguishing package-manager shape is that the filtering policy is written in Lua, so a small Unix utility becomes a programmable mail-maintenance environment rather than a fixed-rule filter.

Historique du projet

IMAPFilter 1.0 was released on May 23, 2004. The project settled into the 2.x line in 2007, and its NEWS file shows steady maintenance around IMAP protocol behavior, mailbox handling, Lua compatibility, TLS/OpenSSL support, and recovery from network failures.

The README describes IMAPFilter as a utility that connects to remote IMAP servers, searches messages, and then deletes, copies, moves, flags, or otherwise processes messages across mailboxes and servers. It documents Lua as both the configuration language and extension language, with manual pages for the command and configuration format.

Historique d'adoption

The project became useful in the niche where users wanted server-side mail triage without running a full mail client or local mail store. Its continued Homebrew formula and release train through the 2.8 series show a long-lived CLI with modest but persistent packaging demand.

The NEWS timeline reflects adaptation to real mail-server drift: TLS 1.1 and 1.2 support in 2013, certificate validation improvements in 2014, XOAUTH2 support in 2015, OpenSSL 3 support in 2022, and UTF-8 IMAP support in 2023.

Modes d'utilisation

Users write Lua configuration under the documented IMAPFilter config path, then run the CLI to search remote mailboxes and apply actions. Because credentials can live in the same Lua config, the tool is often treated like a personal automation script with careful file permissions.

Typical package-nerd usage is cron-style mailbox hygiene: delete or move old mail, copy messages between accounts, flag matching messages, or use Lua extensions when ordinary IMAP search expressions are not expressive enough.

Pourquoi les passionnés de paquets s'y intéressent

IMAPFilter is a classic example of a small C/Unix utility made powerful by embedding a scripting language. For package people, it sits in the same mental drawer as fetchmail, procmail, and notmuch-adjacent mail tools: compact, automatable, and opinionated about text configuration.

Its history is also a reminder that email automation packages age by tracking servers, TLS stacks, authentication methods, and language runtimes. The interesting maintenance work is less feature splash and more staying compatible with IMAP providers and Lua/OpenSSL releases.

Chronologie

  • 2004: IMAPFilter 1.0 is released.
  • 2007: IMAPFilter 2.0 introduces the long-running 2.x series.
  • 2012: IMAPFilter 2.5 adds session recovery and Lua 5.2 compatibility while making OpenSSL mandatory.
  • 2015: IMAPFilter 2.6 adds Lua 5.3 compatibility and later XOAUTH2 support.
  • 2020: IMAPFilter 2.7 adds Lua 5.4 and PCRE2 compatibility.
  • 2023: IMAPFilter 2.8 adds a new recovery mechanism; 2.8.2 adds UTF-8 IMAP support.
  • 2026: IMAPFilter 2.8.5 re-adds an OAuth2 example in the sample extension file.

Related projects

  • Lua is central to IMAPFilter's configuration and extension model.
  • OpenSSL and PCRE2 are key build-time dependencies named by the project README.
  • Other mail automation tools such as procmail, fetchmail, offlineimap, mbsync, and notmuch occupy adjacent packaging territory, though IMAPFilter focuses on remote IMAP mailbox processing.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 3 dépendances d’exécution.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.imapfilter/config.lua

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.imapfilter/config.lua

exécutables

Exécutables installés

CommandeTypeExpositionNote
imapfiltercliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-08-04
version du gestionnaire2.8.5
gestionnaire mis à jour2026-06-25
données localesOK
amontà jour
dernière version détectéev2.8.5

https://github.com/lefcha/imapfilter

  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:imapfilter
Version2.8.5
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/imapfilter
Page d'accueilhttps://github.com/lefcha/imapfilter/
Dépôthttps://github.com/lefcha/imapfilter
Docs amonthttps://github.com/lefcha/imapfilter/
LicenceMIT
Archive sourcehttps://github.com/lefcha/imapfilter/archive/refs/tags/v2.8.5.tar.gz
Dernière mise à jour2026-06-25T13:37:45+02:00
Pulseupdated
Dépendanceslua, openssl@3, pcre2
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré
PrécautionsYou will need to create a ~/.imapfilter/config.lua file. Samples can be found in: $HOMEBREW_CELLAR/imapfilter/2.8.5/samples

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameimapfilter
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

imapfilter 1:2.8.2+1-0.2+b1

filter mail in your IMAP account

https://github.com/lefcha/imapfilter

sudo apt install imapfilter
  • Section: mail
  • Architecture: amd64
  • Source Package: imapfilter
  • 4 Dépendances
  • normalized package name match
  • Correspondance par : Imapfilter
Debian stable package indexes · deb.debian.org · Debian stable package indexes: imapfilter from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

imapfilter

nix profile install nixpkgs#imapfilter
  • normalized package name match
  • Correspondance par : Imapfilter
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/im/imapfilter/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

imapfilter 1:2.8.2+1-0.2build2

filter mail in your IMAP account

https://github.com/lefcha/imapfilter

sudo apt install imapfilter
  • Section: universe/mail
  • Architecture: amd64
  • 4 Dépendances
  • normalized package name match
  • Correspondance par : Imapfilter
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: imapfilter from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

imapfilter 2.8.2-r0

Lua-based filtering for IMAP mailboxes

https://github.com/lefcha/imapfilter

sudo apk add imapfilter
  • License: MIT
  • Architecture: x86_64
  • Source Package: imapfilter
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Imapfilter
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: imapfilter from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

imapfilter-doc 2.8.2-r0

Lua-based filtering for IMAP mailboxes (documentation)

https://github.com/lefcha/imapfilter

sudo apk add imapfilter-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: imapfilter
  • normalized package name match
  • Correspondance par : Imapfilter
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: imapfilter-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

imapfilter 2.8.3-5.fc45

A flexible client side mail filtering utility for IMAP servers

https://github.com/lefcha/imapfilter

sudo dnf install imapfilter
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: imapfilter
  • 7 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Imapfilter
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: imapfilter from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst
zypper95%

imapfilter 2.8.5-1.4

A mail filtering utility

https://github.com/lefcha/imapfilter

sudo zypper install imapfilter
  • License: MIT
  • Category: Productivity/Networking/Email/Utilities
  • Architecture: x86_64
  • Source Package: imapfilter
  • 5 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Imapfilter
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: imapfilter from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

imapfilter

sudo port install imapfilter
  • normalized package name match
  • Correspondance par : Imapfilter
MacPorts ports tree · api.github.com · MacPorts ports tree: mail/imapfilter/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation