-
Notifications
You must be signed in to change notification settings - Fork 118
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
Conversation
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). |
There was a problem hiding this 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.
There was a problem hiding this 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.
So, I guess I can close this PR now. |
fix #145