summaryrefslogtreecommitdiffstats
path: root/utils/mail.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixing build=Corey Hulen2015-06-161-6/+10
* Modifying sendmail to allow for non-encrypted connection for ease setup of lo...Christopher Speller2015-06-151-8/+19
* first commit=Corey Hulen2015-06-141-0/+90