Skip to content

marlam/mpop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bdb817f · Jan 13, 2025
Jan 13, 2025
Dec 12, 2024
Jan 13, 2025
Nov 19, 2023
Oct 19, 2024
Apr 23, 2020
Apr 22, 2020
Jun 12, 2018
Jul 16, 2007
Nov 30, 2014
Dec 1, 2014
Nov 13, 2020
Jan 13, 2025
Sep 9, 2009
Nov 19, 2023
Dec 21, 2010
Jan 13, 2025

Repository files navigation

mpop retrieves mails from POP3 mailboxes.

Features include:
- Support for multiple accounts
- Header based mail filtering: filter junk mail before downloading it
- Delivery to mbox files, maildir folders, or a mail delivery agent (MDA)
- TLS support including client certificates
- Support for Internationalized Domain Names (IDN)
- Many authentication methods
- Fast POP3 implementation using command pipelining
- SOCKS proxy support

mpop runs on a wide variety of platforms. It needs little more than an ANSI C
compiler and Berkeley-style sockets. It does not require any additional libraries,
but it can use the following to enhance its feature set:
- GnuTLS. The GnuTLS library provides TLS support.
  Alternatively, libtls from the LibreSSL project can be used.
- GNU SASL. Using the GNU SASL library adds support for some additional
  authentication methods, including SCRAM-* and GSSAPI.
- GNU libidn2. On modern Linux systems with recent glibc and GnuTLS
  libraries, mpop has automatic support for Internationalized Domain Names
  (IDN). On other systems, IDN support is available via libidn2.

The homepage of this program is <https://marlam.de/mpop>.

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License (see the file COPYING) as published
by the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.