How to Install and Uninstall mpop Package on Kali Linux

Last updated: May 02,2024

1. Install "mpop" package

This guide let you learn how to install mpop on Kali Linux

$ sudo apt update $ sudo apt install mpop

2. Uninstall "mpop" package

This guide covers the steps necessary to uninstall mpop on Kali Linux:

$ sudo apt remove mpop $ sudo apt autoclean && sudo apt autoremove

3. Information about the mpop package on Kali Linux

Package: mpop
Version: 1.4.18-1
Installed-Size: 627
Maintainer: Emmanuel Bouthenot
Architecture: amd64
Depends: libc6 (>= 2.34), libgnutls30 (>= 3.7.5), libgsasl18 (>= 1.1), libsecret-1-0 (>= 0.7)
Recommends: libsecret-tools | keepassxc | seahorse | kwalletmanager
Conflicts: mpop-gnome
Size: 182560
SHA256: 67aeca3939a75403ae71b9bef3d8ada13f10d1251c100f9d40fc86daea2bb95c
SHA1: 383fac3b06fdf9eed69e06c3109890818a061be3
MD5sum: 88455717b725ea30cca3eb1b0f42008f
Description: POP3 mail retriever
mpop is a fast and simple fetchmail replacement to retrieve mail from POP3
servers. Its main features are header based mail filtering, multiple
authentication methods, TLS encrypted connections or delivery.
.
There are a few things mpop can do that fetchmail can't or that it
does better:
- mpop never ever tries to parse mail information except for the
envelope-from address, which is the bare minimum that it has to do.
- mpop never ever alters mail messages except for adding a "Received"
header, which is the bare minimum that it has to do.
- mpop uses several techniques (including pipelining) to reduce the
POP3 protocol overhead. It is therefore much faster than fetchmail.
- By default, mpop stores the mail UIDs (unique ids) in one file per
account. You can poll different mail accounts in parallel.
- The progress output is nicer ;-)
- You can pipe the headers of a mail through a filter that decides if
the mail should be downloaded, skipped, or deleted. This allows one
to delete junk mail from a POP3 server without downloading the
entire message.
- mpop can deliver mails directly to mbox and maildir mail folders.
Description-md5:
Homepage: https://marlam.de/mpop/
Tag: implemented-in::c, mail::pop, protocol::pop3, role::program,
use::downloading, works-with::mail
Section: net
Priority: optional
Filename: pool/main/m/mpop/mpop_1.4.18-1_amd64.deb