[Rt-commit] rt branch, 4.4/rescue-outlook-html, repushed
Gergely Nagy
algernon at bestpractical.com
Thu Oct 4 16:49:09 EDT 2018
The branch 4.4/rescue-outlook-html was deleted and repushed:
was 16d9ab6f04d5f9d4913a7493c71290e29ea6f287
now dc6144d493c40e25f66d270dacd74ce9b8d88c47
1: 98ff7e87e < -: ------- WIP: Teach RT::EmailParser::RescueOutlook how to clean up HTML mail too
2: ef5edd601 < -: ------- WIP: fixup
3: c3a6c9d1f < -: ------- .
4: d80959407 < -: ------- whitespace stuff, revert at the end
5: adcf9cc3f < -: ------- code cleanup
7: 6b7bf5355 ! 1: 1b5024ff4 t/mail/outlook.t: Make it possible to select the part type with test_email
@@ -28,5 +28,5 @@
- is( $txn->Content, $content, $msg );
+ is( $txn->Content(Type => $check_type || "text/plain"), $content, $msg );
}
-
+-
6: d152254b9 ! 2: a92b600d5 t/mail/outlook.t: Add a new test case
@@ -1,6 +1,9 @@
Author: Gergely Nagy <algernon at bestpractical.com>
- tests: html-first, text-second
+ t/mail/outlook.t: Add a new test case
+
+ The new test case has the HTML part first, the text part second. The goal is to
+ test that the text part gets cleaned up anyway.
Signed-off-by: Gergely Nagy <algernon at bestpractical.com>
8: 9f9fcdc0a < -: ------- fixup
9: 16d9ab6f0 < -: ------- add a html test
-: ------- > 3: dc6144d49 Teach RT::EmailParser::RescueOutlook how to clean up HTML mail too
More information about the rt-commit
mailing list