be-handle-mail succesfully sends replies.
authorW. Trevor King <wking@drexel.edu>
Wed, 15 Jul 2009 19:45:27 +0000 (15:45 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 15 Jul 2009 19:45:27 +0000 (15:45 -0400)
commit5fd7c1f7103d52e41099080d958c49de8d83a698
treea9c103fdd0d6537d8dcf3f51db868bd88efbdf08
parent6e00d65df9e79b1277676723741ad86042f0f2fa
be-handle-mail succesfully sends replies.

Although I'm not catching stdout/stderr yet, so the replies aren't
very useful ;).  Still it the send_pgp_mime.py interface is working :).

I've added rudimentary logging (via LOGFILE) to keep track of what
be-handle-mail is up to.  There's also BE_DIR, which sets the
directory that BE lives in (important ;).

The author handling got more consistent, thanks to
send_pgp_mime.source_email (using the new return_realname option) and
email.utils.formataddr().  Now author_addr should look the same
regardless of which phrasing you use to set it (e.g. "NAME <ADDR>" vs
"ADDR (NAME)", and possibly others.)
interfaces/email/interactive/be-handle-mail