1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-01-06 00:25:39 +02:00
mailpit/cmd
Ralph Slooten 7875160aa7 Feature: Workaround for non-RFC-compliant message headers containing <CR><CR><LF>
Due to a bug in some common sendmail implementations and PHP >=8.0, message headers sometimes contain `\r\r\n` which is not RFC compliant.

Mailpit will now fix these non-compliant headers. This can be disabled via `--smtp-strict-rfc-headers`

See #87 / #153
2023-08-15 17:13:25 +12:00
..
root.go Feature: Workaround for non-RFC-compliant message headers containing <CR><CR><LF> 2023-08-15 17:13:25 +12:00
sendmail.go Fix: Only display sendmail help when sendmail subcommand is invoked 2023-06-15 09:50:11 +12:00
version.go Move utils to subfolder 2022-10-29 10:52:22 +13:00