Added --mode=plain option to send_pgp_mime.
authorW. Trevor King <wking@drexel.edu>
Wed, 15 Jul 2009 17:18:19 +0000 (13:18 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 15 Jul 2009 17:18:19 +0000 (13:18 -0400)
commitf04ada1e90aaff9da1af46455a0ead597fc4deba
tree4d99464333b06161f940baa57a636385d3464f6a
parent8562c18a92d726d1ad23d6625a3b5a5be4f6e439
Added --mode=plain option to send_pgp_mime.

Also a few more tweaks to get things working.  I think be-handle-mail
is parsing the incoming messages correctly now, but I'm not getting
replies back for some reason.  Some of the adjustments:

  * Moved send_pgp_mime -> send_pgp_mime.py, otherwise Python doesn't
    recognize it as an importable module.
  * I use postfix now instead of msmtp, so send_pgp_mime.sendmail now
    points to postfix's sendmail-compatable frontend.
  * Added "--mode=plain" option to send_pgp_mime.py, so I can test
    my procmail rules and send_pgp_mime itself without worrying about
    be-handle-mail.
  * Fixed some typos in be-handle-mail.
interfaces/email/interactive/be-handle-mail
interfaces/email/interactive/send_pgp_mime.py [moved from interfaces/email/interactive/send_pgp_mime with 97% similarity]