Files
larksuite-cli/shortcuts/mail/draft/testdata/message_rfc822_draft.eml
梁硕 83dfb068ad feat: open-source lark-cli — the official CLI for Lark/Feishu
Change-Id: I113d9cdb5403cec347efe4595415e34a18b7decf
2026-03-28 10:36:25 +08:00

25 lines
551 B
Plaintext

Subject: Forwarded thread
From: Alice <alice@example.com>
To: Bob <bob@example.com>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary=mix
--mix
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
See forwarded message
--mix
Content-Type: message/rfc822; name=forwarded.eml
Content-Disposition: attachment; filename=forwarded.eml
Content-Transfer-Encoding: 7bit
Subject: Inner message
From: Carol <carol@example.com>
To: Bob <bob@example.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
inner body
--mix--