From 5f22f80b6b5cef5e768086338ae4b22120f3e67c Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sun, 2 Aug 2026 17:27:07 +0200 Subject: feat: add MimeParser with GMime and safe attachment naming --- tests/fixtures/plain.eml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/fixtures/plain.eml (limited to 'tests/fixtures/plain.eml') diff --git a/tests/fixtures/plain.eml b/tests/fixtures/plain.eml new file mode 100644 index 0000000..81f06b4 --- /dev/null +++ b/tests/fixtures/plain.eml @@ -0,0 +1,12 @@ +From: Alice +To: Bob +Subject: Plain hello +Date: Sat, 01 Aug 2026 10:00:00 +0000 +Message-ID: +Content-Type: text/plain; charset=utf-8 + +Hello Bob. + +> quoted line +Regards, +Alice -- cgit v1.2.3