mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #790] Unicode chars in email addresses #706
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#706
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 @virtuaris on GitHub (Nov 18, 2015).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/790
Originally assigned to: @tonioo on GitHub.
Hei tonioo,
using modoboa to manage a mailserver in germany i encountered a new issue. With modoboa it is not possible to add accounts having special chars within the
local partof the email address (e.g.münchen@example.net) neither it's supported to add a domain using special chars (e.g.foo@münchen.de).According to rfc 6531 this should be possible and nowadays many MTAs and MUAs support it.
The first case (
local part) is prevented by the form validator (Enter a valid email address.).The second case (
domain part) isn't even validated leading to an internal server error (UnicodeEncodeError at /admin/domains/new/ 'ascii' codec can't encode character u'\xfc' in position 1: ordinal not in range(128)).Bests
Harald