Latest version: readmail 1.0.2
A (very simple) eMail-client written completely in bash (requires only some very common system tools). You can use this script on almost any *nix machine to read and write your mail.
A working GNU environment providing those programs: bash, cat, clear, date, echo, grep, kill, less, mv, printf, rm
$ chmod a+x readmail
$ mv readmail ~/bin/readmail
$ vi ~/.readmailrc
pop.host: (your POP3 server) pop.port: 110 pop.account: (your POP3 account) pop.password: (your POP3 password)
smtp.host: (your SMTP server) smtp.port: 25 smtp.account: (your SMTP account)
notification: xmessage "You've got mail" &
$ @ n qIn this case your configuration file must read ".@rc", of course.
This software is open source, please read the disclaimer.