Closed workfloows closed 1 week ago
For IMAP trigger node in format "Simple" some characters are encoded incorrectly. For example, letter ş is converted to character º.
ş
º
Below example for name "Eşref" being converted to "Eºref".
And the same email in web client
textHtml
textPlain
Characters should be encoded correctly.
Ubuntu 22.04.2 LTS
1.49.0
20.14.0
SQLite (default)
main (default)
Hey @workfloows,
Thanks for the report, I suspect this issue may be fixed with this PR: https://github.com/n8n-io/n8n/pull/10046 once reviewed and merged.
Bug Description
For IMAP trigger node in format "Simple" some characters are encoded incorrectly. For example, letter
ş
is converted to characterº
.Below example for name "Eşref" being converted to "Eºref".
And the same email in web client
To Reproduce
ş
.textHtml
andtextPlain
for wrongly encoded characters.Expected behavior
Characters should be encoded correctly.
Operating System
Ubuntu 22.04.2 LTS
n8n Version
1.49.0
Node.js Version
20.14.0
Database
SQLite (default)
Execution mode
main (default)