Skip to content

Commit

Permalink
Merge pull request #249 from hollie/fix_get_email
Browse files Browse the repository at this point in the history
Fix get email for non-system-wide Perl installations
  • Loading branch information
krkeegan committed Mar 28, 2014
2 parents 9d84c01 + 1973c12 commit 1a51721
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bin/get_email
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
# -*- Perl -*-
#---------------------------------------------------------------------------
# File:
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion lib/imap_utils.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a51721

Please sign in to comment.