Hi CNK,
Thanks for putting up mailutils.tcz. While Tiny Core is not my primary target for this project, it -is- my day-to-day driver for everything else: I've been fooling around lately with a project that I started and set aside several years ago to create a simple script-driven (and hence portable) email client for POP3 and SMTP.
My current interest is driven by the sad fact that there's no decent POP3 client for the pinephone. Sure, you can -run- claws-mail or thunderbird on it, but those translate poorly to the tiny screen of a phone - so poorly as to be unusable. And -all- of the phone-friendly mail apps (that I've looked into so far) are IMAP capable but not POP3-capable.
The past week or so, I've been fooling around with the -sending- side of the project and that's easy as I just call out to Brandon Zehm's sendEmail (which, eventually, I'll look into converting to straight shell script to remove the perl5 dependency, though that's low priority since perl5 is fairly ubiquitous).
I've been putting off revisiting my work on the receiving (POP3) side of it, even though that's really the important part, because I remember it being a bit of a PITA... But it looks like mailutil pop ... will be the key to that little issue.
So it looks like you've just made my project significantly more realistic by packaging up mailutils. Thank you!