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.3 beschikbaar met het volgende changelog:
Version 0.8.3:Version 0.8.2:
- Added method for going in and out of the address book
- Bug fix in configuration
- "no" and "none" in inlookrc was replaced with "0" (false). Other values than "0" means true.
- Renamed "tmp"-file to "inboxdata"
- Added a "delete whole inbox" function (Needs some improvement!)
- Cleaned up some variables
- Added [Cc] while testing $ARGV's
- Fixed some incorrect information in help() and manual page
- Removed $date
- Added \n in main()
- Removed a lot of an extra print of \n before main()
- Modified "Do you want to send attachement(s)": "send" to "include"
- Added [Cc] while testing $addressbook_option in main_addressbook()