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>
Tue, 20 Mar 2012 21:17:44 +0000 (17:17 -0400)
commite14835a5a0fbd498985f9d30d00a30f949a99b15
treeea8cace319d2c570307613e9734f4932572f2907
parent706e3ece34a5f08f88e1b153224f071f574854ff
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/send_pgp_mime.py [moved from interfaces/email/interactive/send_pgp_mime with 93% similarity]