-
Notifications
You must be signed in to change notification settings - Fork 265
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
Error because of bad_charset in parse_mime #88
Comments
gen_smtp uses
|
I could submit a request upstream to iconv, but in the meantime how do I On Tue, Aug 11, 2015 at 3:59 PM, Sergey Prokhorov notifications@github.com
http://reganmian.net/blog -- Random Stuff that Matters |
Could you add a test case with the above email so that we can make it handle this error a bit more graceful? We might want to return an error code: |
See also #145 |
I'm getting a ton of errors like the ones below, because apparently this server keeps resending the email every few minutes. (I removed the sender email for privacy reasons).
According to Wikiepdia, iso-8859-8-i is indeed a valid character encoding. Anyway, even if it were not, I would rather that it just parse it using ASCII or something, instead of blowing up, maybe with a warning - my app sends me an email on every error - and I've gotten a lot of error emails because of this one email that keeps getting resent.
The text was updated successfully, but these errors were encountered: