Files
inbuxa-server/tests/resources/jmap/email_get/text_attachments.eml
T
jcoffey-dev 7dae9b29fd Import upstream v0.16.22, stripped
Upstream commit: 474dd0229cb20cf513036619781ed97bd8073c3f
Enterprise-only files removed or emptied: 63
Enterprise-only snippets removed: 117 in 50 files
Dangling module declarations removed: 5
Cargo edits turning enterprise off: 14
Verification: clean
Enterprise feature gates left for rebuilt features: 19 in 18 files

Produced by tools/fork/strip.py. The full report is in docs/fork/strip-reports/ on main.
2026-09-18 10:21:56 -07:00

53 lines
1.2 KiB
Plaintext

From: Jane Smith <[email protected]>
To: John Doe <[email protected]>
Subject: Project sync
Date: Tue, 15 Apr 2025 09:12:33 +0000
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="outer"
--outer
Content-Type: text/plain; charset=utf-8
Please find the invite and the notes attached.
--outer
Content-Type: text/calendar; charset=utf-8; method=REQUEST
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Example Corp//Scheduler//EN
METHOD:REQUEST
BEGIN:VEVENT
UID:1234-5678-9012
DTSTAMP:20250415T091233Z
DTSTART:20250416T140000Z
DTEND:20250416T150000Z
SUMMARY:Project sync
ORGANIZER:mailto:[email protected]
ATTENDEE:mailto:[email protected]
END:VEVENT
END:VCALENDAR
--outer
Content-Type: text/plain; charset=utf-8; name="notes.txt"
Content-Disposition: attachment; filename="notes.txt"
Agenda:
- Review the milestones
- Agree on the release date
--outer
Content-Type: text/html; charset=utf-8; name="report.html"
Content-Disposition: attachment; filename="report.html"
<html><body><p>Quarterly report.</p></body></html>
--outer
Content-Type: application/octet-stream; name="blob.bin"
Content-Disposition: attachment; filename="blob.bin"
Content-Transfer-Encoding: base64
SGVsbG8gV29ybGQ=
--outer--