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>
Sat, 18 Jul 2009 13:04:25 +0000 (09:04 -0400)
commit6c0b67973dd95dfdc0ddfb29edfb793773f7115c
treed3412dcfb2a40b323e59d1b9f11176b47162bec7
parent906f1ecc5199e0c99d344bb0589958043609ca3f
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/examples/help [new file with mode: 0644]
interfaces/email/interactive/send_pgp_mime.py