Files
RustPython/Lib/test/test_email/data/msg_47.txt
Terry Tianlin Luan 833f7343c8 Update email library v3.13.11 (#6642)
* Updated the email library + added test suite

* Added Windows altzone + Fixed memory error in `bytes_inner.rs`
2026-01-17 18:15:35 +09:00

14 lines
232 B
Plaintext
Vendored

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--