---------- Forwarded message ----------
+ From: Foo Bar<foo@bar.example>
+ Date: Thu, Mar 24, 2016 at 5:17 PM
+ Subject: The Subject
+ To: John Doe <john@doe.example>
+
Some text
+
+
+
+'''
+
+ self.assertEqual(unwrap_html(html), {
+ 'type': 'forward',
+ 'subject': 'The Subject',
+ 'date': 'Thu, Mar 24, 2016 at 5:17 PM',
+ 'from': 'Foo Bar ',
+ 'to': 'John Doe ',
+ 'html': '\n