Remove strict domain checks for EmailAddress::from_str

They prevent "user@localhost" addresses from being parsed, which are
useful for running online tests against local server.
This commit is contained in:
link2xt
2021-07-17 22:07:03 +03:00
parent 49acfd90eb
commit eff64ed9b0
3 changed files with 20 additions and 26 deletions

View File

@@ -50,6 +50,7 @@
- Do not process names, avatars, location XMLs, message signature
etc. for duplicate messages. #2513
- Fix `can_send` for users not in group #2479
- Allow email addresses without dot in the domain part #2112
## 1.56.0