send_pgp_mime.py attempts to avoid UTF-8 for MIMEText messages.
authorW. Trevor King <wking@drexel.edu>
Sat, 18 Jul 2009 13:04:25 +0000 (09:04 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 20 Mar 2012 21:19:05 +0000 (17:19 -0400)
commit57b256f11548d5bf3f1597f7fac4ab2dc16e04c0
treea15c26c94ff660b407a2a2ed4e940e8979198ec9
parent6815fa63c28a467b91824320a76e9f1e3bb7a0b3
send_pgp_mime.py attempts to avoid UTF-8 for MIMEText messages.

This keeps the transfer-encoding out of base64 if possible.

Also added a "help" example to interafaces/email/interactive/examples.
interfaces/email/interactive/send_pgp_mime.py