summaryrefslogtreecommitdiffstats
path: root/utils/mail_test.go
Commit message (Collapse)AuthorAgeFilesLines
* XYZ-35: Added Support for GlobalRelay Compliance Export FormatJonathan2018-02-071-4/+83
| | | | | | | | | * 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
* Remove global cfg vars (#8099)Chris2018-01-121-2/+6
| | | | | | * remove global cfg vars * enterprise update
* send-mail refactor (#7885)Chris2017-11-231-9/+9
|
* Refactoring cfg refs and load / save functions (#7749)Chris2017-10-311-2/+2
| | | | | | * refactoring cfg refs and load / save functions * improve error output
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* improvements for inbucket email test and re-enable Email mention test (#5647)Carlos Tadeu Panato Junior2017-03-111-7/+19
| | | | 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 initial tests for utils/mail.go (#5176)Carlos Tadeu Panato Junior2017-01-241-0/+61