Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not require the SMTPUTF8 extension when not needed #146

Closed
wants to merge 6 commits into from

Conversation

lmeunier
Copy link
Contributor

fix #145

@mjl-
Copy link
Owner

mjl- commented Mar 28, 2024

Thanks, I'll have a closer look tomorrow. First thoughts: Nice, with tests! I'm wondering if "header" has decoded mime q/b-word encoded text into utf-8, which could cause us to use smtputf8 when not needed (it is encoded as ascii).

Copy link
Owner

@mjl- mjl- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i went through rfc653[012] to page in the requirements. made some suggestions based on that.

smtpserver/server.go Outdated Show resolved Hide resolved
smtpserver/server.go Outdated Show resolved Hide resolved
smtpserver/server.go Outdated Show resolved Hide resolved
smtpserver/server_test.go Outdated Show resolved Hide resolved
Copy link
Owner

@mjl- mjl- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, a few more comments, should be ready to merge next.

smtpserver/server.go Outdated Show resolved Hide resolved
smtpserver/server.go Outdated Show resolved Hide resolved
smtpserver/server.go Show resolved Hide resolved
smtpserver/server.go Outdated Show resolved Hide resolved
smtpserver/server.go Outdated Show resolved Hide resolved
smtpserver/server_test.go Outdated Show resolved Hide resolved
@lmeunier
Copy link
Contributor Author

So, I guess I can close this PR now.
Closed by 9c5d234

@lmeunier lmeunier closed this Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remote smtp server does not implement smtputf8 extension, required by message
2 participants