From 69c5e4ace81586c05dea6a9a3afd54dafa61a73b Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 15 May 2026 16:56:39 -0500 Subject: Squashed 'claude-templates/' content from commit f116888 git-subtree-dir: claude-templates git-subtree-split: f1168885580e9197dcf57b57644eb576fdca2ab1 --- .ai/scripts/tests/fixtures/with-attachment.eml | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .ai/scripts/tests/fixtures/with-attachment.eml (limited to '.ai/scripts/tests/fixtures/with-attachment.eml') diff --git a/.ai/scripts/tests/fixtures/with-attachment.eml b/.ai/scripts/tests/fixtures/with-attachment.eml new file mode 100644 index 0000000..ac49c5d --- /dev/null +++ b/.ai/scripts/tests/fixtures/with-attachment.eml @@ -0,0 +1,27 @@ +From: Jonathan Smith +To: Craig Jennings +Subject: Ltr from Carrollton +Date: Thu, 05 Feb 2026 11:36:00 -0600 +MIME-Version: 1.0 +Content-Type: multipart/mixed; boundary="boundary123" +Received: from mail-sender.example.com by mx.receiver.example.com with ESMTP; Thu, 05 Feb 2026 11:36:05 -0600 + +--boundary123 +Content-Type: text/plain; charset="utf-8" +Content-Transfer-Encoding: 7bit + +Hi Craig, + +Please find the letter attached. + +Best, +Jonathan + +--boundary123 +Content-Type: application/octet-stream; name="Ltr Carrollton.pdf" +Content-Disposition: attachment; filename="Ltr Carrollton.pdf" +Content-Transfer-Encoding: base64 + +ZmFrZSBwZGYgY29udGVudA== + +--boundary123-- -- cgit v1.2.3