fetchmail

SSL enabled POP3, APOP, IMAP mail gatherer/forwarder

Debian Debian
RUN apt-get update && \ apt-get install -y fetchmail
Ubuntu
RUN apt-get update && \ apt-get install -y fetchmail
Alpine
RUN apk add fetchmail
Arch Arch Linux
RUN pacman -S --noconfirm fetchmail
CentOS
RUN yum install -y fetchmail
Fedora
RUN dnf install -y fetchmail
Raspbian
RUN apt-get update && \ apt-get install -y fetchmail
click the source code to copy install fetchmail on any operating system with command-not-found.com