-
Notifications
You must be signed in to change notification settings - Fork 453
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
Encoding problem #81
Comments
Does forwarder fully support Unicode? |
It should be, because Node.js is support Unicode and forwarder is not touch the content of message body. |
Please check the message saved in S3, open it and found all lines begins with |
It shows:
However, as you see in message file in S3 text is showed properly |
And in Yahoo web-mail it also showed incorrectly. I assume it's messed in Forwarder |
It's definitely forwarder problem. I observe this in messages from different senders. |
@Suncatcher I think I have a fix for this. |
@amertak thank you! |
I set up forwarder on AWS and now it forwards messages to Yahoo mail. All is fine except that sometimes I receive such abracadabra messages with messed encoding
Previously they were getting to my mailbox from the single sender and I thought it's a matter of this concrete sender, but now I received similar message from couple of other senders. I suspect that messages are messed during AWS Lambda forwarding. How can I check this hypothesis?
Do original messages are saved anywhere on AWS so I can check if they break before or after?
Or maybe it's a problem of Yahoo?
The text was updated successfully, but these errors were encountered: