Files
legacy-email-proxy/tests
lyrathorpe df19c60b17
Build and publish container / build (pull_request) Successful in 9m6s
fix: relay raw SMTP bytes without decoding
send_message decoded the message body with utf-8/errors="replace",
corrupting 8-bit content before forwarding. Pass the raw bytes straight
to smtp.sendmail so the message is relayed unchanged.

Fixes #4

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-17 17:22:11 +01:00
..