stable
Clone or download
Read-only
Merge commit 'refs/changes/40/7440/4' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: story #9794 ignore emails from autoreply
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/bin/emailgateway.php | +5 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/MailGateway.class.php | +18 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayBuilder.php | +16 | −5 | Go to diff View file |
A | plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayFilter.php | +48 | −0 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayBuilderTest.php | +2 | −1 | Go to diff View file |
A | plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayFilterTest.php | +70 | −0 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayTest.php | +10 | −4 | Go to diff View file |