dev

Forked from tuleap/dev

Clone or download

Read-only

request #7570 Reply by email: outlook quote not properly stripped

This is a first version of the patch. It's highly brittle and should be tested with real data before making default Change-Id: I81bf42698410c6e9eb110909437d7dc66383f1ea

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/MailGateway/CitationStripper.class.php +43 −0 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/CitationStripperTest.php +43 −12 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/ParserTest.php +14 −8 Go to diff View file
A plugins/tracker/tests/Tracker/Artifact/MailGateway/_fixtures/expected_followup_outlook_quote_en.txt +5 −0 Go to diff View file
A plugins/tracker/tests/Tracker/Artifact/MailGateway/_fixtures/expected_followup_outlook_quote_fr.txt +1 −0 Go to diff View file
A plugins/tracker/tests/Tracker/Artifact/MailGateway/_fixtures/outlook_quote_en.txt +30 −0 Go to diff View file
A plugins/tracker/tests/Tracker/Artifact/MailGateway/_fixtures/outlook_quote_fr.txt +22 −0 Go to diff View file
M src/etc/local.inc.dist +3 −0 Go to diff View file