authelia/internal/notification
James Elliott 319a8cf9d4
fix(notification): text emails not encoded properly (#3854)
This fixes an issue where the plain text portion of emails is not encoded with quoted printable encoding.
2022-08-27 07:39:20 +10:00
..
const.go fix(notification): text emails not encoded properly (#3854) 2022-08-27 07:39:20 +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 fix(notification): text emails not encoded properly (#3854) 2022-08-27 07:39:20 +10: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