How to Install fetchmail in Ubuntu 18.04



Install fetchmail by entering the following commands in the terminal:

sudo apt update
sudo apt install fetchmail

Description:

SSL enabled POP3, APOP, IMAP mail gatherer/forwarder

fetchmail is a free, full-featured, robust, and well-documented remote mail retrieval and forwarding utility intended to be used over on-demand TCP/IP links (such as SLIP or PPP connections). It retrieves mail from remote mail servers and forwards it to your local (client) machine's delivery system, so it can then be read by normal mail user agents such as mutt, elm, pine, (x)emacs/gnus, or mailx. The fetchmailconf package includes an interactive GUI configurator suitable for end-users. . Kerberos V and GSSAPI are supported. . Kerberos IV, RPA, OPIE and other support for some other features are available if the package is recompiled.

Homepage: http://www.fetchmail.info

Version: 6.3.26-3build1

Section: mail