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

Last updated: May 10,2024

1. Install "mpop-gnome" package

Here is a brief guide to show you how to install mpop-gnome on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mpop-gnome

2. Uninstall "mpop-gnome" package

Please follow the steps below to uninstall mpop-gnome on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: mpop-gnome
Priority: extra
Section: universe/net
Installed-Size: 129
Maintainer: Ubuntu Developers
Original-Maintainer: Emmanuel Bouthenot
Architecture: amd64
Source: mpop
Version: 1.2.3-1build1
Depends: libc6 (>= 2.15), libgnutls30 (>= 3.4.2), libgsasl7 (>= 1.1), libsecret-1-0 (>= 0.7), mpop (= 1.2.3-1build1), seahorse
Filename: pool/universe/m/mpop/mpop-gnome_1.2.3-1build1_amd64.deb
Size: 47344
MD5sum: a44a78313ea151beb0e8c2feba8f4bb2
SHA1: 487a27f76b3526d28991ed483d98034f0221b585
SHA256: 40cdad315ecb5c5c9d9eb6cfd26ca1fa9c8613adbec624db3a63404ce8cd7861
Description-en: POP3 mail retriever - with GNOME keyring support
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, and additionally
with GNOME keyring support.
Description-md5: 3698cbecbd55e2d8951be67d3b5bdeec
Homepage: http://mpop.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu