imap1.eml 646 B

12345678910111213141516171819202122
  1. From: Nanashi <nanashi.gombeh@example.jp>
  2. Date: Fri, 9 May 2014 16:00:00 +0900
  3. Message-ID: <foo.123@mail.example.jp>
  4. Subject: some subject
  5. To: Jane <jane.doe@example.com>, John <john.doe@example.com>
  6. MIME-Version: 1.0
  7. Content-Type: multipart/alternative; boundary=d8c92622e09101e4bc833685557b
  8. --d8c92622e09101e4bc833685557b
  9. Content-Type: text/plain; charset=UTF-8
  10. Some plain text
  11. Some second line
  12. --d8c92622e09101e4bc833685557b
  13. Content-Type: text/html; charset=UTF-8
  14. Content-Transfer-Encoding: quoted-printable
  15. <div dir=3D"ltr">Some HTML document<br>
  16. Some second line of HTML<br></div>
  17. --d8c92622e09101e4bc833685557b--