some fixups to snarf_mail scripts
[cmccabe-bin] / snarf_mail_pop.rb
similarity index 97%
rename from snarf_gmail.rb
rename to snarf_mail_pop.rb
index 52aed0e..3f6f115 100755 (executable)
@@ -5,7 +5,6 @@
 #
 # Copies mail from a gmail account
 # You need ruby 1.9 for this
-# You need the password gem for this
 #
 # Problem: this appears to only download some mails (usually around 383 or
 # so). One workaround is to run this multiple times. Still not sure if there
@@ -17,7 +16,6 @@
 require 'net/pop'
 require 'optparse'
 require 'ostruct'
-require 'password'
 
 class MyOptions
   def self.parse(args)