7 version = "unstable-2023-05-24";
9 src = fetchFromGitHub {
10 owner = "ferdinandyb";
12 rev = "25dbe10e99aac9b0ce3b80787c162628104f5cd2";
13 sha256 = "UIQCNkUyrtMF0IiAfkDvE8siqxNvfFc9TZdlZiTxCVc=";
16 vendorHash = "sha256-SDJsRLIGlLv/6NUctCrn6z1IDEmum1Wn5I8RFuwcOe8=";
19 description = "cat eml files";
20 mainProgram = "caeml";
22 Reads an email file from either STDIN or from a file passed as the first
23 argument, digests it and outputs it to STDOUT in a more human readable
24 format. This means only From, To, Cc, Bcc, Date and Subject headers are
25 kept and these are decoded and of all the parts only text/plain is returned.
27 homepage = "https://github.com/ferdinandyb/caeml";
28 license = licenses.mit;
29 maintainers = with maintainers; [ emilytrau ];