foxcpp / maddy

✉️ Composable all-in-one mail server.
https://maddy.email
GNU General Public License v3.0
4.81k stars 238 forks source link

Bump go-smtp to fix SMTP smuggling #663

Closed McSinyx closed 6 months ago

McSinyx commented 6 months ago

This should resolve GH-661.

foxcpp commented 6 months ago

There are some API changes in go-smtp, need to change method signatures to match them.

McSinyx commented 6 months ago

Thanks for point that out. I can't get the test suit succeed locally for the base commit (nor for v0.7.0) and kinda bet on the bump to work. Could you please take this over?