diff --git a/bin/get_email b/bin/get_email index 9eee005b9..172ca9067 100755 --- a/bin/get_email +++ b/bin/get_email @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # -*- Perl -*- #--------------------------------------------------------------------------- # File: @@ -11,6 +11,8 @@ # http://misterhouse.net/mh/bin/get_email # Change log: # 03/26/99 Created. +# Notes: +# check required modules in lib/imap_utils.pl # # This software is licensed under the terms of the GNU public license. # Copyright 1999 Bruce Winter diff --git a/lib/imap_utils.pl b/lib/imap_utils.pl index 8e30823c0..483e0bacb 100644 --- a/lib/imap_utils.pl +++ b/lib/imap_utils.pl @@ -16,7 +16,8 @@ =head2 DESCRIPTION Time::Zone if the IMAP scan hangs before authenticating against the gmail account, reinstall the -IO::Socket::SSL +IO::Socket::SSL. On OS X you need to install openssl before attempting to install the +SSL-related Perl modules. The easiest way to do this is through homebrew (brew install openssl) Todo: parse unread messages