Summary: | Kleopatra does not accept IDNA encoded domains for E-Mail address | ||
---|---|---|---|
Product: | [Applications] kleopatra | Reporter: | K. Frör <kontakt> |
Component: | general | Assignee: | Andre Heinecke <aheinecke> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kdepim-bugs, mutz |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Microsoft Windows | ||
Latest Commit: | http://commits.kde.org/kleopatra/d21ccf3659023f21b62e52e741ec83faae12bdd6 | Version Fixed In: | |
Sentry Crash Report: |
Description
K. Frör
2016-04-12 16:04:02 UTC
Thanks for your report. I can reproduce your Problem with Kleopatra and it works with GnuPG on the command line so this is indeed a Bug in Kleopatra. As a workaround you can use gnupg directly from the command line. Start the command line window cmd.exe Enter: gpg2 --gen-key And follow the instructions to generate your Certificate this will accept kontakt@xn--praxis-frr-mcb.de Alternatively you can use --edit-key and the adduid command to add a user ID to your existing key. Just search the web for "GnuPG adduid windows" and you should find something. Thanks a lot for your help, I will try that. Karin __________________________ 616982100/890050768 Dipl.-Psych. Karin Frör Hauptstr. 68 73087 Bad Boll Tel.: 07164/7997911 Fax: 07164/7999043 kontakt@praxis-frör.de -----Ursprüngliche Nachricht----- Von: Andre Heinecke via KDE Bugzilla [mailto:bugzilla_noreply@kde.org] Gesendet: Dienstag, 12. April 2016 18:23 An: kontakt@praxis-frör.de Betreff: [kleopatra] [Bug 361677] Kleopatra does not accept IDNA encoded domains for E-Mail address https://bugs.kde.org/show_bug.cgi?id=361677 Andre Heinecke <aheinecke@intevation.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |CONFIRMED Summary|When I try to create my |Kleopatra does not accept |personal key for the GpgOL |IDNA encoded domains for |certificate, my e-mail is |E-Mail address |not accepted | --- Comment #1 from Andre Heinecke <aheinecke@intevation.de> --- Thanks for your report. I can reproduce your Problem with Kleopatra and it works with GnuPG on the command line so this is indeed a Bug in Kleopatra. As a workaround you can use gnupg directly from the command line. Start the command line window cmd.exe Enter: gpg2 --gen-key And follow the instructions to generate your Certificate this will accept kontakt@xn--praxis-frr-mcb.de Alternatively you can use --edit-key and the adduid command to add a user ID to your existing key. Just search the web for "GnuPG adduid windows" and you should find something. -- You are receiving this mail because: You reported the bug. Git commit d21ccf3659023f21b62e52e741ec83faae12bdd6 by Andre Heinecke. Committed on 04/08/2016 at 12:48. Pushed by aheinecke into branch 'master'. Replace broken EMail validator by KEmailAddress The current one failed for internationalized domain names and was both too restrictive and too lenient. Let's leave E-Mail validation to the experts (KEMailAddress). M +6 -69 src/utils/validation.cpp http://commits.kde.org/kleopatra/d21ccf3659023f21b62e52e741ec83faae12bdd6 |