Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix get email for non-system-wide Perl installations #249

Merged
merged 1 commit into from
Mar 28, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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