1
0

imap1.eml 678 B

123456789101112131415161718192021222324
  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. X-Foo: test1-1
  8. X-Foo: test1-2
  9. Content-Type: multipart/alternative; boundary=d8c92622e09101e4bc833685557b
  10. --d8c92622e09101e4bc833685557b
  11. Content-Type: text/plain; charset=UTF-8
  12. Some plain text
  13. Some second line
  14. --d8c92622e09101e4bc833685557b
  15. Content-Type: text/html; charset=UTF-8
  16. Content-Transfer-Encoding: quoted-printable
  17. <div dir=3D"ltr">Some HTML document<br>
  18. Some second line of HTML<br></div>
  19. --d8c92622e09101e4bc833685557b--