summaryrefslogtreecommitdiffstats
path: root/utils/inbucket.go
Commit message (Collapse)AuthorAgeFilesLines
* XYZ-35: Added Support for GlobalRelay Compliance Export FormatJonathan2018-02-071-6/+46
| | | | | | | | | * Added username to ChannelMemberHistory struct in anticipation of supporting GlobalRelay in Compliance Export * Removed translation from debug output - this makes it complicated to use utils functions from tests in the enterprise repo * Added an advanced email function that allows for greater control over message details. Updated MessageExport config to support GlobalRelay. Added attachment support to InBucket unit tests * Moving templates in from enterprise to solve test issues * Added export format to diagnostics * Changed email attachment code to use FileBackend so that S3 storage is properly supported
* simplify things (#7735)Chris2017-10-301-4/+2
|
* [PLT-7726] adjustments for the mm-server jenkinsfile (#7688)Carlos Tadeu Panato Junior2017-10-251-5/+19
|
* add missing license headers, test to makefile (#7711)Chris2017-10-251-0/+3
|
* improvements for inbucket email test and re-enable Email mention test (#5647)Carlos Tadeu Panato Junior2017-03-111-4/+34
| | | | Now if we dont get the mailbox to check the email we try 5 times, if still no message we disable the email verification.
* Add inbucket docker image to allow local and automated testing of emails (#4901)Carlos Tadeu Panato Junior2017-01-171-0/+115
* add docker container for inbucket * Add way to get the emails using inbucket and add a test for reset password * add config setting to send emails * update TestEmailTest update * add another test and fix wrong assert * update per review fix lint change senders email * Revert config.json to default values for EmailSettings section * update test * add setup to make the test run