trafaret icon indicating copy to clipboard operation
trafaret copied to clipboard

Unicode error when checking some emails

Open chrisjuchem opened this issue 5 years ago • 0 comments

An email with a . immediately following the @ will produce a UnicodeError: UnicodeError: encoding with 'idna' codec failed (UnicodeError: label empty or too long)

To reproduce:

import trafaret as t
t.Email.check("[email protected]")

chrisjuchem avatar Aug 13 '20 19:08 chrisjuchem