Adam Cooke
|
92406129cf
|
fix(smtp-server): fixes proxy protocol
|
2024-03-13 18:16:08 +00:00 |
|
Adam Cooke
|
4e13577891
|
style(rubocop): Style/TrailingCommaInArrayLiteral
|
2024-03-12 11:45:44 +00:00 |
|
Adam Cooke
|
22dcd4901f
|
test(smtp-sender): add more tests for AUTH LOGIN
This adds tests for AUTH LOGIN when the username is not provided on the initial line
|
2024-03-08 14:08:53 +00:00 |
|
Adam Cooke
|
77e818a472
|
test: add test for multiline headers
|
2024-03-01 18:28:25 +00:00 |
|
Adam Cooke
|
0140dc4483
|
feat: only accept RFC-compliant End-of-DATA sequence
Previously Postal was fairly forgiving about line endings. This requires that the end of data sequence is `<CR><LF>.<CR><LF>`.
|
2024-03-01 17:12:10 +00:00 |
|
Adam Cooke
|
0163ac3d10
|
feat: new configuration system (and schema) (#2819)
|
2024-02-26 12:41:57 +00:00 |
|
Adam Cooke
|
321ab95936
|
refactor: move lib/postal/smtp_server to app/lib/smtp_server
|
2024-02-23 22:51:36 +00:00 |
|