fetchmail
SSL enabled POP3, APOP, IMAP mail gatherer/forwarder
Install
- All systems
-
curl cmd.cat/fetchmail.sh
- Debian
-
apt-get install fetchmail
- Ubuntu
-
apt-get install fetchmail
- Alpine
-
apk add fetchmail
- Arch Linux
-
pacman -S fetchmail
- CentOS
-
yum install fetchmail
- Fedora
-
dnf install fetchmail
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install fetchmail
- OS X
-
brew install fetchmail
- Raspbian
-
apt-get install fetchmail
- Dockerfile
- dockerfile.run/fetchmail
- Docker
-
docker run cmd.cat/fetchmail fetchmail
powered by Commando
fetchmail
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.