summaryrefslogtreecommitdiffstats
path: root/tests/fixtures/plain.eml
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-02 17:27:07 +0200
committerDanilo M. <danix@danix.xyz>2026-08-04 12:52:21 +0200
commit5f22f80b6b5cef5e768086338ae4b22120f3e67c (patch)
treee127827da5a248fd8e6c80397f896a1f6d302ac0 /tests/fixtures/plain.eml
parent72b56d0beca6d640c724eabc73a3ee45cf04bfea (diff)
downloadqtmaildir-5f22f80b6b5cef5e768086338ae4b22120f3e67c.tar.gz
qtmaildir-5f22f80b6b5cef5e768086338ae4b22120f3e67c.zip
feat: add MimeParser with GMime and safe attachment naming
Diffstat (limited to 'tests/fixtures/plain.eml')
-rw-r--r--tests/fixtures/plain.eml12
1 files changed, 12 insertions, 0 deletions
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 <alice@example.org>
+To: Bob <bob@example.net>
+Subject: Plain hello
+Date: Sat, 01 Aug 2026 10:00:00 +0000
+Message-ID: <plain-1@example.org>
+Content-Type: text/plain; charset=utf-8
+
+Hello Bob.
+
+> quoted line
+Regards,
+Alice