1
1
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-04-21 13:39:45 +03:00
mox/spf
Mechiel Lukkien 69d2699961
write base64 message parts with 76 data bytes on a line instead of 78
As required by RFC 2045 (MIME). The 78 byte lines work in practice, except that
SpamAssassin has rules that give messages with 78-byte lines spam points.

Mentioned by kjetilho on irc.
2025-04-03 10:22:15 +02:00
..
examples_test.go replace packages slog and slices from golang.org/x/exp with stdlib 2024-02-08 14:49:01 +01:00
parse.go mox! 2023-01-30 14:27:06 +01:00
parse_test.go mox! 2023-01-30 14:27:06 +01:00
received.go add more documentation, examples with tests to illustrate reusable components 2023-12-14 20:20:17 +01:00
received_test.go write base64 message parts with 76 data bytes on a line instead of 78 2025-04-03 10:22:15 +02:00
spf.go Run modernize to rewrite some older go constructs to newer ones 2025-03-06 17:33:06 +01:00
spf_test.go switch to slog.Logger for logging, for easier reuse of packages by external software 2023-12-14 13:45:52 +01:00