You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-07-15 01:24:34 +02:00
Revert "Error handling for idna encoding"
This reverts commit 10034526a1
.
This commit is contained in:
@ -27,10 +27,7 @@ class IdnaDomain(db.TypeDecorator):
|
||||
impl = db.String(80)
|
||||
|
||||
def process_bind_param(self, value, dialect):
|
||||
try:
|
||||
return idna.encode(value).decode("ascii").lower()
|
||||
except ValueError:
|
||||
pass
|
||||
|
||||
def process_result_value(self, value, dialect):
|
||||
return idna.decode(value)
|
||||
|
@ -1 +0,0 @@
|
||||
Error handling in idna encoding
|
Reference in New Issue
Block a user