authelia/internal/mocks
James Elliott df016be29e
fix(notification): incorrect date header format (#3684)
* fix(notification): incorrect date header format

The date header in the email envelopes was incorrectly formatted missing a space between the `Date:` header and the value of this header. This also refactors the notification templates system allowing people to manually override the envelope itself.

* test: fix tests and linting issues

* fix: misc issues

* refactor: misc refactoring

* docs: add example for envelope with message id

* refactor: organize smtp notifier

* refactor: move subject interpolation

* refactor: include additional placeholders

* docs: fix missing link

* docs: gravity

* fix: rcpt to command

* refactor: remove mid

* refactor: apply suggestions

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>

* refactor: include pid

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-07-18 10:56:09 +10:00
..
authelia_ctx.go fix(notification): incorrect date header format (#3684) 2022-07-18 10:56:09 +10:00
duo_api.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
gen.go refactor(authentication): simplify ldap connection interface (#3026) 2022-03-17 15:02:54 +11:00
notifier.go fix(notification): incorrect date header format (#3684) 2022-07-18 10:56:09 +10:00
storage.go fix(oidc): subject generated for anonymous users (#3238) 2022-04-25 10:31:05 +10:00
totp.go feat(totp): secret customization (#2681) 2022-04-08 09:01:01 +10:00
user_provider.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00