mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 09:46:01 +03:00
[GH-ISSUE #98] [Bug] Unicode UTF-8 subject field breaks #85
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#85
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @krackout on GitHub (Mar 31, 2022).
Original GitHub issue: https://github.com/d99kris/nmail/issues/98
Originally assigned to: @d99kris on GitHub.
I'll try to explain the problem sufficiently by example. I'm sending an e-mail with a UTF-8 subject, greek characters:
Original subject as typed on nmail:
δοκιμή κειμένου ελληνικώνDisplayed on receiver: an equal (=) character and a space added
δοκιμή κειμέν= ου ελληνικώνfull header:
Subject: =?UTF-8?Q?=CE=B4=CE=BF=CE=BA=CE=B9=CE=BC=CE=AE =CE=BA=CE=B5=CE=B9=CE=BC=CE=AD=CE=BD= =CE=BF=CF=85 =CE=B5=CE=BB=CE=BB=CE=B7=CE=BD=CE=B9=CE=BA=CF=8E=CE=BD?=Subject saved as, in nmail sent folder: characters are cut
δοκιμή κειμένfull header:
Subject: =?UTF-8?Q?=CE=B4=CE=BF=CE=BA=CE=B9=CE=BC=CE=AE =CE=BA=CE=B5=CE=B9=CE=BC=CE=AD=CE=BD= =CE=BF=CF=85 =CE=B5=CE=BB=CE=BB=CE=B7=CE=BD=CE=B9=CE=BA=CF=8E=CE=BD?=On the web interface of the mail provider, on the subject field, instead of the text,
δοκιμή κειμένου ελληνικών,=?UTF-8?Q...and the rest of the full header subject field is shown.@d99kris commented on GitHub (Mar 31, 2022):
Thanks for providing a detailed bug report, will take a look.
@d99kris commented on GitHub (Apr 3, 2022):
I can reproduce this issue, will take a look and fix.
@d99kris commented on GitHub (Apr 3, 2022):
I've committed a fix for this now. Please let me know if you still observe any issues. Thanks!
@krackout commented on GitHub (Apr 3, 2022):
Works fine, thank you! I can now use
nmailas my main MUA.