annotate test/fixtures/mail_handler/ticket_html_only.eml @ 1327:287f201c2802 redmine-2.2-integration

Add italic
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 19 Jun 2013 20:56:22 +0100
parents 513646585e45
children
rev   line source
Chris@0 1 x-sender: <jsmith@somenet.foo>
Chris@0 2 x-receiver: <redmine@somenet.foo>
Chris@0 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);
Chris@0 4 Sun, 14 Dec 2008 16:18:06 GMT
Chris@0 5 Message-ID: <494531B9.1070709@somenet.foo>
Chris@0 6 Date: Sun, 14 Dec 2008 17:18:01 +0100
Chris@0 7 From: "John Smith" <jsmith@somenet.foo>
Chris@0 8 User-Agent: Thunderbird 2.0.0.18 (Windows/20081105)
Chris@0 9 MIME-Version: 1.0
Chris@0 10 To: redmine@somenet.foo
Chris@0 11 Subject: HTML email
Chris@0 12 Content-Type: text/html; charset=ISO-8859-1
Chris@0 13 Content-Transfer-Encoding: 7bit
Chris@0 14
Chris@0 15 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Chris@0 16 <html>
Chris@0 17 <head>
Chris@0 18 </head>
Chris@0 19 <body bgcolor="#ffffff" text="#000000">
Chris@0 20 This is a <b>html-only</b> email.<br>
Chris@0 21 </body>
Chris@0 22 </html>