c3lf-system-3/core/mail-723cc57085d5747cddd1c2f5bcdcf4b81cc3c215fb255805b938fc08a1603157
bton c056e6880f
All checks were successful
/ test (push) Successful in 55s
/ test (pull_request) Successful in 52s
added a check in the make_reply function to ensure that mails have a body
2024-12-04 22:57:12 +01:00

21 lines
No EOL
360 B
Text

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