diff options
author | Barry Warsaw <barry@python.org> | 2002-09-26 17:21:02 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2002-09-26 17:21:02 (GMT) |
commit | 9c74569ec9c694dbd1622b565448165ee486d3bc (patch) | |
tree | e167a7d59fe101e9f594e70c5e06deca7a833dd2 /Lib/email/test/data | |
parent | 15aefa94d065cbb7408484ff98406cffd5002e2b (diff) | |
download | cpython-9c74569ec9c694dbd1622b565448165ee486d3bc.zip cpython-9c74569ec9c694dbd1622b565448165ee486d3bc.tar.gz cpython-9c74569ec9c694dbd1622b565448165ee486d3bc.tar.bz2 |
Fixing some RFC 2231 related issues as reported in the Spambayes
project, and with assistance from Oleg Broytmann. Specifically,
added some new tests to make sure we handle RFC 2231 encoded
parameters correctly. Two new data files were added which contain RFC
2231 encoded parameters.
Diffstat (limited to 'Lib/email/test/data')
-rw-r--r-- | Lib/email/test/data/msg_32.txt | 14 | ||||
-rw-r--r-- | Lib/email/test/data/msg_33.txt | 29 |
2 files changed, 43 insertions, 0 deletions
diff --git a/Lib/email/test/data/msg_32.txt b/Lib/email/test/data/msg_32.txt new file mode 100644 index 0000000..07ec5af --- /dev/null +++ b/Lib/email/test/data/msg_32.txt @@ -0,0 +1,14 @@ +Delivered-To: freebsd-isp@freebsd.org +Date: Tue, 26 Sep 2000 12:23:03 -0500 +From: Anne Person <aperson@example.com> +To: Barney Dude <bdude@example.com> +Subject: Re: Limiting Perl CPU Utilization... +Mime-Version: 1.0 +Content-Type: text/plain; charset*=ansi-x3.4-1968''us-ascii +Content-Disposition: inline +User-Agent: Mutt/1.3.8i +Sender: owner-freebsd-isp@FreeBSD.ORG +Precedence: bulk +X-Loop: FreeBSD.org + +Some message. diff --git a/Lib/email/test/data/msg_33.txt b/Lib/email/test/data/msg_33.txt new file mode 100644 index 0000000..042787a --- /dev/null +++ b/Lib/email/test/data/msg_33.txt @@ -0,0 +1,29 @@ +Delivered-To: freebsd-isp@freebsd.org +Date: Wed, 27 Sep 2000 11:11:09 -0500 +From: Anne Person <aperson@example.com> +To: Barney Dude <bdude@example.com> +Subject: Re: Limiting Perl CPU Utilization... +Mime-Version: 1.0 +Content-Type: multipart/signed; micalg*=ansi-x3.4-1968''pgp-md5; + protocol*=ansi-x3.4-1968''application%2Fpgp-signature; + boundary*="ansi-x3.4-1968''EeQfGwPcQSOJBaQU" +Content-Disposition: inline +Sender: owner-freebsd-isp@FreeBSD.ORG +Precedence: bulk +X-Loop: FreeBSD.org + + +--EeQfGwPcQSOJBaQU +Content-Type: text/plain; charset*=ansi-x3.4-1968''us-ascii +Content-Disposition: inline +Content-Transfer-Encoding: quoted-printable + +part 1 + +--EeQfGwPcQSOJBaQU +Content-Type: text/plain +Content-Disposition: inline + +part 2 + +--EeQfGwPcQSOJBaQU-- |