How to Install and Uninstall mpop Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 03,2024

1. Install "mpop" package

Please follow the instructions below to install mpop on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mpop

2. Uninstall "mpop" package

This guide covers the steps necessary to uninstall mpop on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the mpop package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: mpop
Priority: extra
Section: universe/net
Installed-Size: 212
Maintainer: Ubuntu Developers
Original-Maintainer: Emmanuel Bouthenot
Architecture: amd64
Version: 1.2.3-1build1
Depends: libc6 (>= 2.15), libgnutls30 (>= 3.4.2), libgsasl7 (>= 1.1)
Filename: pool/universe/m/mpop/mpop_1.2.3-1build1_amd64.deb
Size: 90170
MD5sum: abad60d0301d2cd96dbd96f240533edf
SHA1: af046c7978cac08cb27afa9b341b88de0b4ae9b1
SHA256: 1398ad881e07ab9a4d22297ee5d3e136f57e10d942df1d701e690ae7e1db5ed7
Description-en: 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.
.
This package is compiled with GSASL and TLS/SSL support.
Description-md5: 4e2610eec53ac90b3e5120c466583bd7
Homepage: http://mpop.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu