Archived Forum Post

Index of archived forum posts

Question:

German special characters (ä, ö, ü) in e-mail address?

Aug 20 '15 at 11:06

Hello There,

question: Can it be that Chilkat mail no German special characters (ä, ö, ü) can be processed in mail address? An error occurs is missing the mail address.

With Oulook but can easily be sent to a mail info@müller.org (eighth to "ü" in the address) Mail address is being so fine.

Thanks for all the answers Wolfgang


Accepted Answer

Of course you would need an update. It'll be in the v9.5.0.52 release.. (or if you tell me what you need -- programming language, operating system, .NET Framework, Perl version, MSVC++ version or whatever exactly specifies the single build you need, I'll try to provide it..)


Answer

I'll give it a test. You may receive some test emails..


Answer

Meanwhile, I've read a lot about "Punycode". Could it be related to?


Answer

OK... I have the punycode implementation completed and tested. The conversion of info@müller.org to punycode is: info@mller.org-lsb

If you pass the string "info@xnn--mller.org-lsb" as the email address (instead of "info@müller.org"), then it works. I'll have Chilkat automatically convert 8bit email addresses to punycode form. The "xn--" is a prefix intended to notify the SMTP server that the address is punycode..

The general-purpose punycode methods will be available in CkString..


Answer

Thank you for your efforts. Does this mean now that I have to pass by my application the mail address with the already translated to the Punycode AddTo method?

From my address database ?

Or who makes the Punycode-conversion ?

What does it mean "The general-purpose Punycode methods will be available in CkString .." ?


Answer

No, you may pass "info@müller.org" to AddTo and Chilkat will automatically notice that it has 8bit chars and will do the punycode conversion internally.

The general purpose punycode conversion methods are completely separate, and aren't needed for the SMTP purpose. They're there for any other unrelated punycode needs..


Answer

Um - how is that possible without an update for the DLL? Runs the mail traffic through a Chilkat server, or how could you make a change?