authelia/internal/notification
James Elliott 9532823a99
feat(configuration): mtls clients (#4221)
This implements mTLS support for LDAP, Redis, and SMTP. Specified via the tls.certificate_chain and tls.private_key options.

Closes #4044
2022-10-21 19:41:33 +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(configuration): mtls clients (#4221) 2022-10-21 19:41:33 +11:00
smtp_notifier_test.go feat(configuration): mtls clients (#4221) 2022-10-21 19:41:33 +11:00
smtp_util.go fix(notification): text emails not encoded properly (#3854) 2022-08-27 07:39:20 +10:00
smtp_util_test.go feat(authentication): file password algorithms (#3848) 2022-10-17 21:51:59 +11:00