diff options
Diffstat (limited to 'Lib/test/test_email/data/msg_47.txt')
-rw-r--r-- | Lib/test/test_email/data/msg_47.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Lib/test/test_email/data/msg_47.txt b/Lib/test/test_email/data/msg_47.txt new file mode 100644 index 0000000..bb48b47 --- /dev/null +++ b/Lib/test/test_email/data/msg_47.txt @@ -0,0 +1,14 @@ +Date: 01 Jan 2001 00:01+0000 +From: arthur@example.example +MIME-Version: 1.0 +Content-Type: multipart/mixed; boundary=foo + +--foo +Content-Type: text/plain +bar + +--foo +Content-Type: text/html +<html><body><p>baz</p></body></html> + +--foo--
\ No newline at end of file |