authelia/internal/notification
Manuel Nuñez c8fa19e6bd
feat(notification): add disable_starttls option (#3855)
This adds a boolean option to SMTP which disables StartTLS for SMTP servers that ignore standards.
2022-10-02 13:51:19 +11:00
..
const.go test(notification): unit testing for mime characteristics (#4092) 2022-09-27 11:12:18 +10:00
file_notifier.go fix(notification): text emails not encoded properly (#3854) 2022-08-27 07:39:20 +10:00
notifier.go fix(notification): text emails not encoded properly (#3854) 2022-08-27 07:39:20 +10:00
smtp_login_auth.go fix(notification): incorrect date header format (#3684) 2022-07-18 10:56:09 +10:00
smtp_login_auth_test.go fix(notification): incorrect date header format (#3684) 2022-07-18 10:56:09 +10:00
smtp_notifier.go feat(notification): add disable_starttls option (#3855) 2022-10-02 13:51:19 +11:00
smtp_notifier_test.go fix(notification): incorrect date header format (#3684) 2022-07-18 10:56:09 +10:00
smtp_util.go fix(notification): text emails not encoded properly (#3854) 2022-08-27 07:39:20 +10:00
smtp_util_test.go test(notification): unit testing for mime characteristics (#4092) 2022-09-27 11:12:18 +10:00