feat: switch to simpler email address parsing

This stops the psl insanity and matches more closely what the c-core did

Closes #325
This commit is contained in:
dignifiedquire
2019-08-13 12:54:09 +02:00
committed by holger krekel
parent 8342b29618
commit dab514d8bc
5 changed files with 95 additions and 95 deletions

View File

@@ -37,7 +37,6 @@ rustyline = "4.1.0"
lazy_static = "1.3.0"
regex = "1.1.6"
rusqlite = { version = "0.20", features = ["bundled"] }
addr = "0.2.0"
r2d2_sqlite = "0.12.0"
r2d2 = "0.8.5"
strum = "0.15.0"