From 6c0b67973dd95dfdc0ddfb29edfb793773f7115c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 18 Jul 2009 09:04:25 -0400 Subject: 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 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 interfaces/email/interactive/examples/help (limited to 'interfaces/email/interactive/examples') diff --git a/interfaces/email/interactive/examples/help b/interfaces/email/interactive/examples/help new file mode 100644 index 0000000..14e887c --- /dev/null +++ b/interfaces/email/interactive/examples/help @@ -0,0 +1,9 @@ +From jdoe@example.com Fri Apr 18 11:18:58 2008 +Message-ID: +Date: Fri, 18 Apr 2008 12:00:00 +0000 +From: John Doe +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit +Subject: [be-bug] help + +Dummy content -- cgit