c3lf-system-3/core/mail-097f1cf1adf66ab1e18cb70b065e45914c084d52520436c74dab18d5055101cd
bton 9ac1e9706f
All checks were successful
/ test (pull_request) Successful in 2m36s
/ test (push) Successful in 2m42s
/ deploy (push) Successful in 5m29s
added a check in the make_reply function to ensure that mails have a body
2025-01-27 20:17:50 +01:00

26 lines
No EOL
416 B
Text

Subject: test
From: test1@test
To: test2@test
Message-ID: <1@test>
Content-Type: multipart/alternative; boundary="abc"
--abc
Content-Type: text/plain; charset=utf-8
test1
--abc
Content-Type: image/jpeg; name="test.jpg"
Content-Disposition: inline; filename="test.jpg"
Content-Transfer-Encoding: base64
Content-ID: <1>
X-Attachment-Id: 1
dGVzdGltYWdl
--abc
Content-Type: text/plain; charset=utf-8
test2
--abc--