stable

Clone or download

Read-only

request #11375 Integrate mailhog in dev stack

In order to use it, dev has to manually start it with make start-mailhog It should download docker image and autoconfigure postfix to use it. Change-Id: I810e06bd5a573a2a154d317e1ea88dcd62473ac7

Modified Files

Name
M .gitignore +0 −1 Go to diff View file
M Makefile +14 −0 Go to diff View file
M docker-compose.yml +3 −1 Go to diff View file
D tools/plugins/maillog/README.txt +0 −1 Go to diff View file
D tools/plugins/maillog/VERSION +0 −1 Go to diff View file
D tools/plugins/maillog/db/install.sql +0 −55 Go to diff View file
D tools/plugins/maillog/db/uninstall.sql +0 −28 Go to diff View file
D tools/plugins/maillog/include/MaillogDao.class.php +0 −124 Go to diff View file
D tools/plugins/maillog/include/MaillogPluginDescriptor.class.php +0 −35 Go to diff View file
D tools/plugins/maillog/include/MaillogPluginInfo.class.php +0 −33 Go to diff View file
D tools/plugins/maillog/include/maillogPlugin.class.php +0 −157 Go to diff View file
D tools/plugins/maillog/site-content/en_US/maillog.tab +0 −2 Go to diff View file
D tools/plugins/maillog/templates/maillog.mustache +0 −124 Go to diff View file
D tools/plugins/maillog/www/index.php +0 −36 Go to diff View file