5 version = "unstable-2022-05-26";
7 src = pkgs.fetchFromGitLab {
10 rev = "30b368fb8660d8fec08be1cdf2606c160b4bcb80";
11 sha256 = "sha256-83D2YlFCODK2YD+oLICdim2NtNkkJU67S3YLi8Q6ga8=";
14 buildInputs = with pkgs; [ openssl python3 ];
15 nativeBuildInputs = with pkgs; [ autoreconfHook pkg-config bison flex ];
17 configureFlags = [ "--with-ssl=${pkgs.openssl.dev}" ];
20 cp -a contrib/. $out/share/fetchmail-contrib
24 homepage = "https://www.fetchmail.info/";
25 description = "A full-featured remote-mail retrieval and forwarding utility";
27 A full-featured, robust, well-documented remote-mail retrieval and
28 forwarding utility intended to be used over on-demand TCP/IP links
29 (such as SLIP or PPP connections). It supports every remote-mail
30 protocol now in use on the Internet: POP2, POP3, RPOP, APOP, KPOP,
31 all flavors of IMAP, ETRN, and ODMR. It can even support IPv6 and
34 platforms = platforms.unix;
35 license = licenses.gpl2Plus;