some fixups to snarf_mail scripts
authorColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Sun, 27 Oct 2013 04:06:25 +0000 (21:06 -0700)
committerColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Sun, 27 Oct 2013 04:06:25 +0000 (21:06 -0700)
commitf1819fb0f4ce3620cbac7b399e925ed8abe66b09
tree42e5b04229235f1ec983d07a49bffdd8461d579d
parent8d6747933abdeb5c60d58e1c53cf21b9b3f7814d
some fixups to snarf_mail scripts

* rename snarf_mail.rb to snarf_mail_imap.rb

* rename snarf_gmail.rb to snarf_mail_pop.rb

imap script: make --username argument more consistent with other
arguments.  Fix syntax error with opts.delete.

pop script: we don't actually need the 'password' gem for this, so don't
include.

Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>
snarf_mail_imap.rb [moved from snarf_mail.rb with 95% similarity]
snarf_mail_pop.rb [moved from snarf_gmail.rb with 97% similarity]