-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
[bug]: Folder names in Polish #948
Comments
Unfortunately we do not have any Windows licenses to test this. |
@mdecimus same issue in SnappyMail, so it doesn't seem to be Outlook-specific. Worth noting that SnappyMail does not consider folder creation a success. Second sentence is suddenly not translated, so it might be a direct response from IMAP server. IMAP transaction for reference:
Relevant trace (moved to file due to GH converting weird chars): |
According to the logs you provided, the folder is being created using a non Unicode character set. Folder names need to be either encoded or provided in UTF-8. |
Alright, traced folder creations for both: Non-UTF8:
UTF8
|
So the issue occurs when using UTF8? |
Yes. Seems like SnappyMail is aware how to use both modes. In first mode it encapsulates chars in * after being correctly created it is still malformed when viewed over UTF8 session. |
Confirmed Evolution to be the same case - Does UTF8 correctly, Stalwart receives raw input correctly, IMAP command malforms characters. EDIT: And tested Thunderbird, which was a pain - it's torpedoing the logs to the point where my trace was 4G within about 10 minutes. Anyway, same as other clients. |
Thanks for the help @kamilst96 , this issue has been fixed. |
What happened?
After install and configure fresh install of stalwart. I saw that when i create account in Outlook. My folder "Junk Mail" which in polish means "Wiadomości Śmieci" is look like on the picture:
I can create a folder with polish UTF-8 letters like (ą,ż,ź,ć,ę,ó,ł) but it automaticly chage it to something like this:
(This folder was name: "Bączek")
How can we reproduce the problem?
I can reproduce the problem by doing the following steps:
Version
v0.10.x
What database are you using?
RocksDB
What blob storage are you using?
None
Where is your directory located?
None
What operating system are you using?
Linux
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: