[Python-checkins] python/dist/src/Lib/email/test/data msg_37.txt, NONE, 1.1

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Tue May 11 18:20:08 EDT 2004


Update of /cvsroot/python/python/dist/src/Lib/email/test/data
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24673

Added Files:
	msg_37.txt 
Log Message:
An example with multiple boundary lines.


--- NEW FILE: msg_37.txt ---
Content-Type: multipart/mixed; boundary=ABCDE

--ABCDE
Content-Type: text/x-one

Blah

--ABCDE
--ABCDE
Content-Type: text/x-two

Blah

--ABCDE
--ABCDE
--ABCDE
--ABCDE
Content-Type: text/x-two

Blah

--ABCDE--




More information about the Python-checkins mailing list