Het programma inlook wordt ontwikkeld in Perl en is in staat om mail te ontvangen en te versturen. Daarnaast is er een adresboek aanwezig voor het opslaan en raadplegen van adressen. Het programma ondersteunt POP3, SMTP en attachments, en heeft geen X-omgeving nodig. Hierdoor draait het op bijna alle POSIX- en BSD-besturingssystemen. Sinds enkele dagen is versie 0.8.1 beschikbaar met het volgende changelog:
Version 0.8.1:Version 0.8.0:
- Modified usage of =~/^$/ and eq "", now using (!())
- Removed usage of begin2()
- Removed useless file ($config) open/close in begin()
- Removed/modified usage of $title, now using $0
- Removed usage of $status
- Modified a lot of bad variable-names into some (hopefully) good variable-names
- Modified some bad FILE-names into some (hopefully) good FILE-names (e.g. ADDRESSBOOK and CONFIGUREFILE)
- Added a missing close()
- Fixed a bug in messages() which in many cases caused inlook to crash
- Added some more usage of print qq
- Modified configuration of text editor in &configure()
- Fixed a few typos
- Added support for running a command if there's new mail(s), hopefully a nice feature to use if you e.g. want to play a sound (like; play /some-dir/some-sound-file.wav)
- Updated README