We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The crash happens on line 2015 of mail Gem, version 2.8.1:
def set_envelope_header raw_string = raw_source.to_s if match_data = raw_string.match(/\AFrom\s+([^:\s]#{Constants::TEXT}*)#{Constants::LAX_CRLF}/m)
To me it looks like the encoding
Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: 7bit
might be responsible along with a special apostrophe character in: haven’t
haven’t
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The crash happens on line 2015 of mail Gem, version 2.8.1:
To me it looks like the encoding
might be responsible along with a special apostrophe character in:
haven’t
The text was updated successfully, but these errors were encountered: