fleet/server/mail
Zachary Wasserman eb212116dc Merge pull request from GHSA-6g7f-8qm4-f7h8
When LOGIN authentication was used, Fleet would send SMTP credentials
even if the connection the SMTP server was not secured via TLS.

Copying the pattern used in the standard library PlainAuth
implementation, we now only send credentials when the connection is
secure or the server is localhost.
2019-05-30 15:02:17 -04:00
..
templates Update email contents and subjects (#2023) 2019-04-04 18:56:15 -04:00
mail_test.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
mail.go Merge pull request from GHSA-6g7f-8qm4-f7h8 2019-05-30 15:02:17 -04:00