mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133
New test cases.
This commit is contained in:
parent
12566a8826
commit
9546e7972c
2 changed files with 34 additions and 1 deletions
22
Lib/test/data/msg_29.txt
Normal file
22
Lib/test/data/msg_29.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
Return-Path: <bbb@zzz.org>
|
||||
Delivered-To: bbb@zzz.org
|
||||
Received: by mail.zzz.org (Postfix, from userid 889)
|
||||
id 27CEAD38CC; Fri, 4 May 2001 14:05:44 -0400 (EDT)
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=us-ascii;
|
||||
title*0*="us-ascii'en'This%20is%20even%20more%20";
|
||||
title*1*="%2A%2A%2Afun%2A%2A%2A%20";
|
||||
title*2="isn't it!"
|
||||
Content-Transfer-Encoding: 7bit
|
||||
Message-ID: <15090.61304.110929.45684@aaa.zzz.org>
|
||||
From: bbb@ddd.com (John X. Doe)
|
||||
To: bbb@zzz.org
|
||||
Subject: This is a test message
|
||||
Date: Fri, 4 May 2001 14:05:44 -0400
|
||||
|
||||
|
||||
Hi,
|
||||
|
||||
Do you like this message?
|
||||
|
||||
-Me
|
Loading…
Add table
Add a link
Reference in a new issue