# Install mpop with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

POP3 client. Version 1.4.22 via Homebrew; verified 2026-06-27.

## Install

```sh
sudo av install brew:mpop
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install mpop
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install mpop
```

  Evidence: MacPorts ports tree: mail/mpop/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add mpop
```

  Evidence: Alpine Linux edge package indexes: mpop from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install mpop
```

  Evidence: Debian stable package indexes: mpop from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install mpop
```

  Evidence: Fedora Rawhide package metadata: mpop from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#mpop
```

  Evidence: nixpkgs package indexes: pkgs/by-name/mp/mpop/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S mpop
```

  Evidence: Arch Linux sync databases: mpop from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install mpop
```

  Evidence: openSUSE Tumbleweed package metadata: mpop from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Package facts

- **Package key:** brew:mpop
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/mpop>
- **Version:** 1.4.22
- **Source summary:** POP3 client
- **Homepage:** <https://marlam.de/mpop/>
- **Repository:** <https://git.marlam.de/git/mpop.git>
- **Upstream docs:** <https://marlam.de/mpop/documentation>
- **License:** GPL-3.0-or-later
- **Source archive:** <https://marlam.de/mpop/releases/mpop-1.4.22.tar.xz>
- **Last updated:** 2026-06-27T13:39:18Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- mpop (cli)
- mpopd (cli)
- mpop (alias)
- mpopd (alias)

## Dependencies

- gettext
- gnutls
- libidn2

## Build dependencies

- pkgconf

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.4.22
- Package-manager updated: 2026-06-27
- Local data: ok
- Upstream repository: https://marlam.de/mpop/
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

mpop is Martin Lambers' compact POP3 retrieval client, part of the same small-mail-utilities lineage as msmtp. The project news says the first public mpop release, 0.1.0, was published on 2004-06-08, eleven months after msmtp, and the AUTHORS file says much of the code is shared with msmtp. The manual and project pages describe the package as a GPL mail retriever that can poll one or more POP3 mailboxes, skip mail already delivered by tracking UIDLs, filter headers before downloading a message, and deliver through an MDA, to maildir, or to mbox.

### Project history

Its history is mostly a steady hardening of a Unix mail pipeline tool rather than a move into a larger mail suite. The 1.4.0 stable series in 2018 discouraged OpenSSL in favor of GnuTLS, moved IDN support to libidn2, disabled GNU SASL by default, and dropped obsolete systems and weak authentication choices. Later releases added OAuth-oriented authentication support: OAUTHBEARER in 2019, XOAUTH2 in 2020, libtls support in 2020, SCRAM-SHA-256 via GNU SASL in 2021, and a minimal mpopd POP3 server in 2021 for mail clients that cannot read local mail stores directly.

### How it is used

mpop's niche is narrower and more scriptable than fetchmail. Its own documentation compares it with fetchmail by emphasizing no daemon mode, use from cron, no IMAP or multidrop support, faster POP3 command pipelining, direct maildir and mbox delivery, and header filtering that can reject junk before a full message download. In practice it is used by people who want local control over incoming mail with normal Unix tools such as procmail, SpamAssassin, cron, netrc, and local mailbox formats rather than a GUI mail client doing retrieval itself.

### Sources

- <https://github.com/marlam/mpop/blob/master/AUTHORS>
- <https://marlam.de/mpop/>
- <https://marlam.de/mpop/documentation/>
- <https://marlam.de/mpop/download/>
- <https://marlam.de/mpop/mpop.html>
- <https://marlam.de/mpop/news/>


## Security Notes

broad file, network, media, or database tool signal.

- **Geiger risk:** blue / medium
- broad file, network, media, or database tool signal


## 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

- Unix: ~/.mpoprc, $XDG_CONFIG_HOME/mpop/config

## Credential files

- Unix: ~/.netrc
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** mpop
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Other Package-Manager Records

- Debian apt - mpop - 1.4.21-1: normalized package name match | Debian stable package indexes: mpop from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | POP3 mail retriever | https://marlam.de/mpop/
- Nix - mpop: normalized package name match | nixpkgs package indexes: pkgs/by-name/mp/mpop/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - mpop - 1.4.18-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: mpop from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | POP3 mail retriever | https://marlam.de/mpop/
- apk - mpop - 1.4.21-r1: normalized package name match | Alpine Linux edge package indexes: mpop from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Retrieve mail from POP3 mailboxes | https://marlam.de/mpop/
- apk - mpop-doc - 1.4.21-r1: normalized package name match | Alpine Linux edge package indexes: mpop-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Retrieve mail from POP3 mailboxes (documentation) | https://marlam.de/mpop/
- apk - mpop-lang - 1.4.21-r1: normalized package name match | Alpine Linux edge package indexes: mpop-lang from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Languages for package mpop | https://marlam.de/mpop/
- apk - mpop-vim - 1.4.21-r1: normalized package name match | Alpine Linux edge package indexes: mpop-vim from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Vim syntax for mpop | https://marlam.de/mpop/
- dnf - mpop - 1.4.21-2.fc44: normalized package name match | Fedora Rawhide package metadata: mpop from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Client for receiving mail from POP3 mailboxes | https://marlam.de/mpop/
- pacman - mpop - 1.4.21-2: normalized package name match | Arch Linux sync databases: mpop from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A small, fast POP3 client suitable as a fetchmail replacement | https://marlam.de/mpop/
- zypper - mpop - 1.4.21-1.2: normalized package name match | openSUSE Tumbleweed package metadata: mpop from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Lightweight and featureful POP3 Client | https://marlam.de/mpop/
- zypper - mpop-doc - 1.4.21-1.2: normalized package name match | openSUSE Tumbleweed package metadata: mpop-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Documentation for mpop | https://marlam.de/mpop/
- MacPorts - mpop: normalized package name match | MacPorts ports tree: mail/mpop/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Related links

- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Productivity CLI packages](https://www.automicvault.com/pkg/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [gettext](https://www.automicvault.com/pkg/brew/gettext/) - Runtime dependency declared by Homebrew.
- [gnutls](https://www.automicvault.com/pkg/brew/gnutls/) - Runtime dependency declared by Homebrew.
- [libidn2](https://www.automicvault.com/pkg/brew/libidn2/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [fetchmail](https://www.automicvault.com/pkg/brew/fetchmail/) - Shares av.db curated category or tags: cli, email, mail-retrieval, networking, pop3.
- [getmail6](https://www.automicvault.com/pkg/brew/getmail6/) - Shares av.db curated category or tags: cli, email, mail-retrieval, networking, pop3.
- [isync](https://www.automicvault.com/pkg/brew/isync/) - Shares av.db curated category or tags: cli, email, maildir, networking.
- [mailutils](https://www.automicvault.com/pkg/brew/mailutils/) - Shares av.db curated category or tags: cli, email, networking, pop3.
- [checkdmarc](https://www.automicvault.com/pkg/brew/checkdmarc/) - Shares av.db curated category or tags: cli, email, networking.
- [msmtp](https://www.automicvault.com/pkg/brew/msmtp/) - Shares av.db curated category or tags: cli, email, networking.
- [sendemail](https://www.automicvault.com/pkg/brew/sendemail/) - Shares av.db curated category or tags: cli, email, networking.
- [swaks](https://www.automicvault.com/pkg/brew/swaks/) - Shares av.db curated category or tags: cli, email, networking.

## Combined YAML source

View the package source record on GitHub. [combined/mpop.yml](https://github.com/automic-vault/db/blob/main/combined/mpop.yml)


## Sources

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