stable

Clone or download

Read-only

request #9390 Follow up received using the reply by mail feature and

a mail non encoded in UTF-8 is truncated We now convert the body of the mail to UTF-8 to avoid subsequent issues with string utility functions and when the value is saved into the database. Change-Id: I8a31a5452b6f2b09721bd9c583dc970c9cf5b0af

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGateway.class.php +5 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/Parser.class.php +13 −2 Go to diff View file
A plugins/tracker/tests/Tracker/Artifact/MailGateway/ParserTest.php +45 −0 Go to diff View file
A plugins/tracker/tests/Tracker/Artifact/MailGateway/_fixtures/mail-iso-8859-1.txt +28 −0 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/_fixtures/reply-comment.plain.eml +1 −1 Go to diff View file