diff options
author | Barry Warsaw <barry@python.org> | 2004-05-13 20:13:48 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2004-05-13 20:13:48 (GMT) |
commit | d0c12af7ef8d4b3ff33fb215c3e954497f51b623 (patch) | |
tree | 5fa52cc54c1b495d1b398f558fdb1cf12851d7d9 /Lib/email | |
parent | dce231fb147a59b28cb9c1c25791c51e2bf4c0ce (diff) | |
download | cpython-d0c12af7ef8d4b3ff33fb215c3e954497f51b623.zip cpython-d0c12af7ef8d4b3ff33fb215c3e954497f51b623.tar.gz cpython-d0c12af7ef8d4b3ff33fb215c3e954497f51b623.tar.bz2 |
Another evil test from Anthony's suite. This one has an inner part with the
same boundary as the outer part.
Diffstat (limited to 'Lib/email')
-rw-r--r-- | Lib/email/test/data/msg_39.txt | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/Lib/email/test/data/msg_39.txt b/Lib/email/test/data/msg_39.txt new file mode 100644 index 0000000..124b269 --- /dev/null +++ b/Lib/email/test/data/msg_39.txt @@ -0,0 +1,83 @@ +MIME-Version: 1.0 +Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" + +------- =_aaaaaaaaaa0 +Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa1" +Content-ID: <20592.1022586929.1@example.com> + +------- =_aaaaaaaaaa1 +Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1" +Content-ID: <20592.1022586929.2@example.com> + +------- =_aaaaaaaaaa1 +Content-Type: application/octet-stream +Content-ID: <20592.1022586929.3@example.com> +Content-Description: patch1 +Content-Transfer-Encoding: base64 + +XXX + +------- =_aaaaaaaaaa1 +Content-Type: application/octet-stream +Content-ID: <20592.1022586929.4@example.com> +Content-Description: patch2 +Content-Transfer-Encoding: base64 + +XXX + +------- =_aaaaaaaaaa1-- + +------- =_aaaaaaaaaa1 +Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1" +Content-ID: <20592.1022586929.6@example.com> + +------- =_aaaaaaaaaa1 +Content-Type: application/octet-stream +Content-ID: <20592.1022586929.7@example.com> +Content-Description: patch3 +Content-Transfer-Encoding: base64 + +XXX + +------- =_aaaaaaaaaa1 +Content-Type: application/octet-stream +Content-ID: <20592.1022586929.8@example.com> +Content-Description: patch4 +Content-Transfer-Encoding: base64 + +XXX + +------- =_aaaaaaaaaa1-- + +------- =_aaaaaaaaaa1 +Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1" +Content-ID: <20592.1022586929.10@example.com> + +------- =_aaaaaaaaaa1 +Content-Type: application/octet-stream +Content-ID: <20592.1022586929.11@example.com> +Content-Description: patch5 +Content-Transfer-Encoding: base64 + +XXX + +------- =_aaaaaaaaaa1 +Content-Type: application/octet-stream +Content-ID: <20592.1022586929.12@example.com> +Content-Description: patch6 +Content-Transfer-Encoding: base64 + +XXX + +------- =_aaaaaaaaaa1-- + +------- =_aaaaaaaaaa1-- + +------- =_aaaaaaaaaa0 +Content-Type: text/plain; charset="us-ascii" +Content-ID: <20592.1022586929.15@example.com> + +-- +It's never too late to have a happy childhood. + +------- =_aaaaaaaaaa0-- |