You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ticket_html_only.eml 772B

1234567891011121314151617181920212223
  1. x-sender: <jsmith@somenet.foo>
  2. x-receiver: <redmine@somenet.foo>
  3. Received: from [127.0.0.1] ([127.0.0.1]) by somenet.foo with Quick 'n Easy Mail Server SMTP (1.0.0.0);
  4. Sun, 14 Dec 2008 16:18:06 GMT
  5. Message-ID: <494531B9.1070709@somenet.foo>
  6. Date: Sun, 14 Dec 2008 17:18:01 +0100
  7. From: "John Smith" <jsmith@somenet.foo>
  8. User-Agent: Thunderbird 2.0.0.18 (Windows/20081105)
  9. MIME-Version: 1.0
  10. To: redmine@somenet.foo
  11. Subject: HTML email
  12. Content-Type: text/html; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 7bit
  14. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  15. <html>
  16. <head>
  17. <style>p {font-size:12.0pt;}</style>
  18. </head>
  19. <body bgcolor="#ffffff" text="#000000">
  20. This is a <b>html-only</b> email.<br><h1>With a title</h1><p>and a paragraph.</p>
  21. </body>
  22. </html>