stable

Clone or download

Read-only

story #8399: send an update to an artifact by email

You can test this commit by executing on your dev instance the following command: echo 'Body follow-up example' | mailx -r 'youruseremail@example.com' 'forge__artifact+artifactid@machinename' Change-Id: I04cd09aeea22221263c009bbfbc3f2476c1c5403

Modified Files

Name
M plugins/tracker/bin/emailgateway.php +2 −1 Go to diff View file
R plugins/tracker/include/Tracker/Artifact/MailGateway/RecipientArtifactDoesNotExistException.class.php Go to diff View file
A plugins/tracker/include/Tracker/Artifact/MailGateway/ArtifactIdMissingException.class.php +25 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessage.class.php +2 −12 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessageFactory.php +8 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessageInsecureBuilder.class.php +59 −10 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/IncomingMessageTokenBuilder.class.php +0 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/RecipientFactory.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +1 −1 Go to diff View file
M plugins/tracker/include/autoload.php +4 −3 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +8 −6 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGateway/IncomingMessageInsecureBuilderTest.php +71 −13 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/MailGatewayRecipientFactoryTest.php +1 −1 Go to diff View file