Thunderbird doesn't handle IDN correctly (From/To/Cc address not sent as punycode)
Categories
(MailNews Core :: Internationalization, defect)
Tracking
(Not tracked)
People
(Reporter: vm, Unassigned)
References
(Blocks 2 open bugs)
Details
Comment 1•12 years ago
|
||
Updated•12 years ago
|
Comment 2•12 years ago
|
||
Updated•3 years ago
|
Updated•2 years ago
|
Comment 5•3 months ago
|
||
As stated in comment 3, it doesn't only affect the From: field, but also other addressing fields. I've just come across an issue with an umlaut domain being hosted at Ionos. There the server rejects the message based on the umlaut being present in the To: header.
Comment 6•3 months ago
|
||
Sending a message to a umlaut domain via a Microsoft server (smtp-mail.outlook.com) works fine. The MS server advertises SMTPUTF8 and so TB doesn't use ACE:
https://searchfox.org/comm-central/rev/7a9bc53bfb291ce128e6fa60e0b231ec267834ae/mailnews/compose/src/SmtpClient.sys.mjs#225-267
However, the MS server seems to do the "right thing" by downgrading the SMTP envelope (RCPT TO) and mail headers to ACE/Punycode/ASCII. So in light of that, it's a bit questionable whether TB should uglify headers just to cater for MTAs which advertise SMTPUTF8 but don't fully support it (RFC 6531), and MTAs what don't implement UTF-8 headers (RFC 6532).
Description
•