-
Notifications
You must be signed in to change notification settings - Fork 80
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
Charset error with french mails containing accents because of hotmail (Windows-1252) #14
Comments
Here is the payload i'm currently testing : It is typically a mail sent from Microsoft outlook.live.com in France.
|
Okay I think I found the reason of this.. In So, for example, instead of :
We should have :
I'm not enough used to Go programming to help.. Would there anyone who could help me fixing this ? By the way, the Dockerfile of this project does not work anymore, so I used the perfectly working repo of https://github.com/aranajuan/smtp2http @aranajuan Thanks EDIT : I created a pull request in But anyway I can't use |
Hi! I don't know i this repo is being maintained. If not feel free to make the PR in my fork, I can push it to dockerhub then :) |
I pulled your repo to mine, I forked and updated go-smtpsrv to fix the charset issue, and I made some renaming to make it work. It s not amazing but it is working :) https://github.com/stouch/smtp2http What do you think ? |
Guys, sorry for that so long delay, and thanks for your contributions, you can do your PRs and I'll merge them ASAP |
Merged successfully |
@aranajuan @stouch could you please tell me which use case you use this software for? |
Hello,
The mails sent from the french Microsoft outlook and hotmail.com are sent with
Content-Type: text/plain; charset="Windows-1252"
charset.So the payload in hook seems to be badly encoded and the chars and I finally receive are some non-recoverable
�
dead chars.Do you think there is some easy solution to this ?
Thank you so much for your work.
The text was updated successfully, but these errors were encountered: