summaryrefslogtreecommitdiffstats
path: root/utils/mail.go
Commit message (Expand)AuthorAgeFilesLines
* Move file backend to its own service (#9435)Jesús Espino2018-09-201-297/+0
* add megacheck as makefile target (#9288)Daniel Schalla2018-09-031-13/+11
* Update html2text lib to use the original repo (#8900)Carlos Tadeu Panato Junior2018-06-141-1/+1
* re-enabling TestSendMailUsingConfigAdvanced (#8836)Carlos Tadeu Panato Junior2018-05-271-1/+1
* Structured logging (#8673)Christopher Speller2018-04-271-7/+8
* Fixing misspell errors (#8544)Jesús Espino2018-03-291-1/+1
* Adding durafmt library and use it from enterprise global relay export (#8487)Jesús Espino2018-03-271-9/+12
* Receive the email date as parameter (#8484)Jesús Espino2018-03-211-3/+3
* Isolating configuration, sending emails and connection to SMTP. (#8452)Jesús Espino2018-03-151-42/+81
* general cleanup (#8387)Chris2018-03-071-4/+2
* [PLT-8024] Support LOGIN authentication method for SMTP (#8140)Carlos Tadeu Panato Junior2018-03-011-5/+53
* Modified advanced mail implementation to properly support multiple attachment...Jonathan2018-02-151-6/+5
* Remove license globals entirely (#8229)Chris2018-02-091-6/+6
* XYZ-35: Added Support for GlobalRelay Compliance Export FormatJonathan2018-02-071-11/+49
* send-mail refactor (#7885)Chris2017-11-231-4/+0
* Revert "workaround for go smtp bug (#7620)" (#7866)Chris2017-11-211-21/+3
* 7740: Set auto-submitted and precedence headers for emails (#7741)Carsten Pfeiffer2017-11-151-0/+2
* workaround for go smtp bug (#7620)Chris2017-10-121-3/+21
* Renaming repoChristopher Speller2017-09-061-1/+1
* app type transition (#7167)Chris2017-09-061-1/+2
* Other Packages: NewLocAppError -> NewAppError (#7283)George Goldberg2017-08-251-10/+11
* [PLT-1015] Make all Mattermost system emails Multi-Part, with both a HTML and...Carlos Tadeu Panato Junior2017-08-211-21/+26
* [GH-6366] Add functionality to disable Authentication when connecting to SMTP...AJ Moon2017-07-311-13/+9
* Move SMTP HELO before authentication (#6464)Harrison Healey2017-05-191-9/+9
* implement PLT-6469 - Send HELO request containing domain name to SMTP server ...Carlos Tadeu Panato Junior2017-05-091-0/+10
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* PLT-5904 (Server): Config flag for SMTP Cert Check. (#5857)George Goldberg2017-03-271-2/+2
* Adding go vet from hack-a-thon (#5328)Corey Hulen2017-02-091-2/+2
* PLT-4618 Fix email subjects (#4537)enahum2016-11-141-5/+2
* mail: allow PLAIN auth over non-tls connections (#3900)Girish Ramakrishnan2016-09-021-2/+5
* PLT-3456 Fix Errors while starting the server (#3445)enahum2016-07-041-2/+2
* PLT-7: Refactoring manuatesting & utils to use translations (chunk 5)Elias Nahum2016-01-251-14/+14
* Upgrade logging package=Corey Hulen2016-01-111-1/+1
* PLT-1607 adding more debugging info for email and push notifications=Corey Hulen2016-01-051-2/+2
* PLT-1607 adding more debugging info for email and push notifications=Corey Hulen2016-01-051-0/+1
* Fix email encoding issueMelvi Ts2015-10-161-3/+11
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
* PLT-470 Adding STMP server connection check=Corey Hulen2015-09-291-1/+22
* Adding image properties=Corey Hulen2015-09-211-9/+3
* Adding email to admin console=Corey Hulen2015-09-211-36/+24
* Use better format for date, as RFC1123 re-defined it over RFC822, and states ...Bastien Durel2015-08-271-1/+1
* missing tabBastien Durel2015-08-261-1/+1
* tabifyBastien Durel2015-08-261-1/+1
* add date header in mailBastien Durel2015-08-261-0/+2
* Add SMTP auth to STARTTLS connectionsZvi "Viz" Effron2015-08-231-0/+3
* Add support for SMTP servers with StartTLSJirka Hlavacek2015-08-191-0/+6
* Set the 'From' field to include the FeedbackName from the confignickago2015-07-241-1/+1
* Fixes mm-1415 adding email bypass flag=Corey Hulen2015-07-121-7/+6
* Unescaped escape characters in the subject line of emails so that all charact...Reed Garmsen2015-06-221-1/+2
* Adding check of email configuation settings when config file is loadedChristopher Speller2015-06-171-32/+66